From 7af09d456e9bdf1678b0f9d63fd14349381ed0f5 Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Fri, 4 Oct 2024 13:16:37 +0000 Subject: [PATCH] chore(release): release 6.2.0 # [6.2.0](https://github.com/hyperledger/identus-edge-agent-sdk-ts/compare/v6.1.1...v6.2.0) (2024-10-04) ### Bug Fixes * e2e cucumber import ([#291](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/291)) ([e569d79](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/e569d799dd50c1bdc5abe26cc9e1471422c0d252)) * next generation building tools and testing framework ([#258](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/258)) ([54ead35](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/54ead350b06df8bbe53212e7189e5762e1e9eb33)) * sdk module resolution issues ([#290](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/290)) ([f53d728](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/f53d72829dbb64b64b6998fdcbfcbb47c6b4361a)) ### Features * Connectionless Offer ([#293](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/293)) ([97e05e7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/97e05e7ae6b07162dfb48222ba1f42beba97fd2c)) * integrating error reporting protocol ([#289](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/289)) ([02430db](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/02430dbd5158607f9f9c227bb9428f3733e0388f)) * OIDC Agent ([#278](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/278)) ([295e14f](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/295e14fdcec839ecfad1190c4644a489a3d56014)) * separate DIDCommAgent and adding Tasks ([#277](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/277)) ([3a8fd66](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/3a8fd6661fae80b05e3fc98154488fc98be504a5)) --- CHANGELOG.md | 17 + docs/sdk/README.md | 75 +- docs/sdk/classes/Agent.md | 287 +++---- 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 | 74 +- 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 +- ...entError.InvalidProblemReportBodyError.md} | 30 +- ...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 +- ...main.ApolloError.KeyInitializationError.md | 188 +++++ .../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 +- .../classes/Domain.CommonError.ExpectError.md | 186 +++++ ...rror.md => Domain.CommonError.SDKError.md} | 59 +- .../Domain.CommonError.UnknownError.md | 180 +++++ .../Domain.CommonError.ValidationError.md | 197 +++++ 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/OIDCAgent.md | 728 ++++++++++++++++++ docs/sdk/classes/OfferCredential.md | 26 +- docs/sdk/classes/OutOfBandInvitation.md | 75 +- 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 | 124 ++- 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 | 272 +++++++ docs/sdk/interfaces/AgentCredentials.md | 208 ----- .../sdk/interfaces/AgentDIDHigherFunctions.md | 80 -- docs/sdk/interfaces/AgentInvitations.md | 119 --- docs/sdk/interfaces/AgentMessageEvents.md | 10 +- docs/sdk/interfaces/BasicMessageBody.md | 2 +- .../interfaces/ConnectionsManagerInterface.md | 41 +- 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/ProblemReportBody.md | 52 ++ docs/sdk/interfaces/ProofTypes.md | 6 +- docs/sdk/interfaces/ProposeCredentialBody.md | 8 +- .../sdk/interfaces/RequestPresentationBody.md | 8 +- docs/sdk/modules.md | 76 +- docs/sdk/modules/Domain.AgentError.md | 1 + 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 | 5 +- 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/OIDC.md | 115 +++ docs/sdk/modules/Pluto.md | 2 +- package-lock.json | 288 ++++++- package.json | 3 +- 303 files changed, 4383 insertions(+), 2419 deletions(-) create mode 100644 docs/sdk/classes/ApiImpl.md rename docs/sdk/classes/{Domain.ApolloError.MissingChainCode.md => Domain.AgentError.InvalidProblemReportBodyError.md} (60%) 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.InvalidHashingAlgorithm.md => Domain.ApolloError.ApolloLibError.md} (51%) delete mode 100644 docs/sdk/classes/Domain.ApolloError.ECPublicKeyInitialization.md create mode 100644 docs/sdk/classes/Domain.ApolloError.KeyInitializationError.md 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%) create mode 100644 docs/sdk/classes/Domain.CommonError.ExpectError.md rename docs/sdk/classes/{Domain.CommonError.SomethingWentWrongError.md => Domain.CommonError.SDKError.md} (53%) create mode 100644 docs/sdk/classes/Domain.CommonError.UnknownError.md create mode 100644 docs/sdk/classes/Domain.CommonError.ValidationError.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/classes/OIDCAgent.md create mode 100644 docs/sdk/enums/ProtocolType.md delete mode 100644 docs/sdk/interfaces/AgentCredentials.md delete mode 100644 docs/sdk/interfaces/AgentDIDHigherFunctions.md delete mode 100644 docs/sdk/interfaces/AgentInvitations.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 create mode 100644 docs/sdk/interfaces/ProblemReportBody.md delete mode 100644 docs/sdk/modules/Domain.ApiError.md create mode 100644 docs/sdk/modules/Domain.JWT.md create mode 100644 docs/sdk/modules/OIDC.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ebc376d..66e5872f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [6.2.0](https://github.com/hyperledger/identus-edge-agent-sdk-ts/compare/v6.1.1...v6.2.0) (2024-10-04) + + +### Bug Fixes + +* e2e cucumber import ([#291](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/291)) ([e569d79](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/e569d799dd50c1bdc5abe26cc9e1471422c0d252)) +* next generation building tools and testing framework ([#258](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/258)) ([54ead35](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/54ead350b06df8bbe53212e7189e5762e1e9eb33)) +* sdk module resolution issues ([#290](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/290)) ([f53d728](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/f53d72829dbb64b64b6998fdcbfcbb47c6b4361a)) + + +### Features + +* Connectionless Offer ([#293](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/293)) ([97e05e7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/97e05e7ae6b07162dfb48222ba1f42beba97fd2c)) +* integrating error reporting protocol ([#289](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/289)) ([02430db](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/02430dbd5158607f9f9c227bb9428f3733e0388f)) +* OIDC Agent ([#278](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/278)) ([295e14f](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/295e14fdcec839ecfad1190c4644a489a3d56014)) +* separate DIDCommAgent and adding Tasks ([#277](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/277)) ([3a8fd66](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/3a8fd6661fae80b05e3fc98154488fc98be504a5)) + # [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..35f790100 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,90 +11,83 @@ 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. ## Getting started +We highly recommend you check out the [docs](https://hyperledger.github.io/identus-docs/docs/getting-started) :world_map: -This repository includes a browser and a Node.js demo application, and also a step-by-step documented process on [how to run it](#running-a-demo-project). - -### Use in your project -You can install and use this library in browsers and nodejs. +### Install ```bash -npm i @atala/prism-wallet-sdk --save +npm i @hyperledger/identus-edge-agent-sdk ``` -or with yarn - +or ```bash -yarn add @atala/prism-wallet-sdk +yarn add @hyperledger/identus-edge-agent-sdk ``` -### Running a demo project - -#### Building from source -This repository contains compiles typescript code and some rust dependencies for DIDComm and AnonCreds, so in order to build the code from source you will need the following: +### Demo application +This repository also includes a browser and a Node.js demo application +#### Build demo dependencies +The demos assume building this repo from source, so you will need the following: * Bash -* Have Rust ([cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)) and [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/) installed. +* Rust ([cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)) and [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/) installed. * Node JS Version (20/LTS Recommended) -Clone the repository -``` -git clone git@github.com:input-output-hk/atala-prism-wallet-sdk-ts.git --recruse-submodules -``` - -To be able to run the demos, we have to build `prism-wallet-sdk`. -From the repository root run: - +Clone and build: ```bash +git clone git@github.com:hyperledger/identus-edge-agent-sdk-ts.git --recurse-submodules +cd identus-agent-sdk-ts npm i npm run build ``` -### Running the sample applications -We have enabled sample implementations for browsers (React or Next.js) and Node.js. -To run each demo, ensure the whole SDK builds from the source, then cd into the demo. +#### Run the demos +Once you have [built the demo dependencies](#build-demo-dependencies), you can try out each of the demos: -Nodejs CommonJS +Nodejs Module: ```bash -cd demos/node-cjs +cd demos/node-esm npm i npm run start ``` -Nodejs Module +Nodejs CommonJS: ```bash -cd demos/node-esm +cd demos/node-cjs npm i npm run start ``` -Browser NextJS +Browser React / 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..318a4a985 100644 --- a/docs/sdk/classes/Agent.md +++ b/docs/sdk/classes/Agent.md @@ -8,12 +8,6 @@ Edge agent implementation Agent -## Implements - -- [`AgentCredentials`](../interfaces/AgentCredentials.md) -- [`AgentDIDHigherFunctions`](../interfaces/AgentDIDHigherFunctions.md) -- [`AgentInvitations`](../interfaces/AgentInvitations.md) - ## Table of contents ### Constructors @@ -22,9 +16,6 @@ Agent ### Properties -- [agentCredentials](Agent.md#agentcredentials) -- [agentDIDHigherFunctions](Agent.md#agentdidhigherfunctions) -- [agentInvitations](Agent.md#agentinvitations) - [api](Agent.md#api) - [apollo](Agent.md#apollo) - [backup](Agent.md#backup) @@ -45,6 +36,7 @@ Agent - [acceptDIDCommInvitation](Agent.md#acceptdidcomminvitation) - [acceptInvitation](Agent.md#acceptinvitation) +- [acceptPrismOnboardingInvitation](Agent.md#acceptprismonboardinginvitation) - [addListener](Agent.md#addlistener) - [createNewPeerDID](Agent.md#createnewpeerdid) - [createNewPrismDID](Agent.md#createnewprismdid) @@ -59,6 +51,7 @@ Agent - [processIssuedCredentialMessage](Agent.md#processissuedcredentialmessage) - [removeListener](Agent.md#removelistener) - [revealCredentialFields](Agent.md#revealcredentialfields) +- [runTask](Agent.md#runtask) - [sendMessage](Agent.md#sendmessage) - [signWith](Agent.md#signwith) - [start](Agent.md#start) @@ -67,7 +60,6 @@ Agent - [stopFetchingMessages](Agent.md#stopfetchingmessages) - [verifiableCredentials](Agent.md#verifiablecredentials) - [initialize](Agent.md#initialize) -- [instanceFromConnectionManager](Agent.md#instancefromconnectionmanager) ## Constructors @@ -87,8 +79,8 @@ Creates an instance of Agent. | `mercury` | [`Mercury`](../interfaces/Domain.Mercury.md) | | `mediationHandler` | [`MediatorHandler`](MediatorHandler.md) | | `connectionManager` | [`ConnectionsManager`](ConnectionsManager.md) | -| `seed?` | [`Seed`](../interfaces/Domain.Seed.md) | -| `api?` | [`Api`](../interfaces/Domain.Api.md) | +| `seed` | [`Seed`](../interfaces/Domain.Seed.md) | +| `api` | [`Api`](../interfaces/Domain.Api.md) | | `options?` | `AgentOptions` | #### Returns @@ -97,47 +89,17 @@ 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/didcomm/Agent.ts:74](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L74) ## Properties -### agentCredentials - -• `Private` **agentCredentials**: `AgentCredentials` - -#### 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) - -___ - -### agentDIDHigherFunctions - -• `Private` **agentDIDHigherFunctions**: `AgentDIDHigherFunctions` - -#### 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) - -___ - -### agentInvitations - -• `Private` **agentInvitations**: `AgentInvitations` - -#### 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) - -___ - ### api • `Readonly` **api**: [`Api`](../interfaces/Domain.Api.md) #### 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/didcomm/Agent.ts:82](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L82) ___ @@ -147,7 +109,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/didcomm/Agent.ts:75](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L75) ___ @@ -157,7 +119,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/didcomm/Agent.ts:63](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L63) ___ @@ -167,7 +129,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/didcomm/Agent.ts:76](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L76) ___ @@ -177,7 +139,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/didcomm/Agent.ts:80](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L80) ___ @@ -187,7 +149,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/didcomm/Agent.ts:79](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L79) ___ @@ -197,7 +159,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/didcomm/Agent.ts:78](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L78) ___ @@ -207,17 +169,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/didcomm/Agent.ts:77](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L77) ___ ### 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/didcomm/Agent.ts:64](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L64) ___ @@ -227,7 +189,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/didcomm/Agent.ts:81](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L81) ___ @@ -239,7 +201,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/didcomm/Agent.ts:62](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L62) ## Accessors @@ -255,13 +217,13 @@ 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/didcomm/Agent.ts:243](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L243) ## Methods ### acceptDIDCommInvitation -▸ **acceptDIDCommInvitation**(`invitation`, `optionalAlias?`): `Promise`\<`void`\> +▸ **acceptDIDCommInvitation**(`invitation`, `alias?`): `Promise`\<`void`\> Asyncronously accept a didcomm v2 invitation, will create a pair between the Agent its connecting with and the current owner's did @@ -271,7 +233,7 @@ Asyncronously accept a didcomm v2 invitation, will create a pair between the Age | Name | Type | | :------ | :------ | | `invitation` | [`OutOfBandInvitation`](OutOfBandInvitation.md) | -| `optionalAlias?` | `string` | +| `alias?` | `string` | #### Returns @@ -283,13 +245,9 @@ Asyncronously accept a didcomm v2 invitation, will create a pair between the Age **`Async`** -#### Implementation of - -[AgentInvitations](../interfaces/AgentInvitations.md).[acceptDIDCommInvitation](../interfaces/AgentInvitations.md#acceptdidcomminvitation) - #### 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/didcomm/Agent.ts:408](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L408) ___ @@ -312,13 +270,33 @@ Handle an invitation to create a connection **`Async`** -#### Implementation of +#### Defined in + +[src/edge-agent/didcomm/Agent.ts:330](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L330) + +___ -[AgentInvitations](../interfaces/AgentInvitations.md).[acceptInvitation](../interfaces/AgentInvitations.md#acceptinvitation) +### acceptPrismOnboardingInvitation + +▸ **acceptPrismOnboardingInvitation**(`invitation`): `Promise`\<`void`\> + +Asyncronously accept an onboarding invitation, used to onboard the current DID in the Cloud Agent. + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `invitation` | `PrismOnboardingInvitation` | + +#### Returns + +`Promise`\<`void`\> + +**`Async`** #### 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/didcomm/Agent.ts:361](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L361) ___ @@ -333,7 +311,7 @@ Add an event listener to get notified from an Event "MESSAGE" | Name | Type | | :------ | :------ | | `eventName` | [`ListenerKey`](../enums/ListenerKey.md) | -| `callback` | `EventCallback` | +| `callback` | [`EventCallback`](../modules.md#eventcallback) | #### Returns @@ -341,7 +319,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/didcomm/Agent.ts:217](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L217) ___ @@ -364,13 +342,9 @@ Asyncronously Create a new PeerDID **`Async`** -#### Implementation of - -[AgentDIDHigherFunctions](../interfaces/AgentDIDHigherFunctions.md).[createNewPeerDID](../interfaces/AgentDIDHigherFunctions.md#createnewpeerdid) - #### 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/didcomm/Agent.ts:290](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L290) ___ @@ -394,13 +368,9 @@ Asyncronously create a new PrismDID **`Async`** -#### Implementation of - -[AgentDIDHigherFunctions](../interfaces/AgentDIDHigherFunctions.md).[createNewPrismDID](../interfaces/AgentDIDHigherFunctions.md#createnewprismdid) - #### 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/didcomm/Agent.ts:273](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L273) ___ @@ -425,28 +395,18 @@ instance of the presentation which we can share with the verifier. **`Async`** -#### Implementation of - -[AgentCredentials](../interfaces/AgentCredentials.md).[createPresentationForRequestProof](../interfaces/AgentCredentials.md#createpresentationforrequestproof) - #### 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/didcomm/Agent.ts:510](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L510) ___ ### handlePresentation -▸ **handlePresentation**\<`Type`\>(`presentation`): `Promise`\<`boolean`\> +▸ **handlePresentation**(`presentation`): `Promise`\<`boolean`\> Initiate the Presentation and presentationSubmission -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `Type` | extends [`CredentialType`](../enums/Domain.CredentialType.md) = [`JWT`](../enums/Domain.CredentialType.md#jwt) | - #### Parameters | Name | Type | @@ -457,13 +417,9 @@ Initiate the Presentation and presentationSubmission `Promise`\<`boolean`\> -#### Implementation of - -[AgentCredentials](../interfaces/AgentCredentials.md).[handlePresentation](../interfaces/AgentCredentials.md#handlepresentation) - #### 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/didcomm/Agent.ts:556](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L556) ___ @@ -509,13 +465,9 @@ Initiate a PresentationRequest from the SDK, to create oob Verification Requests ); ``` -#### Implementation of - -[AgentCredentials](../interfaces/AgentCredentials.md).[initiatePresentationRequest](../interfaces/AgentCredentials.md#initiatepresentationrequest) - #### 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/didcomm/Agent.ts:543](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L543) ___ @@ -533,13 +485,9 @@ ___ `Promise`\<`boolean`\> -#### Implementation of - -[AgentCredentials](../interfaces/AgentCredentials.md).[isCredentialRevoked](../interfaces/AgentCredentials.md#iscredentialrevoked) - #### 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/didcomm/Agent.ts:447](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L447) ___ @@ -561,19 +509,15 @@ Asyncronously parse an invitation from a valid json string **`Async`** -#### Implementation of - -[AgentInvitations](../interfaces/AgentInvitations.md).[parseInvitation](../interfaces/AgentInvitations.md#parseinvitation) - #### 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/didcomm/Agent.ts:318](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L318) ___ ### parseOOBInvitation -▸ **parseOOBInvitation**(`str`): `Promise`\<[`OutOfBandInvitation`](OutOfBandInvitation.md)\> +▸ **parseOOBInvitation**(`url`): `Promise`\<[`OutOfBandInvitation`](OutOfBandInvitation.md)\> Asyncronously parse an out of band invitation from a URI as the oob come in format of valid URL @@ -581,7 +525,7 @@ Asyncronously parse an out of band invitation from a URI as the oob come in form | Name | Type | | :------ | :------ | -| `str` | `URL` | +| `url` | `URL` | #### Returns @@ -589,13 +533,9 @@ Asyncronously parse an out of band invitation from a URI as the oob come in form **`Async`** -#### Implementation of - -[AgentInvitations](../interfaces/AgentInvitations.md).[parseOOBInvitation](../interfaces/AgentInvitations.md#parseoobinvitation) - #### 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/didcomm/Agent.ts:388](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L388) ___ @@ -617,13 +557,9 @@ Asyncronously parse a prismOnboarding invitation from a string **`Async`** -#### Implementation of - -[AgentInvitations](../interfaces/AgentInvitations.md).[parsePrismInvitation](../interfaces/AgentInvitations.md#parseprisminvitation) - #### 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/didcomm/Agent.ts:349](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L349) ___ @@ -645,19 +581,15 @@ Asyncronously prepare a request credential message from a valid offerCredential **`Async`** -#### Implementation of - -[AgentCredentials](../interfaces/AgentCredentials.md).[prepareRequestCredentialWithIssuer](../interfaces/AgentCredentials.md#preparerequestcredentialwithissuer) - #### 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/didcomm/Agent.ts:479](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L479) ___ ### processIssuedCredentialMessage -▸ **processIssuedCredentialMessage**(`message`): `Promise`\<[`Credential`](Domain.Credential.md)\> +▸ **processIssuedCredentialMessage**(`issueCredential`): `Promise`\<[`Credential`](Domain.Credential.md)\> Extract the verifiableCredential object from the Issue credential message asyncronously @@ -665,7 +597,7 @@ Extract the verifiableCredential object from the Issue credential message asyncr | Name | Type | | :------ | :------ | -| `message` | [`IssueCredential`](IssueCredential.md) | +| `issueCredential` | [`IssueCredential`](IssueCredential.md) | #### Returns @@ -673,13 +605,9 @@ Extract the verifiableCredential object from the Issue credential message asyncr **`Async`** -#### Implementation of - -[AgentCredentials](../interfaces/AgentCredentials.md).[processIssuedCredentialMessage](../interfaces/AgentCredentials.md#processissuedcredentialmessage) - #### 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/didcomm/Agent.ts:493](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L493) ___ @@ -694,7 +622,7 @@ Remove event listener, used by stop procedure | Name | Type | | :------ | :------ | | `eventName` | [`ListenerKey`](../enums/ListenerKey.md) | -| `callback` | `EventCallback` | +| `callback` | [`EventCallback`](../modules.md#eventcallback) | #### Returns @@ -706,13 +634,13 @@ 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/didcomm/Agent.ts:228](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L228) ___ ### revealCredentialFields -▸ **revealCredentialFields**(`credential`, `fields`, `linkSecret`): `Promise`\<\{ `[name: string]`: `any`; }\> +▸ **revealCredentialFields**(`credential`, `fields`, `linkSecret`): `Promise`\<`Claim`\> This method can be used by holders in order to disclose the value of a Credential JWT are just encoded plainText @@ -728,15 +656,37 @@ Anoncreds will really need to be disclosed as the fields are encoded. #### Returns -`Promise`\<\{ `[name: string]`: `any`; }\> +`Promise`\<`Claim`\> + +#### Defined in + +[src/edge-agent/didcomm/Agent.ts:459](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L459) + +___ + +### runTask + +▸ **runTask**\<`T`\>(`task`): `Promise`\<`T`\> + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Parameters -#### Implementation of +| Name | Type | +| :------ | :------ | +| `task` | `Task`\<`T`, `unknown`\> | + +#### Returns -[AgentCredentials](../interfaces/AgentCredentials.md).[revealCredentialFields](../interfaces/AgentCredentials.md#revealcredentialfields) +`Promise`\<`T`\> #### 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/didcomm/Agent.ts:247](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L247) ___ @@ -758,7 +708,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/didcomm/Agent.ts:438](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L438) ___ @@ -781,13 +731,9 @@ Asyncronously sign a message with a DID **`Async`** -#### Implementation of - -[AgentDIDHigherFunctions](../interfaces/AgentDIDHigherFunctions.md).[signWith](../interfaces/AgentDIDHigherFunctions.md#signwith) - #### 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/didcomm/Agent.ts:306](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L306) ___ @@ -805,7 +751,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/didcomm/Agent.ts:158](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L158) ___ @@ -827,7 +773,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/didcomm/Agent.ts:421](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L421) ___ @@ -845,7 +791,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/didcomm/Agent.ts:200](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L200) ___ @@ -861,7 +807,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/didcomm/Agent.ts:428](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L428) ___ @@ -875,13 +821,9 @@ Asyncronously get all verifiable credentials `Promise`\<[`Credential`](Domain.Credential.md)[]\> -#### Implementation of - -[AgentCredentials](../interfaces/AgentCredentials.md).[verifiableCredentials](../interfaces/AgentCredentials.md#verifiablecredentials) - #### 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/didcomm/Agent.ts:468](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L468) ___ @@ -912,35 +854,4 @@ 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) - -___ - -### instanceFromConnectionManager - -▸ **instanceFromConnectionManager**(`apollo`, `castor`, `pluto`, `mercury`, `connectionManager`, `seed?`, `api?`, `options?`): [`Agent`](Agent.md) - -Mainly for testing purposes but instantiating the Agent from a ConnectionManager directly - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `apollo` | [`Apollo`](../interfaces/Domain.Apollo.md) | -| `castor` | [`Castor`](../interfaces/Domain.Castor.md) | -| `pluto` | [`Pluto`](../interfaces/Domain.Pluto-1.md) | -| `mercury` | [`Mercury`](../interfaces/Domain.Mercury.md) | -| `connectionManager` | [`ConnectionsManager`](ConnectionsManager.md) | -| `seed?` | [`Seed`](../interfaces/Domain.Seed.md) | -| `api?` | [`Api`](../interfaces/Domain.Api.md) | -| `options?` | `AgentOptions` | - -#### Returns - -[`Agent`](Agent.md) - -**`Static`** - -#### 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/didcomm/Agent.ts:103](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/didcomm/Agent.ts#L103) diff --git a/docs/sdk/classes/AnonCredsCredential.md b/docs/sdk/classes/AnonCredsCredential.md index 739a9a052..b9f138f21 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..cba83798a --- /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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/helpers/FetchApi.ts#L7) diff --git a/docs/sdk/classes/Apollo.md b/docs/sdk/classes/Apollo.md index 8ed8cd330..498b00dbd 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/apollo/Apollo.ts#L460) diff --git a/docs/sdk/classes/BasicMediatorHandler.md b/docs/sdk/classes/BasicMediatorHandler.md index f39963f55..2e544688e 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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:195](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/mediator/BasicMediatorHandler.ts#L195) ___ @@ -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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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:250](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/mediator/BasicMediatorHandler.ts#L250) ___ @@ -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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/mediator/BasicMediatorHandler.ts#L57) diff --git a/docs/sdk/classes/BasicMessage.md b/docs/sdk/classes/BasicMessage.md index 92370256f..b32f53cde 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/other/BasicMessage.ts#L30) diff --git a/docs/sdk/classes/Castor.md b/docs/sdk/classes/Castor.md index 2949d703c..4db9f36bf 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/castor/Castor.ts#L292) diff --git a/docs/sdk/classes/ConnectionsManager.md b/docs/sdk/classes/ConnectionsManager.md index 8079e5f5f..6b5c40255 100644 --- a/docs/sdk/classes/ConnectionsManager.md +++ b/docs/sdk/classes/ConnectionsManager.md @@ -20,7 +20,6 @@ responsible of managing the task to periodically fetch messages from the mediato ### Properties -- [agentCredentials](ConnectionsManager.md#agentcredentials) - [cancellable](ConnectionsManager.md#cancellable) - [cancellables](ConnectionsManager.md#cancellables) - [castor](ConnectionsManager.md#castor) @@ -30,6 +29,7 @@ responsible of managing the task to periodically fetch messages from the mediato - [options](ConnectionsManager.md#options) - [pairings](ConnectionsManager.md#pairings) - [pluto](ConnectionsManager.md#pluto) +- [pollux](ConnectionsManager.md#pollux) ### Accessors @@ -53,7 +53,7 @@ responsible of managing the task to periodically fetch messages from the mediato ### constructor -• **new ConnectionsManager**(`castor`, `mercury`, `pluto`, `agentCredentials`, `mediationHandler`, `pairings?`, `options?`): [`ConnectionsManager`](ConnectionsManager.md) +• **new ConnectionsManager**(`castor`, `mercury`, `pluto`, `pollux`, `mediationHandler`, `pairings?`, `options?`): [`ConnectionsManager`](ConnectionsManager.md) Creates an instance of ConnectionsManager. @@ -64,7 +64,7 @@ Creates an instance of ConnectionsManager. | `castor` | [`Castor`](../interfaces/Domain.Castor.md) | `undefined` | | `mercury` | [`Mercury`](../interfaces/Domain.Mercury.md) | `undefined` | | `pluto` | [`Pluto`](../interfaces/Domain.Pluto-1.md) | `undefined` | -| `agentCredentials` | [`AgentCredentials`](../interfaces/AgentCredentials.md) | `undefined` | +| `pollux` | [`Pollux`](../interfaces/Domain.Pollux-1.md) | `undefined` | | `mediationHandler` | [`MediatorHandler`](MediatorHandler.md) | `undefined` | | `pairings?` | [`DIDPair`](Domain.DIDPair.md)[] | `[]` | | `options?` | `AgentOptions` | `undefined` | @@ -75,24 +75,10 @@ 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:70](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L70) ## Properties -### agentCredentials - -• **agentCredentials**: [`AgentCredentials`](../interfaces/AgentCredentials.md) - -#### Implementation of - -[ConnectionsManagerInterface](../interfaces/ConnectionsManagerInterface.md).[agentCredentials](../interfaces/ConnectionsManagerInterface.md#agentcredentials) - -#### 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) - -___ - ### cancellable • `Optional` **cancellable**: `CancellableTask`\<`void`\> @@ -102,7 +88,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:49](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L49) ___ @@ -120,7 +106,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:41](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L41) ___ @@ -134,7 +120,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:71](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L71) ___ @@ -147,7 +133,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:58](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L58) ___ @@ -161,7 +147,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:75](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L75) ___ @@ -175,7 +161,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:72](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L72) ___ @@ -185,7 +171,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:77](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L77) ___ @@ -199,7 +185,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:76](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L76) ___ @@ -213,7 +199,17 @@ ___ #### 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:73](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L73) + +___ + +### pollux + +• **pollux**: [`Pollux`](../interfaces/Domain.Pollux-1.md) + +#### Defined in + +[src/edge-agent/connectionsManager/ConnectionsManager.ts:74](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L74) ## Accessors @@ -231,7 +227,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:82](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L82) ## Methods @@ -259,7 +255,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:188](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L188) ___ @@ -287,7 +283,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:121](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L121) ___ @@ -309,7 +305,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:212](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L212) ___ @@ -336,7 +332,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:132](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L132) ___ @@ -364,7 +360,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:243](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L243) ___ @@ -393,7 +389,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:229](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L229) ___ @@ -421,7 +417,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:254](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L254) ___ @@ -443,7 +439,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:265](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L265) ___ @@ -466,7 +462,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:93](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L93) ___ @@ -486,7 +482,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:105](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L105) ___ @@ -502,4 +498,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:303](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/connectionsManager/ConnectionsManager.ts#L303) diff --git a/docs/sdk/classes/DIDCommWrapper.md b/docs/sdk/classes/DIDCommWrapper.md index 29ea55b8c..abbe16bdf 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:26](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/didcomm/Wrapper.ts#L26) ## 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:27](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/didcomm/Wrapper.ts#L27) ___ @@ -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:28](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/didcomm/Wrapper.ts#L28) ___ @@ -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:23](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/didcomm/Wrapper.ts#L23) ___ @@ -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:29](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/didcomm/Wrapper.ts#L29) ___ @@ -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:24](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/didcomm/Wrapper.ts#L24) ___ @@ -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:22](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/didcomm/Wrapper.ts#L22) ## 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:44](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/didcomm/Wrapper.ts#L44) ___ @@ -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:60](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/didcomm/Wrapper.ts#L60) ___ @@ -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:218](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/didcomm/Wrapper.ts#L218) ___ @@ -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:234](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/didcomm/Wrapper.ts#L234) ___ @@ -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:174](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/didcomm/Wrapper.ts#L174) ___ @@ -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:156](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/didcomm/Wrapper.ts#L156) ___ @@ -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:205](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/didcomm/Wrapper.ts#L205) ___ @@ -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:140](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/didcomm/Wrapper.ts#L140) ___ @@ -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:102](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/didcomm/Wrapper.ts#L102) ___ @@ -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:35](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/didcomm/Wrapper.ts#L35) diff --git a/docs/sdk/classes/Domain.AgentError.BackupVersionError.md b/docs/sdk/classes/Domain.AgentError.BackupVersionError.md index 106382c91..52fe361eb 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:240](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Agent.ts#L240) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.CannotFindDIDKeyPairIndex.md b/docs/sdk/classes/Domain.AgentError.CannotFindDIDKeyPairIndex.md index cc17a237d..cda0fd80a 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..8f3e46136 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..1a50a11f5 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..e8b89981c 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..8d523bb34 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..70d031735 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..ae92a5acf 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:193](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Agent.ts#L193) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidIssueCredentialBodyError.md b/docs/sdk/classes/Domain.AgentError.InvalidIssueCredentialBodyError.md index e08d28da0..f5e96874b 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..110558a2d 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..748070ddb 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:181](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Agent.ts#L181) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidMediationGrantMessageError.md b/docs/sdk/classes/Domain.AgentError.InvalidMediationGrantMessageError.md index a67e06299..fe0a59cb0 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..ebd3dbf2f 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..7248fd0f6 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:175](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Agent.ts#L175) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidOfferCredentialMessageError.md b/docs/sdk/classes/Domain.AgentError.InvalidOfferCredentialMessageError.md index d19df414b..2b10e66cf 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..78275a30a 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..f34f52f54 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..d836192c1 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Agent.ts#L109) ## Properties diff --git a/docs/sdk/classes/Domain.ApolloError.MissingChainCode.md b/docs/sdk/classes/Domain.AgentError.InvalidProblemReportBodyError.md similarity index 60% rename from docs/sdk/classes/Domain.ApolloError.MissingChainCode.md rename to docs/sdk/classes/Domain.AgentError.InvalidProblemReportBodyError.md index 3dbdb13d5..0cd4c70e0 100644 --- a/docs/sdk/classes/Domain.ApolloError.MissingChainCode.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidProblemReportBodyError.md @@ -1,39 +1,39 @@ -[@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) / [AgentError](../modules/Domain.AgentError.md) / InvalidProblemReportBodyError -# Class: MissingChainCode +# Class: InvalidProblemReportBodyError -[Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).MissingChainCode +[Domain](../modules/Domain.md).[AgentError](../modules/Domain.AgentError.md).InvalidProblemReportBodyError ## Hierarchy - `Error` - ↳ **`MissingChainCode`** + ↳ **`InvalidProblemReportBodyError`** ## Table of contents ### Constructors -- [constructor](Domain.ApolloError.MissingChainCode.md#constructor) +- [constructor](Domain.AgentError.InvalidProblemReportBodyError.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.AgentError.InvalidProblemReportBodyError.md#cause) +- [message](Domain.AgentError.InvalidProblemReportBodyError.md#message) +- [name](Domain.AgentError.InvalidProblemReportBodyError.md#name) +- [stack](Domain.AgentError.InvalidProblemReportBodyError.md#stack) +- [prepareStackTrace](Domain.AgentError.InvalidProblemReportBodyError.md#preparestacktrace) +- [stackTraceLimit](Domain.AgentError.InvalidProblemReportBodyError.md#stacktracelimit) ### Methods -- [captureStackTrace](Domain.ApolloError.MissingChainCode.md#capturestacktrace) +- [captureStackTrace](Domain.AgentError.InvalidProblemReportBodyError.md#capturestacktrace) ## Constructors ### constructor -• **new MissingChainCode**(`message?`): [`MissingChainCode`](Domain.ApolloError.MissingChainCode.md) +• **new InvalidProblemReportBodyError**(`message?`): [`InvalidProblemReportBodyError`](Domain.AgentError.InvalidProblemReportBodyError.md) #### Parameters @@ -43,7 +43,7 @@ #### Returns -[`MissingChainCode`](Domain.ApolloError.MissingChainCode.md) +[`InvalidProblemReportBodyError`](Domain.AgentError.InvalidProblemReportBodyError.md) #### Overrides @@ -51,7 +51,7 @@ Error.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/Agent.ts:165](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Agent.ts#L165) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidProposeCredentialBodyError.md b/docs/sdk/classes/Domain.AgentError.InvalidProposeCredentialBodyError.md index 50daabf9a..ea4f5eb82 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:170](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Agent.ts#L170) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidProposePresentationBodyError.md b/docs/sdk/classes/Domain.AgentError.InvalidProposePresentationBodyError.md index ea81a96a3..97e1484ec 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..9f2544f7d 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..678146126 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..fa91704a1 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..081e85fcb 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..7bfb6e02a 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..e6b81998c 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..e6cf7a37b 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:209](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Agent.ts#L209) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidURLError.md b/docs/sdk/classes/Domain.AgentError.InvalidURLError.md index 39d483aae..22f7f713e 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..fbeb36a95 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..106b1ea94 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..d43d5f1ad 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:234](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Agent.ts#L234) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.MediationRequestFailedError.md b/docs/sdk/classes/Domain.AgentError.MediationRequestFailedError.md index 497138852..3e532caab 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:204](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Agent.ts#L204) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.NoConnectionOpenError.md b/docs/sdk/classes/Domain.AgentError.NoConnectionOpenError.md index b4a1f88be..525981174 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..007293609 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..f9fd6b9d2 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:198](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Agent.ts#L198) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.NoValidServiceEndpointError.md b/docs/sdk/classes/Domain.AgentError.NoValidServiceEndpointError.md index 36918bccf..8dde9c025 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..3cd946bb1 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..cdc04ddd8 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:222](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Agent.ts#L222) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.UnhandledPresentationRequest.md b/docs/sdk/classes/Domain.AgentError.UnhandledPresentationRequest.md index e1289c2fb..ecc093441 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:228](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Agent.ts#L228) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.UnknownCredentialBodyError.md b/docs/sdk/classes/Domain.AgentError.UnknownCredentialBodyError.md index d24e37044..cfc24f298 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:187](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Agent.ts#L187) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.UnknownInvitationTypeError.md b/docs/sdk/classes/Domain.AgentError.UnknownInvitationTypeError.md index 6da76e19c..75bfd4373 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..ed9fdfd9e 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..459784e1e 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:216](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Agent.ts#L216) ## Properties diff --git a/docs/sdk/classes/Domain.AlsoKnownAs.md b/docs/sdk/classes/Domain.AlsoKnownAs.md index f0f7ff8f5..9bc64f65b 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/DIDDocument.ts#L49) diff --git a/docs/sdk/classes/Domain.AnoncredsPresentationOptions.md b/docs/sdk/classes/Domain.AnoncredsPresentationOptions.md index f4c7c25e1..812c1cfca 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..d356f93fc 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..8c9649c5b --- /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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/Api.ts#L46) diff --git a/docs/sdk/classes/Domain.ApolloError.InvalidHashingAlgorithm.md b/docs/sdk/classes/Domain.ApolloError.ApolloLibError.md similarity index 51% rename from docs/sdk/classes/Domain.ApolloError.InvalidHashingAlgorithm.md rename to docs/sdk/classes/Domain.ApolloError.ApolloLibError.md index f6caaf00f..4b3bbe303 100644 --- a/docs/sdk/classes/Domain.ApolloError.InvalidHashingAlgorithm.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) / InvalidHashingAlgorithm +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [ApolloError](../modules/Domain.ApolloError.md) / ApolloLibError -# Class: InvalidHashingAlgorithm +# Class: ApolloLibError -[Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).InvalidHashingAlgorithm +[Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).ApolloLibError + +thrown when Apollo library returns unexpected result ## Hierarchy -- `Error` +- [`SDKError`](Domain.CommonError.SDKError.md) - ↳ **`InvalidHashingAlgorithm`** + ↳ **`ApolloLibError`** ## Table of contents ### Constructors -- [constructor](Domain.ApolloError.InvalidHashingAlgorithm.md#constructor) +- [constructor](Domain.ApolloError.ApolloLibError.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.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.InvalidHashingAlgorithm.md#capturestacktrace) +- [captureStackTrace](Domain.ApolloError.ApolloLibError.md#capturestacktrace) ## Constructors ### constructor -• **new InvalidHashingAlgorithm**(`message?`): [`InvalidHashingAlgorithm`](Domain.ApolloError.InvalidHashingAlgorithm.md) +• **new ApolloLibError**(`message`): [`ApolloLibError`](Domain.ApolloError.ApolloLibError.md) #### Parameters | Name | Type | | :------ | :------ | -| `message?` | `string` | +| `message` | `string` | #### Returns -[`InvalidHashingAlgorithm`](Domain.ApolloError.InvalidHashingAlgorithm.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: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:104](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..99c05f094 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..16c64642f 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..cbd40aaa6 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..234d93ada 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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.KeyInitializationError.md b/docs/sdk/classes/Domain.ApolloError.KeyInitializationError.md new file mode 100644 index 000000000..0edf05e2e --- /dev/null +++ b/docs/sdk/classes/Domain.ApolloError.KeyInitializationError.md @@ -0,0 +1,188 @@ +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [ApolloError](../modules/Domain.ApolloError.md) / KeyInitializationError + +# Class: KeyInitializationError + +[Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).KeyInitializationError + +thrown when failing to create a key + +## Hierarchy + +- [`SDKError`](Domain.CommonError.SDKError.md) + + ↳ **`KeyInitializationError`** + +## Table of contents + +### Constructors + +- [constructor](Domain.ApolloError.KeyInitializationError.md#constructor) + +### Properties + +- [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.KeyInitializationError.md#capturestacktrace) + +## Constructors + +### constructor + +• **new KeyInitializationError**(`message`): [`KeyInitializationError`](Domain.ApolloError.KeyInitializationError.md) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `message` | `string` | + +#### Returns + +[`KeyInitializationError`](Domain.ApolloError.KeyInitializationError.md) + +#### Overrides + +[SDKError](Domain.CommonError.SDKError.md).[constructor](Domain.CommonError.SDKError.md#constructor) + +#### Defined in + +[src/domain/models/errors/Apollo.ts:88](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Apollo.ts#L88) + +## 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.ApolloError.KeyRestoratonFailed.md b/docs/sdk/classes/Domain.ApolloError.KeyRestoratonFailed.md index 94dd1f872..9411b695e 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..a81e234f5 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..0e497155b 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..e06c07858 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..474808109 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/DIDDocument.ts#L74) diff --git a/docs/sdk/classes/Domain.AttachmentDescriptor.md b/docs/sdk/classes/Domain.AttachmentDescriptor.md index a412d56e8..74221a0f6 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/MessageAttachment.ts#L58) diff --git a/docs/sdk/classes/Domain.Authentication.md b/docs/sdk/classes/Domain.Authentication.md index e937ffda0..af30d381a 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/DIDDocument.ts#L67) diff --git a/docs/sdk/classes/Domain.CapabilityDelegation.md b/docs/sdk/classes/Domain.CapabilityDelegation.md index 6dfe4fcea..5099ac3ce 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/DIDDocument.ts#L95) diff --git a/docs/sdk/classes/Domain.CapabilityInvocation.md b/docs/sdk/classes/Domain.CapabilityInvocation.md index c2db94de0..a713d5519 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..dad70bb47 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..1ebe347f3 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..db78577aa 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..fb3ccc263 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..aca0e0b12 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..1bbdf0dd3 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..9e6e35074 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..a8ce32b6b 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..e37aa7080 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..58ee89deb 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Castor.ts#L38) ## Properties diff --git a/docs/sdk/classes/Domain.CommonError.ExpectError.md b/docs/sdk/classes/Domain.CommonError.ExpectError.md new file mode 100644 index 000000000..7a22962f3 --- /dev/null +++ b/docs/sdk/classes/Domain.CommonError.ExpectError.md @@ -0,0 +1,186 @@ +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [CommonError](../modules/Domain.CommonError.md) / ExpectError + +# Class: ExpectError + +[Domain](../modules/Domain.md).[CommonError](../modules/Domain.CommonError.md).ExpectError + +## Hierarchy + +- [`SDKError`](Domain.CommonError.SDKError.md) + + ↳ **`ExpectError`** + +## Table of contents + +### Constructors + +- [constructor](Domain.CommonError.ExpectError.md#constructor) + +### Properties + +- [cause](Domain.CommonError.ExpectError.md#cause) +- [message](Domain.CommonError.ExpectError.md#message) +- [name](Domain.CommonError.ExpectError.md#name) +- [stack](Domain.CommonError.ExpectError.md#stack) +- [prepareStackTrace](Domain.CommonError.ExpectError.md#preparestacktrace) +- [stackTraceLimit](Domain.CommonError.ExpectError.md#stacktracelimit) + +### Methods + +- [captureStackTrace](Domain.CommonError.ExpectError.md#capturestacktrace) + +## Constructors + +### constructor + +• **new ExpectError**(`msg?`): [`ExpectError`](Domain.CommonError.ExpectError.md) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `msg?` | `string` | + +#### Returns + +[`ExpectError`](Domain.CommonError.ExpectError.md) + +#### Overrides + +[SDKError](Domain.CommonError.SDKError.md).[constructor](Domain.CommonError.SDKError.md#constructor) + +#### Defined in + +[src/domain/models/errors/Common.ts:13](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Common.ts#L13) + +## 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.CommonError.SomethingWentWrongError.md b/docs/sdk/classes/Domain.CommonError.SDKError.md similarity index 53% rename from docs/sdk/classes/Domain.CommonError.SomethingWentWrongError.md rename to docs/sdk/classes/Domain.CommonError.SDKError.md index 5241d480c..f122a0617 100644 --- a/docs/sdk/classes/Domain.CommonError.SomethingWentWrongError.md +++ b/docs/sdk/classes/Domain.CommonError.SDKError.md @@ -1,49 +1,76 @@ -[@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) + + ↳↳ [`ExpectError`](Domain.CommonError.ExpectError.md) + + ↳↳ [`ValidationError`](Domain.CommonError.ValidationError.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 +78,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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..1dcb8553b --- /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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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.CommonError.ValidationError.md b/docs/sdk/classes/Domain.CommonError.ValidationError.md new file mode 100644 index 000000000..dd8a78091 --- /dev/null +++ b/docs/sdk/classes/Domain.CommonError.ValidationError.md @@ -0,0 +1,197 @@ +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [CommonError](../modules/Domain.CommonError.md) / ValidationError + +# Class: ValidationError + +[Domain](../modules/Domain.md).[CommonError](../modules/Domain.CommonError.md).ValidationError + +## Hierarchy + +- [`SDKError`](Domain.CommonError.SDKError.md) + + ↳ **`ValidationError`** + +## Table of contents + +### Constructors + +- [constructor](Domain.CommonError.ValidationError.md#constructor) + +### Properties + +- [cause](Domain.CommonError.ValidationError.md#cause) +- [errors](Domain.CommonError.ValidationError.md#errors) +- [message](Domain.CommonError.ValidationError.md#message) +- [name](Domain.CommonError.ValidationError.md#name) +- [stack](Domain.CommonError.ValidationError.md#stack) +- [prepareStackTrace](Domain.CommonError.ValidationError.md#preparestacktrace) +- [stackTraceLimit](Domain.CommonError.ValidationError.md#stacktracelimit) + +### Methods + +- [captureStackTrace](Domain.CommonError.ValidationError.md#capturestacktrace) + +## Constructors + +### constructor + +• **new ValidationError**(`errors?`): [`ValidationError`](Domain.CommonError.ValidationError.md) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `errors?` | `string`[] | + +#### Returns + +[`ValidationError`](Domain.CommonError.ValidationError.md) + +#### Overrides + +[SDKError](Domain.CommonError.SDKError.md).[constructor](Domain.CommonError.SDKError.md#constructor) + +#### Defined in + +[src/domain/models/errors/Common.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Common.ts#L17) + +## 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 + +___ + +### errors + +• `Optional` `Readonly` **errors**: `string`[] + +#### Defined in + +[src/domain/models/errors/Common.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/errors/Common.ts#L17) + +___ + +### 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..2d69588cf 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/DIDDocument.ts#L53) diff --git a/docs/sdk/classes/Domain.Credential.md b/docs/sdk/classes/Domain.Credential.md index 4635fe813..453af0c3f 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/Credential.ts#L27) diff --git a/docs/sdk/classes/Domain.CredentialMetadata.md b/docs/sdk/classes/Domain.CredentialMetadata.md index 80b729a09..8ea205da3 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/CredentialMetadata.ts#L28) diff --git a/docs/sdk/classes/Domain.DID.md b/docs/sdk/classes/Domain.DID.md index 92ec8d6d7..c86802322 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/DID.ts#L65) diff --git a/docs/sdk/classes/Domain.DIDDocument.md b/docs/sdk/classes/Domain.DIDDocument.md index 7f98d233f..0421f20d5 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/DIDDocument.ts#L126) diff --git a/docs/sdk/classes/Domain.DIDPair.md b/docs/sdk/classes/Domain.DIDPair.md index bc798a4ca..102a65165 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/DIDPair.ts#L6) diff --git a/docs/sdk/classes/Domain.DIDResolver.md b/docs/sdk/classes/Domain.DIDResolver.md index 533b9af24..b4837c48f 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/DIDResolver.ts#L5) diff --git a/docs/sdk/classes/Domain.DIDUrl.md b/docs/sdk/classes/Domain.DIDUrl.md index e07b10438..da342a1e0 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/DIDUrl.ts#L21) diff --git a/docs/sdk/classes/Domain.DerivableKey.md b/docs/sdk/classes/Domain.DerivableKey.md index b1ccb048d..2677ca1b1 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..97d914975 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L433) diff --git a/docs/sdk/classes/Domain.Key.md b/docs/sdk/classes/Domain.Key.md index 40ee7e54e..5bfde3dfd 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..7f62bb7a8 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/DIDDocument.ts#L81) diff --git a/docs/sdk/classes/Domain.KeyPair.md b/docs/sdk/classes/Domain.KeyPair.md index 64bf98296..3f3f6681f 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/KeyPair.ts#L5) diff --git a/docs/sdk/classes/Domain.LinkSecret.md b/docs/sdk/classes/Domain.LinkSecret.md index 2d1a53143..ed5fa9f97 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..24943ee05 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..cf2b7f269 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..facc70d4f 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..89ea9d6a4 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..b4250cd6a 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..759d97492 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..411761700 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..6a6d7b7a5 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..1141c2c4a 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..184c02d53 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..cb017017a 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..8efbf42c8 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..b4c44f359 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..4265cac61 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..201f0bd46 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..b380ae8f7 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..6ba76fb77 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..6b54c8fbe 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..37f4deaf8 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..7ee7c6430 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..53e0d4dc2 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..03c54d043 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..19b494049 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..03c8464c8 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..dcd633496 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..ce4728614 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..e57058fec 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..a32454e17 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..4d1604c6c 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..d6727ead0 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..b3abaf6fe 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..39b832529 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..850ec992b 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..1f3e17536 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..c4c408626 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..291891ccb 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..cf9c37a2f 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..60c56a593 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..896c14743 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..9a197068b 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..66451f64b 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..23fe8ccd4 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..730113419 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..d89748b7d 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..42dc658b5 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..b9af2e823 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..dda3c5449 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..f2b02feff 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..167cd85cd 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..a70b531e2 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L186) diff --git a/docs/sdk/classes/Domain.PresentationOptions.md b/docs/sdk/classes/Domain.PresentationOptions.md index 176de1d3c..fdf073043 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L414) diff --git a/docs/sdk/classes/Domain.PrismDID.md b/docs/sdk/classes/Domain.PrismDID.md index 3c3f54588..cab3fe04c 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/PrismDID.ts#L12) diff --git a/docs/sdk/classes/Domain.PrivateKey.md b/docs/sdk/classes/Domain.PrivateKey.md index a172f8be1..fa3aa37f2 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..fdff91fbb 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..a3b473296 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/DIDDocument.ts#L43) diff --git a/docs/sdk/classes/Domain.ServiceEndpoint.md b/docs/sdk/classes/Domain.ServiceEndpoint.md index 69d41fcab..9b3352f61 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/DIDDocument.ts#L7) diff --git a/docs/sdk/classes/Domain.Services.md b/docs/sdk/classes/Domain.Services.md index 118fe1292..d29b04c0c 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/DIDDocument.ts#L61) diff --git a/docs/sdk/classes/Domain.SignableKey.md b/docs/sdk/classes/Domain.SignableKey.md index e5063f9e1..7849e5d63 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..67e6bf136 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..d6faa3415 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/DIDDocument.ts#L22) diff --git a/docs/sdk/classes/Domain.VerificationMethods.md b/docs/sdk/classes/Domain.VerificationMethods.md index c8ececcd7..f05b72b73 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/DIDDocument.ts#L57) diff --git a/docs/sdk/classes/HandshakeRequest.md b/docs/sdk/classes/HandshakeRequest.md index d7df1bb7a..1a8cf36d3 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/connection/HandshakeRequest.ts#L34) diff --git a/docs/sdk/classes/IssueCredential.md b/docs/sdk/classes/IssueCredential.md index 3f5d708af..39668a2c9 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L72) diff --git a/docs/sdk/classes/JWTCredential.md b/docs/sdk/classes/JWTCredential.md index 29276ebc4..575dd9b81 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:33](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L33) • **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:34](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L34) ## 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:29](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L29) ___ @@ -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:31](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L31) ___ @@ -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:30](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L30) ___ @@ -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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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:334](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L334) ___ @@ -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:291](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L291) ___ @@ -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:300](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L300) ___ @@ -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:304](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L304) ___ @@ -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:308](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L308) ___ @@ -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:312](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L312) ___ @@ -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:316](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L316) ___ @@ -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:320](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L320) ___ @@ -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:267](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L267) ___ @@ -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:263](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L263) ___ @@ -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:327](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L327) ___ @@ -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:341](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L341) ___ @@ -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:348](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L348) ___ @@ -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:360](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L360) ___ @@ -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:352](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L352) ___ @@ -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:368](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L368) ___ @@ -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:372](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L372) ___ @@ -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:275](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L275) ___ @@ -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:283](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L283) ## 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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:181](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L181) ___ @@ -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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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:376](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L376) ___ @@ -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:411](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L411) ___ @@ -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:393](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L393) ___ @@ -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:177](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L177) diff --git a/docs/sdk/classes/MediatorHandler.md b/docs/sdk/classes/MediatorHandler.md index b7db2d391..0f8dd05e4 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:105](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L105) ___ @@ -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:103](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L103) ## 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:109](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L109) ___ @@ -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:107](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L107) ___ @@ -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:119](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L119) ___ @@ -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:113](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L113) ___ @@ -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:117](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L117) ___ @@ -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:111](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L111) diff --git a/docs/sdk/classes/Mercury.md b/docs/sdk/classes/Mercury.md index 3ecdfc795..cbcecdb13 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/Mercury.ts#L58) diff --git a/docs/sdk/classes/OIDCAgent.md b/docs/sdk/classes/OIDCAgent.md new file mode 100644 index 000000000..c9d6f9aa2 --- /dev/null +++ b/docs/sdk/classes/OIDCAgent.md @@ -0,0 +1,728 @@ +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / OIDCAgent + +# Class: OIDCAgent + +## Table of contents + +### Constructors + +- [constructor](OIDCAgent.md#constructor) + +### Properties + +- [api](OIDCAgent.md#api) +- [apollo](OIDCAgent.md#apollo) +- [castor](OIDCAgent.md#castor) +- [connections](OIDCAgent.md#connections) +- [pluto](OIDCAgent.md#pluto) +- [pollux](OIDCAgent.md#pollux) +- [seed](OIDCAgent.md#seed) +- [state](OIDCAgent.md#state) + +### Methods + +- [createAuthorizationRequest](OIDCAgent.md#createauthorizationrequest) +- [createCredentialRequest](OIDCAgent.md#createcredentialrequest) +- [createNewPrismDID](OIDCAgent.md#createnewprismdid) +- [fetchAuthorizationServerMetadata](OIDCAgent.md#fetchauthorizationservermetadata) +- [fetchIssuerMetadata](OIDCAgent.md#fetchissuermetadata) +- [handleTokenRequest](OIDCAgent.md#handletokenrequest) +- [isCredentialRevoked](OIDCAgent.md#iscredentialrevoked) +- [parseCredentialOffer](OIDCAgent.md#parsecredentialoffer) +- [resolveCredentialOffer](OIDCAgent.md#resolvecredentialoffer) +- [resolveCredentialRequest](OIDCAgent.md#resolvecredentialrequest) +- [revealCredentialFields](OIDCAgent.md#revealcredentialfields) +- [runTask](OIDCAgent.md#runtask) +- [send](OIDCAgent.md#send) +- [signWith](OIDCAgent.md#signwith) +- [start](OIDCAgent.md#start) +- [stop](OIDCAgent.md#stop) +- [verifiableCredentials](OIDCAgent.md#verifiablecredentials) +- [initialize](OIDCAgent.md#initialize) + +## Constructors + +### constructor + +• **new OIDCAgent**(`apollo`, `castor`, `pluto`, `seed?`, `api?`): [`OIDCAgent`](OIDCAgent.md) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `apollo` | [`Apollo`](../interfaces/Domain.Apollo.md) | +| `castor` | [`Castor`](../interfaces/Domain.Castor.md) | +| `pluto` | [`Pluto`](../interfaces/Domain.Pluto-1.md) | +| `seed?` | [`Seed`](../interfaces/Domain.Seed.md) | +| `api?` | [`Api`](../interfaces/Domain.Api.md) | + +#### Returns + +[`OIDCAgent`](OIDCAgent.md) + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:43](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L43) + +## Properties + +### api + +• `Optional` `Readonly` **api**: [`Api`](../interfaces/Domain.Api.md) + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:48](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L48) + +___ + +### apollo + +• `Readonly` **apollo**: [`Apollo`](../interfaces/Domain.Apollo.md) + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:44](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L44) + +___ + +### castor + +• `Readonly` **castor**: [`Castor`](../interfaces/Domain.Castor.md) + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:45](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L45) + +___ + +### connections + +• `Private` **connections**: `Connection`[] = `[]` + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:39](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L39) + +___ + +### pluto + +• `Readonly` **pluto**: [`Pluto`](../interfaces/Domain.Pluto-1.md) + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:46](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L46) + +___ + +### pollux + +• `Readonly` **pollux**: [`Pollux`](Pollux.md) + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:41](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L41) + +___ + +### seed + +• `Optional` `Readonly` **seed**: [`Seed`](../interfaces/Domain.Seed.md) + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:47](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L47) + +___ + +### state + +• **state**: `AgentState` = `AgentState.STOPPED` + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:40](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L40) + +## Methods + +### createAuthorizationRequest + +▸ **createAuthorizationRequest**(`issuerMeta`, `authServerMeta`, `clientId`, `redirectUri`, `opts?`): `Promise`\<`AuthorizationRequest`\> + +manage the creation of an Authorization Request + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `issuerMeta` | `Object` | | +| `issuerMeta.authorization_servers?` | `string`[] | - | +| `issuerMeta.batch_credential_endpoint?` | `string` | - | +| `issuerMeta.credential_configurations_supported` | `Object` | - | +| `issuerMeta.credential_endpoint` | `string` | - | +| `issuerMeta.credential_identifiers_supported?` | `boolean` | - | +| `issuerMeta.credential_issuer` | `string` | - | +| `issuerMeta.credential_response_encryption?` | `Object` | - | +| `issuerMeta.credential_response_encryption.alg_values_supported` | `string`[] | - | +| `issuerMeta.credential_response_encryption.enc_values_supported` | `string`[] | - | +| `issuerMeta.credential_response_encryption.encryption_required` | `boolean` | - | +| `issuerMeta.deferred_credential_endpoint?` | `string` | - | +| `issuerMeta.display?` | `Object` | - | +| `issuerMeta.notification_endpoint?` | `string` | - | +| `issuerMeta.signed_metadata?` | `string` | - | +| `authServerMeta` | `Object` | | +| `authServerMeta.acr_values_supported?` | `string`[] | JSON array containing a list of the Authentication Context Class References that this authorization server supports. | +| `authServerMeta.authorization_encryption_alg_values_supported?` | `string`[] | JSON array containing a list of algorithms supported by the authorization server for introspection response encryption (`alg` value). | +| `authServerMeta.authorization_encryption_enc_values_supported?` | `string`[] | JSON array containing a list of algorithms supported by the authorization server for introspection response encryption (`enc` value). | +| `authServerMeta.authorization_endpoint?` | `string` | URL of the authorization server's authorization endpoint. | +| `authServerMeta.authorization_response_iss_parameter_supported?` | `boolean` | Boolean value indicating whether the authorization server provides the `iss` parameter in the authorization response. | +| `authServerMeta.authorization_signing_alg_values_supported?` | `string`[] | JSON array containing a list of algorithms supported by the authorization server for introspection response signing. | +| `authServerMeta.backchannel_authentication_endpoint?` | `string` | CIBA Backchannel Authentication Endpoint. | +| `authServerMeta.backchannel_authentication_request_signing_alg_values_supported?` | `string`[] | JSON array containing a list of the JWS signing algorithms supported for validation of signed CIBA authentication requests. | +| `authServerMeta.backchannel_logout_session_supported?` | `boolean` | Boolean value specifying whether the authorization server can pass a `sid` (session ID) Claim in the Logout Token to identify the RP session with the OP. | +| `authServerMeta.backchannel_logout_supported?` | `boolean` | Boolean value specifying whether the authorization server supports back-channel logout. | +| `authServerMeta.backchannel_token_delivery_modes_supported?` | `string`[] | Supported CIBA authentication result delivery modes. | +| `authServerMeta.backchannel_user_code_parameter_supported?` | `boolean` | Indicates whether the authorization server supports the use of the CIBA `user_code` parameter. | +| `authServerMeta.check_session_iframe?` | `string` | URL of an authorization server iframe that supports cross-origin communications for session state information with the RP Client, using the HTML5 postMessage API. | +| `authServerMeta.claim_types_supported?` | `string`[] | JSON array containing a list of the Claim Types that the authorization server supports. | +| `authServerMeta.claims_locales_supported?` | `string`[] | Languages and scripts supported for values in Claims being returned, represented as a JSON array of RFC 5646 language tag values. | +| `authServerMeta.claims_parameter_supported?` | `boolean` | Boolean value specifying whether the authorization server supports use of the `claims` parameter. | +| `authServerMeta.claims_supported?` | `string`[] | JSON array containing a list of the Claim Names of the Claims that the authorization server MAY be able to supply values for. | +| `authServerMeta.code_challenge_methods_supported?` | `string`[] | PKCE code challenge methods supported by this authorization server. | +| `authServerMeta.device_authorization_endpoint?` | `string` | URL of the authorization server's device authorization endpoint. | +| `authServerMeta.display_values_supported?` | `string`[] | JSON array containing a list of the `display` parameter values that the authorization server supports. | +| `authServerMeta.dpop_signing_alg_values_supported?` | `string`[] | JSON array containing a list of the JWS algorithms supported for DPoP proof JWTs. | +| `authServerMeta.end_session_endpoint?` | `string` | URL at the authorization server to which an RP can perform a redirect to request that the End-User be logged out at the authorization server. | +| `authServerMeta.frontchannel_logout_session_supported?` | `boolean` | Boolean value specifying whether the authorization server can pass `iss` (issuer) and `sid` (session ID) query parameters to identify the RP session with the authorization server when the `frontchannel_logout_uri` is used. | +| `authServerMeta.frontchannel_logout_supported?` | `boolean` | Boolean value specifying whether the authorization server supports HTTP-based logout. | +| `authServerMeta.grant_types_supported?` | `string`[] | JSON array containing a list of the `grant_type` values that this authorization server supports. | +| `authServerMeta.id_token_encryption_alg_values_supported?` | `string`[] | JSON array containing a list of the JWE `alg` values supported by the authorization server for the ID Token. | +| `authServerMeta.id_token_encryption_enc_values_supported?` | `string`[] | JSON array containing a list of the JWE `enc` values supported by the authorization server for the ID Token. | +| `authServerMeta.id_token_signing_alg_values_supported?` | `string`[] | JSON array containing a list of the JWS `alg` values supported by the authorization server for the ID Token. | +| `authServerMeta.introspection_encryption_alg_values_supported?` | `string`[] | JSON array containing a list of algorithms supported by the authorization server for introspection response content key encryption (`alg` value). | +| `authServerMeta.introspection_encryption_enc_values_supported?` | `string`[] | JSON array containing a list of algorithms supported by the authorization server for introspection response content encryption (`enc` value). | +| `authServerMeta.introspection_endpoint?` | `string` | URL of the authorization server's introspection endpoint. | +| `authServerMeta.introspection_endpoint_auth_methods_supported?` | `string`[] | JSON array containing a list of client authentication methods supported by this introspection endpoint. | +| `authServerMeta.introspection_endpoint_auth_signing_alg_values_supported?` | `string`[] | JSON array containing a list of the JWS signing algorithms supported by the introspection endpoint for the signature on the JWT used to authenticate the client at the introspection endpoint. | +| `authServerMeta.introspection_signing_alg_values_supported?` | `string`[] | JSON array containing a list of algorithms supported by the authorization server for introspection response signing. | +| `authServerMeta.issuer` | `string` | Authorization server's Issuer Identifier URL. | +| `authServerMeta.jwks_uri?` | `string` | URL of the authorization server's JWK Set document. | +| `authServerMeta.mtls_endpoint_aliases?` | `Object` | JSON object containing alternative authorization server endpoints, which a client intending to do mutual TLS will use in preference to the conventional endpoints. | +| `authServerMeta.op_policy_uri?` | `string` | URL that the authorization server provides to the person registering the client to read about the authorization server's requirements on how the client can use the data provided by the authorization server. | +| `authServerMeta.op_tos_uri?` | `string` | URL that the authorization server provides to the person registering the client to read about the authorization server's terms of service. | +| `authServerMeta.pushed_authorization_request_endpoint?` | `string` | URL of the authorization server's pushed authorization request endpoint. | +| `authServerMeta.registration_endpoint?` | `string` | URL of the authorization server's Dynamic Client Registration Endpoint. | +| `authServerMeta.request_object_encryption_alg_values_supported?` | `string`[] | JSON array containing a list of the JWE `alg` values supported by the authorization server for Request Objects. | +| `authServerMeta.request_object_encryption_enc_values_supported?` | `string`[] | JSON array containing a list of the JWE `enc` values supported by the authorization server for Request Objects. | +| `authServerMeta.request_object_signing_alg_values_supported?` | `string`[] | JSON array containing a list of the JWS `alg` values supported by the authorization server for Request Objects. | +| `authServerMeta.request_parameter_supported?` | `boolean` | Boolean value specifying whether the authorization server supports use of the `request` parameter. | +| `authServerMeta.request_uri_parameter_supported?` | `boolean` | Boolean value specifying whether the authorization server supports use of the `request_uri` parameter. | +| `authServerMeta.require_pushed_authorization_requests?` | `boolean` | Indicates whether the authorization server accepts authorization requests only via PAR. | +| `authServerMeta.require_request_uri_registration?` | `boolean` | Boolean value specifying whether the authorization server requires any `request_uri` values used to be pre-registered. | +| `authServerMeta.require_signed_request_object?` | `boolean` | Indicates where authorization request needs to be protected as Request Object and provided through either `request` or `request_uri` parameter. | +| `authServerMeta.response_modes_supported?` | `string`[] | JSON array containing a list of the `response_mode` values that this authorization server supports. | +| `authServerMeta.response_types_supported?` | `string`[] | JSON array containing a list of the `response_type` values that this authorization server supports. | +| `authServerMeta.revocation_endpoint?` | `string` | URL of the authorization server's revocation endpoint. | +| `authServerMeta.revocation_endpoint_auth_methods_supported?` | `string`[] | JSON array containing a list of client authentication methods supported by this revocation endpoint. | +| `authServerMeta.revocation_endpoint_auth_signing_alg_values_supported?` | `string`[] | JSON array containing a list of the JWS signing algorithms supported by the revocation endpoint for the signature on the JWT used to authenticate the client at the revocation endpoint. | +| `authServerMeta.scopes_supported?` | `string`[] | JSON array containing a list of the `scope` values that this authorization server supports. | +| `authServerMeta.service_documentation?` | `string` | URL of a page containing human-readable information that developers might want or need to know when using the authorization server. | +| `authServerMeta.signed_metadata?` | `string` | Signed JWT containing metadata values about the authorization server as claims. | +| `authServerMeta.subject_types_supported?` | `string`[] | JSON array containing a list of the Subject Identifier types that this authorization server supports. | +| `authServerMeta.tls_client_certificate_bound_access_tokens?` | `boolean` | Indicates authorization server support for mutual-TLS client certificate-bound access tokens. | +| `authServerMeta.token_endpoint?` | `string` | URL of the authorization server's token endpoint. | +| `authServerMeta.token_endpoint_auth_methods_supported?` | `string`[] | JSON array containing a list of client authentication methods supported by this token endpoint. | +| `authServerMeta.token_endpoint_auth_signing_alg_values_supported?` | `string`[] | JSON array containing a list of the JWS signing algorithms supported by the token endpoint for the signature on the JWT used to authenticate the client at the token endpoint. | +| `authServerMeta.ui_locales_supported?` | `string`[] | Languages and scripts supported for the user interface, represented as a JSON array of language tag values from RFC 5646. | +| `authServerMeta.userinfo_encryption_alg_values_supported?` | `string`[] | JSON array containing a list of the JWE `alg` values supported by the UserInfo Endpoint. | +| `authServerMeta.userinfo_encryption_enc_values_supported?` | `string`[] | JSON array containing a list of the JWE `enc` values supported by the UserInfo Endpoint. | +| `authServerMeta.userinfo_endpoint?` | `string` | URL of the authorization server's UserInfo Endpoint. | +| `authServerMeta.userinfo_signing_alg_values_supported?` | `string`[] | JSON array containing a list of the JWS `alg` values supported by the UserInfo Endpoint. | +| `clientId` | `string` | | +| `redirectUri` | `string` | | +| `opts?` | `Object` | - | +| `opts.offer?` | `Object` | - | +| `opts.offer.credential_configuration_ids` | `string`[] | array of unique strings that each identify one of the keys in name/value pairs stored in the `credential_configurations_supported` Credential Issuer Metadata | +| `opts.offer.credential_issuer` | `string` | url of the Credential Issuer from which the wallet is requested to obtain one or more Credentials the Wallet uses it to obtain the Credential Issuer's Metadata | +| `opts.offer.grants?` | `Object` | indicates the Grant Types the Authorization Server is prepared to process if `grants` is nil the Wallet must determine the Grant Types using the Metadata when multiple grants are present, it is at the Wallets discretion which to use | +| `opts.offer.grants.authorization_code?` | `Object` | - | +| `opts.offer.grants.authorization_code.authorization_server?` | `string` | can be used to identify the Authorization Server to use with this grant type when `authorization_servers` in Issuer Metadata has multiple entries | +| `opts.offer.grants.authorization_code.issuer_state?` | `string` | used to bind the Authorization Request with the Credential Issuer to a context if the Wallet decides to use the Authorization Code flow and received this value it must be included in the subsequent Authorization Reqest | +| `opts.offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code?` | `Object` | - | +| `opts.offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.authorization_server?` | `string` | can be used to identify the Authorization Server to use with this grant type when `authorization_servers` in Issuer Metadata has multiple entries | +| `opts.offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.interval?` | `number` | amount of time in seconds that the Wallet should wait between polling requests to the token endpoint | +| `opts.offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.pre-authorized_code` | `string` | code representing the Issuers authorization short lived and single use if the Wallet decides to use the pre-authorized_code flow, this value must be included in the subsequent Token Request | +| `opts.offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.tx_code?` | `Object` | specifies whether the Authorization Server expects a presentation of a Transaction Code along with the Token Request | +| `opts.offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.tx_code.description?` | ... \| ... | - | +| `opts.offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.tx_code.input_mode?` | ... \| ... | - | +| `opts.offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.tx_code.length?` | ... \| ... | - | +| `opts.scopes?` | `string`[] | - | + +#### Returns + +`Promise`\<`AuthorizationRequest`\> + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:249](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L249) + +___ + +### createCredentialRequest + +▸ **createCredentialRequest**(`offer`, `clientId`): `Promise`\<`CredentialRequest`\> + +create a CredentialRequest for the given offer +a connection with the relevant Issuer must have already been established + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `offer` | `Object` | | +| `offer.credential_configuration_ids` | `string`[] | array of unique strings that each identify one of the keys in name/value pairs stored in the `credential_configurations_supported` Credential Issuer Metadata | +| `offer.credential_issuer` | `string` | url of the Credential Issuer from which the wallet is requested to obtain one or more Credentials the Wallet uses it to obtain the Credential Issuer's Metadata | +| `offer.grants?` | `Object` | indicates the Grant Types the Authorization Server is prepared to process if `grants` is nil the Wallet must determine the Grant Types using the Metadata when multiple grants are present, it is at the Wallets discretion which to use | +| `offer.grants.authorization_code?` | `Object` | - | +| `offer.grants.authorization_code.authorization_server?` | `string` | can be used to identify the Authorization Server to use with this grant type when `authorization_servers` in Issuer Metadata has multiple entries | +| `offer.grants.authorization_code.issuer_state?` | `string` | used to bind the Authorization Request with the Credential Issuer to a context if the Wallet decides to use the Authorization Code flow and received this value it must be included in the subsequent Authorization Reqest | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code?` | `Object` | - | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.authorization_server?` | `string` | can be used to identify the Authorization Server to use with this grant type when `authorization_servers` in Issuer Metadata has multiple entries | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.interval?` | `number` | amount of time in seconds that the Wallet should wait between polling requests to the token endpoint | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.pre-authorized_code` | `string` | code representing the Issuers authorization short lived and single use if the Wallet decides to use the pre-authorized_code flow, this value must be included in the subsequent Token Request | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.tx_code?` | `Object` | specifies whether the Authorization Server expects a presentation of a Transaction Code along with the Token Request | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.tx_code.description?` | `string` | - | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.tx_code.input_mode?` | `string` | - | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.tx_code.length?` | `number` | - | +| `clientId` | `string` | | + +#### Returns + +`Promise`\<`CredentialRequest`\> + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:311](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L311) + +___ + +### createNewPrismDID + +▸ **createNewPrismDID**(`alias`, `services?`, `keyPathIndex?`): `Promise`\<[`DID`](Domain.DID.md)\> + +Asyncronously create a new PrismDID + +#### Parameters + +| Name | Type | Default value | +| :------ | :------ | :------ | +| `alias` | `string` | `undefined` | +| `services?` | [`Service`](Domain.Service.md)[] | `[]` | +| `keyPathIndex?` | `number` | `undefined` | + +#### Returns + +`Promise`\<[`DID`](Domain.DID.md)\> + +**`Async`** + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:150](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L150) + +___ + +### fetchAuthorizationServerMetadata + +▸ **fetchAuthorizationServerMetadata**(`uri`): `Promise`\<\{ `acr_values_supported?`: `string`[] ; `authorization_encryption_alg_values_supported?`: `string`[] ; `authorization_encryption_enc_values_supported?`: `string`[] ; `authorization_endpoint?`: `string` ; `authorization_response_iss_parameter_supported?`: `boolean` ; `authorization_signing_alg_values_supported?`: `string`[] ; `backchannel_authentication_endpoint?`: `string` ; `backchannel_authentication_request_signing_alg_values_supported?`: `string`[] ; `backchannel_logout_session_supported?`: `boolean` ; `backchannel_logout_supported?`: `boolean` ; `backchannel_token_delivery_modes_supported?`: `string`[] ; `backchannel_user_code_parameter_supported?`: `boolean` ; `check_session_iframe?`: `string` ; `claim_types_supported?`: `string`[] ; `claims_locales_supported?`: `string`[] ; `claims_parameter_supported?`: `boolean` ; `claims_supported?`: `string`[] ; `code_challenge_methods_supported?`: `string`[] ; `device_authorization_endpoint?`: `string` ; `display_values_supported?`: `string`[] ; `dpop_signing_alg_values_supported?`: `string`[] ; `end_session_endpoint?`: `string` ; `frontchannel_logout_session_supported?`: `boolean` ; `frontchannel_logout_supported?`: `boolean` ; `grant_types_supported?`: `string`[] ; `id_token_encryption_alg_values_supported?`: `string`[] ; `id_token_encryption_enc_values_supported?`: `string`[] ; `id_token_signing_alg_values_supported?`: `string`[] ; `introspection_encryption_alg_values_supported?`: `string`[] ; `introspection_encryption_enc_values_supported?`: `string`[] ; `introspection_endpoint?`: `string` ; `introspection_endpoint_auth_methods_supported?`: `string`[] ; `introspection_endpoint_auth_signing_alg_values_supported?`: `string`[] ; `introspection_signing_alg_values_supported?`: `string`[] ; `issuer`: `string` ; `jwks_uri?`: `string` ; `mtls_endpoint_aliases?`: {} ; `op_policy_uri?`: `string` ; `op_tos_uri?`: `string` ; `pushed_authorization_request_endpoint?`: `string` ; `registration_endpoint?`: `string` ; `request_object_encryption_alg_values_supported?`: `string`[] ; `request_object_encryption_enc_values_supported?`: `string`[] ; `request_object_signing_alg_values_supported?`: `string`[] ; `request_parameter_supported?`: `boolean` ; `request_uri_parameter_supported?`: `boolean` ; `require_pushed_authorization_requests?`: `boolean` ; `require_request_uri_registration?`: `boolean` ; `require_signed_request_object?`: `boolean` ; `response_modes_supported?`: `string`[] ; `response_types_supported?`: `string`[] ; `revocation_endpoint?`: `string` ; `revocation_endpoint_auth_methods_supported?`: `string`[] ; `revocation_endpoint_auth_signing_alg_values_supported?`: `string`[] ; `scopes_supported?`: `string`[] ; `service_documentation?`: `string` ; `signed_metadata?`: `string` ; `subject_types_supported?`: `string`[] ; `tls_client_certificate_bound_access_tokens?`: `boolean` ; `token_endpoint?`: `string` ; `token_endpoint_auth_methods_supported?`: `string`[] ; `token_endpoint_auth_signing_alg_values_supported?`: `string`[] ; `ui_locales_supported?`: `string`[] ; `userinfo_encryption_alg_values_supported?`: `string`[] ; `userinfo_encryption_enc_values_supported?`: `string`[] ; `userinfo_endpoint?`: `string` ; `userinfo_signing_alg_values_supported?`: `string`[] }\> + +try to retrieve Authorization Server Metadata from the give URI +`/.well-known/openid-configuration` will be appended to the URI + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `uri` | `string` \| `URL` | + +#### Returns + +`Promise`\<\{ `acr_values_supported?`: `string`[] ; `authorization_encryption_alg_values_supported?`: `string`[] ; `authorization_encryption_enc_values_supported?`: `string`[] ; `authorization_endpoint?`: `string` ; `authorization_response_iss_parameter_supported?`: `boolean` ; `authorization_signing_alg_values_supported?`: `string`[] ; `backchannel_authentication_endpoint?`: `string` ; `backchannel_authentication_request_signing_alg_values_supported?`: `string`[] ; `backchannel_logout_session_supported?`: `boolean` ; `backchannel_logout_supported?`: `boolean` ; `backchannel_token_delivery_modes_supported?`: `string`[] ; `backchannel_user_code_parameter_supported?`: `boolean` ; `check_session_iframe?`: `string` ; `claim_types_supported?`: `string`[] ; `claims_locales_supported?`: `string`[] ; `claims_parameter_supported?`: `boolean` ; `claims_supported?`: `string`[] ; `code_challenge_methods_supported?`: `string`[] ; `device_authorization_endpoint?`: `string` ; `display_values_supported?`: `string`[] ; `dpop_signing_alg_values_supported?`: `string`[] ; `end_session_endpoint?`: `string` ; `frontchannel_logout_session_supported?`: `boolean` ; `frontchannel_logout_supported?`: `boolean` ; `grant_types_supported?`: `string`[] ; `id_token_encryption_alg_values_supported?`: `string`[] ; `id_token_encryption_enc_values_supported?`: `string`[] ; `id_token_signing_alg_values_supported?`: `string`[] ; `introspection_encryption_alg_values_supported?`: `string`[] ; `introspection_encryption_enc_values_supported?`: `string`[] ; `introspection_endpoint?`: `string` ; `introspection_endpoint_auth_methods_supported?`: `string`[] ; `introspection_endpoint_auth_signing_alg_values_supported?`: `string`[] ; `introspection_signing_alg_values_supported?`: `string`[] ; `issuer`: `string` ; `jwks_uri?`: `string` ; `mtls_endpoint_aliases?`: {} ; `op_policy_uri?`: `string` ; `op_tos_uri?`: `string` ; `pushed_authorization_request_endpoint?`: `string` ; `registration_endpoint?`: `string` ; `request_object_encryption_alg_values_supported?`: `string`[] ; `request_object_encryption_enc_values_supported?`: `string`[] ; `request_object_signing_alg_values_supported?`: `string`[] ; `request_parameter_supported?`: `boolean` ; `request_uri_parameter_supported?`: `boolean` ; `require_pushed_authorization_requests?`: `boolean` ; `require_request_uri_registration?`: `boolean` ; `require_signed_request_object?`: `boolean` ; `response_modes_supported?`: `string`[] ; `response_types_supported?`: `string`[] ; `revocation_endpoint?`: `string` ; `revocation_endpoint_auth_methods_supported?`: `string`[] ; `revocation_endpoint_auth_signing_alg_values_supported?`: `string`[] ; `scopes_supported?`: `string`[] ; `service_documentation?`: `string` ; `signed_metadata?`: `string` ; `subject_types_supported?`: `string`[] ; `tls_client_certificate_bound_access_tokens?`: `boolean` ; `token_endpoint?`: `string` ; `token_endpoint_auth_methods_supported?`: `string`[] ; `token_endpoint_auth_signing_alg_values_supported?`: `string`[] ; `ui_locales_supported?`: `string`[] ; `userinfo_encryption_alg_values_supported?`: `string`[] ; `userinfo_encryption_enc_values_supported?`: `string`[] ; `userinfo_endpoint?`: `string` ; `userinfo_signing_alg_values_supported?`: `string`[] }\> + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:232](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L232) + +___ + +### fetchIssuerMetadata + +▸ **fetchIssuerMetadata**(`uri`): `Promise`\<\{ `authorization_servers?`: `string`[] ; `batch_credential_endpoint?`: `string` ; `credential_configurations_supported`: {} ; `credential_endpoint`: `string` ; `credential_identifiers_supported?`: `boolean` ; `credential_issuer`: `string` ; `credential_response_encryption?`: \{ `alg_values_supported`: `string`[] ; `enc_values_supported`: `string`[] ; `encryption_required`: `boolean` } ; `deferred_credential_endpoint?`: `string` ; `display?`: {} ; `notification_endpoint?`: `string` ; `signed_metadata?`: `string` }\> + +try to retrieve Issuer Metadata from the given URI +`/.well-known/openid-credential-issuer` will be appended to the uri + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `uri` | `string` | + +#### Returns + +`Promise`\<\{ `authorization_servers?`: `string`[] ; `batch_credential_endpoint?`: `string` ; `credential_configurations_supported`: {} ; `credential_endpoint`: `string` ; `credential_identifiers_supported?`: `boolean` ; `credential_issuer`: `string` ; `credential_response_encryption?`: \{ `alg_values_supported`: `string`[] ; `enc_values_supported`: `string`[] ; `encryption_required`: `boolean` } ; `deferred_credential_endpoint?`: `string` ; `display?`: {} ; `notification_endpoint?`: `string` ; `signed_metadata?`: `string` }\> + +**`Link`** + +https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-credential-issuer-metadata + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:220](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L220) + +___ + +### handleTokenRequest + +▸ **handleTokenRequest**(`authorizationRequest`, `callbackUrl?`): `Promise`\<`TokenResponse`\> + +manage fetching an Token from the Authorization Server +establishing a connection for future use + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `authorizationRequest` | `AuthorizationRequest` | +| `callbackUrl?` | `string` \| `URL` | + +#### Returns + +`Promise`\<`TokenResponse`\> + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:279](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L279) + +___ + +### isCredentialRevoked + +▸ **isCredentialRevoked**(`credential`): `Promise`\<`boolean`\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `credential` | [`Credential`](Domain.Credential.md) | + +#### Returns + +`Promise`\<`boolean`\> + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:116](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L116) + +___ + +### parseCredentialOffer + +▸ **parseCredentialOffer**(`offer`): `Promise`\<\{ `credential_configuration_ids`: `string`[] ; `credential_issuer`: `string` ; `grants?`: \{ `authorization_code?`: \{ `authorization_server?`: `string` ; `issuer_state?`: `string` } ; `urn:ietf:params:oauth:grant-type:pre-authorized_code?`: \{ `authorization_server?`: `string` ; `interval?`: `number` ; `pre-authorized_code`: `string` ; `tx_code?`: \{ `description?`: `string` ; `input_mode?`: `string` ; `length?`: `number` } } } }\> + +validates the offer is correctly formed OIDC Credential Offer +returns the offer Typed as such + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `offer` | `string` \| `JsonObj`\<`any`\> | json object | + +#### Returns + +`Promise`\<\{ `credential_configuration_ids`: `string`[] ; `credential_issuer`: `string` ; `grants?`: \{ `authorization_code?`: \{ `authorization_server?`: `string` ; `issuer_state?`: `string` } ; `urn:ietf:params:oauth:grant-type:pre-authorized_code?`: \{ `authorization_server?`: `string` ; `interval?`: `number` ; `pre-authorized_code`: `string` ; `tx_code?`: \{ `description?`: `string` ; `input_mode?`: `string` ; `length?`: `number` } } } }\> + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:206](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L206) + +___ + +### resolveCredentialOffer + +▸ **resolveCredentialOffer**(`offer`, `clientId`, `redirectUri`): `Promise`\<`AuthorizationRequest`\> + +Convenience function 1 of 2 +for Credential Issuance flow +from Credential Offer to Authorization Request + +steps + - fetchIssuerMetadata + - fetchAuthorizationServerMetadata + - createAuthorizationRequest + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `offer` | `Object` | | +| `offer.credential_configuration_ids` | `string`[] | array of unique strings that each identify one of the keys in name/value pairs stored in the `credential_configurations_supported` Credential Issuer Metadata | +| `offer.credential_issuer` | `string` | url of the Credential Issuer from which the wallet is requested to obtain one or more Credentials the Wallet uses it to obtain the Credential Issuer's Metadata | +| `offer.grants?` | `Object` | indicates the Grant Types the Authorization Server is prepared to process if `grants` is nil the Wallet must determine the Grant Types using the Metadata when multiple grants are present, it is at the Wallets discretion which to use | +| `offer.grants.authorization_code?` | `Object` | - | +| `offer.grants.authorization_code.authorization_server?` | `string` | can be used to identify the Authorization Server to use with this grant type when `authorization_servers` in Issuer Metadata has multiple entries | +| `offer.grants.authorization_code.issuer_state?` | `string` | used to bind the Authorization Request with the Credential Issuer to a context if the Wallet decides to use the Authorization Code flow and received this value it must be included in the subsequent Authorization Reqest | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code?` | `Object` | - | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.authorization_server?` | `string` | can be used to identify the Authorization Server to use with this grant type when `authorization_servers` in Issuer Metadata has multiple entries | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.interval?` | `number` | amount of time in seconds that the Wallet should wait between polling requests to the token endpoint | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.pre-authorized_code` | `string` | code representing the Issuers authorization short lived and single use if the Wallet decides to use the pre-authorized_code flow, this value must be included in the subsequent Token Request | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.tx_code?` | `Object` | specifies whether the Authorization Server expects a presentation of a Transaction Code along with the Token Request | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.tx_code.description?` | `string` | - | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.tx_code.input_mode?` | `string` | - | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.tx_code.length?` | `number` | - | +| `clientId` | `string` | - | +| `redirectUri` | `string` | - | + +#### Returns + +`Promise`\<`AuthorizationRequest`\> + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:342](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L342) + +___ + +### resolveCredentialRequest + +▸ **resolveCredentialRequest**(`offer`, `authorizationRequest`, `opts?`): `Promise`\<[`Credential`](Domain.Credential.md)\> + +Convenience function 2 of 2 +for Credential Issuance flow +from callbackUrl to Credential issuance + +steps + - handleTokenRequest + - createCredentialRequest + - storeCredential + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `offer` | `Object` | - | +| `offer.credential_configuration_ids` | `string`[] | array of unique strings that each identify one of the keys in name/value pairs stored in the `credential_configurations_supported` Credential Issuer Metadata | +| `offer.credential_issuer` | `string` | url of the Credential Issuer from which the wallet is requested to obtain one or more Credentials the Wallet uses it to obtain the Credential Issuer's Metadata | +| `offer.grants?` | `Object` | indicates the Grant Types the Authorization Server is prepared to process if `grants` is nil the Wallet must determine the Grant Types using the Metadata when multiple grants are present, it is at the Wallets discretion which to use | +| `offer.grants.authorization_code?` | `Object` | - | +| `offer.grants.authorization_code.authorization_server?` | `string` | can be used to identify the Authorization Server to use with this grant type when `authorization_servers` in Issuer Metadata has multiple entries | +| `offer.grants.authorization_code.issuer_state?` | `string` | used to bind the Authorization Request with the Credential Issuer to a context if the Wallet decides to use the Authorization Code flow and received this value it must be included in the subsequent Authorization Reqest | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code?` | `Object` | - | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.authorization_server?` | `string` | can be used to identify the Authorization Server to use with this grant type when `authorization_servers` in Issuer Metadata has multiple entries | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.interval?` | `number` | amount of time in seconds that the Wallet should wait between polling requests to the token endpoint | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.pre-authorized_code` | `string` | code representing the Issuers authorization short lived and single use if the Wallet decides to use the pre-authorized_code flow, this value must be included in the subsequent Token Request | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.tx_code?` | `Object` | specifies whether the Authorization Server expects a presentation of a Transaction Code along with the Token Request | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.tx_code.description?` | `string` | - | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.tx_code.input_mode?` | `string` | - | +| `offer.grants.urn:ietf:params:oauth:grant-type:pre-authorized_code.tx_code.length?` | `number` | - | +| `authorizationRequest` | `AuthorizationRequest` | | +| `opts?` | `Object` | - | +| `opts.callbackUrl?` | `string` \| `URL` | - | +| `opts.clientId?` | `string` | - | + +#### Returns + +`Promise`\<[`Credential`](Domain.Credential.md)\> + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:365](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L365) + +___ + +### revealCredentialFields + +▸ **revealCredentialFields**(`credential`, `fields`, `linkSecret`): `Promise`\<`Claim`\> + +This method can be used by holders in order to disclose the value of a Credential +JWT are just encoded plainText +Anoncreds will really need to be disclosed as the fields are encoded. + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `credential` | [`Credential`](Domain.Credential.md) | +| `fields` | `string`[] | +| `linkSecret` | `string` | + +#### Returns + +`Promise`\<`Claim`\> + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:128](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L128) + +___ + +### runTask + +▸ **runTask**\<`T`\>(`task`): `Promise`\<`T`\> + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `task` | `Task`\<`T`, `unknown`\> | + +#### Returns + +`Promise`\<`T`\> + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:98](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L98) + +___ + +### send + +▸ **send**(`request`): `Promise`\<[`Credential`](Domain.Credential.md)\> + +handle sending the given request and return the appropriate response + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `request` | `CredentialRequest` | + +#### Returns + +`Promise`\<[`Credential`](Domain.Credential.md)\> + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:183](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L183) + +▸ **send**(`request`): `Promise`\<`TokenResponse`\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `request` | `TokenRequest` | + +#### Returns + +`Promise`\<`TokenResponse`\> + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:184](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L184) + +___ + +### signWith + +▸ **signWith**(`did`, `message`): `Promise`\<[`Signature`](../interfaces/Domain.Signature.md)\> + +Asyncronously sign a message with a DID + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `did` | [`DID`](Domain.DID.md) | +| `message` | `Uint8Array` | + +#### Returns + +`Promise`\<[`Signature`](../interfaces/Domain.Signature.md)\> + +**`Async`** + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:167](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L167) + +___ + +### start + +▸ **start**(): `Promise`\<`STARTING` \| `RUNNING` \| `STOPPING`\> + +#### Returns + +`Promise`\<`STARTING` \| `RUNNING` \| `STOPPING`\> + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:84](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L84) + +___ + +### stop + +▸ **stop**(): `Promise`\<`void`\> + +#### Returns + +`Promise`\<`void`\> + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:94](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L94) + +___ + +### verifiableCredentials + +▸ **verifiableCredentials**(): `Promise`\<[`Credential`](Domain.Credential.md)[]\> + +Asyncronously get all verifiable credentials + +#### Returns + +`Promise`\<[`Credential`](Domain.Credential.md)[]\> + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:137](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L137) + +___ + +### initialize + +▸ **initialize**(`params`): [`OIDCAgent`](OIDCAgent.md) + +Convenience initializer for Agent +allowing default instantiation, omitting all but the absolute necessary parameters + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `params` | `Object` | dependencies object | +| `params.api?` | [`Api`](../interfaces/Domain.Api.md) | | +| `params.apollo?` | [`Apollo`](../interfaces/Domain.Apollo.md) | | +| `params.castor?` | [`Castor`](../interfaces/Domain.Castor.md) | | +| `params.pluto` | [`Pluto`](../interfaces/Domain.Pluto-1.md) | storage implementation | +| `params.seed?` | [`Seed`](../interfaces/Domain.Seed.md) | | + +#### Returns + +[`OIDCAgent`](OIDCAgent.md) + +#### Defined in + +[src/edge-agent/oidc/Agent.ts:67](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/Agent.ts#L67) diff --git a/docs/sdk/classes/OfferCredential.md b/docs/sdk/classes/OfferCredential.md index c2701aa25..1c629203c 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L42) diff --git a/docs/sdk/classes/OutOfBandInvitation.md b/docs/sdk/classes/OutOfBandInvitation.md index 583bb86bf..f2e362004 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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) +[src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts:10](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L10) -## Methods +## Accessors -### parseOutOfBandInvitationFromJson - -▸ **parseOutOfBandInvitationFromJson**(`json`): [`OutOfBandInvitation`](OutOfBandInvitation.md) - -#### 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L20) -___ +## Methods ### parsePrismOnboardingInvitationFromJson @@ -118,6 +139,8 @@ ___ `PrismOnboardingInvitation` +**`Deprecated`** + #### 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:34](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L34) diff --git a/docs/sdk/classes/PeerDID-1.md b/docs/sdk/classes/PeerDID-1.md index 370d750bb..e21e1baf4 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/peer-did/PeerDID.ts#L33) diff --git a/docs/sdk/classes/PeerDIDService.md b/docs/sdk/classes/PeerDIDService.md index f92d78d4c..2bee7f57f 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/peer-did/PeerDID.ts#L89) diff --git a/docs/sdk/classes/Pluto-1.md b/docs/sdk/classes/Pluto-1.md index 5befd636c..b34746ee1 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pluto/Pluto.ts#L185) diff --git a/docs/sdk/classes/Pollux.md b/docs/sdk/classes/Pollux.md index f30eb06f7..db57536e4 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:77](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L77) ## 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:81](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L81) ___ @@ -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:82](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L82) ___ @@ -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:73](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L73) + +___ + +### \_jwe + +• `Private` **\_jwe**: `undefined` \| `__module` + +#### Defined in + +[src/pollux/Pollux.ts:74](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L74) ___ @@ -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:75](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L75) ___ @@ -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:80](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L80) ___ @@ -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:78](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L78) ___ @@ -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:79](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L79) ## 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:86](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L86) + +___ + +### jwe + +• `get` **jwe**(): `__module` + +#### Returns + +`__module` + +#### Defined in + +[src/pollux/Pollux.ts:93](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L93) ## 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:402](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L402) ___ @@ -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:334](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L334) ___ @@ -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:473](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L473) ___ @@ -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:1064](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L1064) ___ @@ -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:422](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L422) ___ @@ -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:184](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L184) ___ @@ -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:174](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L174) ___ @@ -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:167](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L167) ___ @@ -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:160](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L160) ___ @@ -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:984](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L984) ___ @@ -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:287](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L287) ___ @@ -452,7 +479,34 @@ 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:1001](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L1001) + +___ + +### 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) +// ??? replaced by CreateJWT task + +#### Defined in + +[src/pollux/Pollux.ts:1165](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L1165) ___ @@ -476,7 +530,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:301](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L301) ___ @@ -503,7 +557,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:847](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L847) ___ @@ -530,7 +584,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:326](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L326) ___ @@ -558,7 +612,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:1010](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L1010) ___ @@ -585,7 +639,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:467](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L467) ___ @@ -616,7 +670,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:895](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L895) ___ @@ -642,7 +696,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:100](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L100) ___ @@ -656,7 +710,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:838](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L838) ___ @@ -684,7 +738,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:619](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L619) ___ @@ -713,7 +767,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:803](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L803) ▸ **verifyPresentationSubmission**(`presentationSubmission`, `options`): `Promise`\<`boolean`\> @@ -734,7 +788,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:804](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L804) ___ @@ -755,7 +809,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:772](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L772) ___ @@ -776,7 +830,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:629](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L629) ___ @@ -797,4 +851,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:216](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/Pollux.ts#L216) diff --git a/docs/sdk/classes/Presentation.md b/docs/sdk/classes/Presentation.md index 6cd5f37b9..476646d22 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/proofPresentation/Presentation.ts#L55) diff --git a/docs/sdk/classes/ProposePresentation.md b/docs/sdk/classes/ProposePresentation.md index 6e55b9979..17f1bc55a 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L63) diff --git a/docs/sdk/classes/PublicMediatorStore.md b/docs/sdk/classes/PublicMediatorStore.md index 9109c5b09..a2b7b8af9 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/mediator/PlutoMediatorStore.ts#L29) diff --git a/docs/sdk/classes/RequestPresentation.md b/docs/sdk/classes/RequestPresentation.md index a5220cba0..15956c65e 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L67) diff --git a/docs/sdk/classes/Store.md b/docs/sdk/classes/Store.md index ab6843b3d..44cf910ea 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pluto/rxdb/Store.ts#L47) diff --git a/docs/sdk/enums/AnonCredsCredentialProperties.md b/docs/sdk/enums/AnonCredsCredentialProperties.md index 116aa0760..fc86e3628 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/AnonCredsVerifiableCredential.ts#L17) diff --git a/docs/sdk/enums/Domain.AttachmentFormats.md b/docs/sdk/enums/Domain.AttachmentFormats.md index c08f62484..7c30e148e 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/MessageAttachment.ts#L108) diff --git a/docs/sdk/enums/Domain.CredentialStatusType.md b/docs/sdk/enums/Domain.CredentialStatusType.md index b45a00f68..8b4e43c77 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L279) diff --git a/docs/sdk/enums/Domain.CredentialType.md b/docs/sdk/enums/Domain.CredentialType.md index 0977d7f63..5da11093c 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L6) diff --git a/docs/sdk/enums/Domain.Curve.md b/docs/sdk/enums/Domain.Curve.md index 3621d7af1..4bc89e7f7 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..b285b2069 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L20) diff --git a/docs/sdk/enums/Domain.InputLimitDisclosure.md b/docs/sdk/enums/Domain.InputLimitDisclosure.md index 816fe080d..d5e6570bb 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L13) diff --git a/docs/sdk/enums/Domain.JWTProofPurpose.md b/docs/sdk/enums/Domain.JWTProofPurpose.md index b05e95241..5bcacb187 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L302) diff --git a/docs/sdk/enums/Domain.JWTProofType.md b/docs/sdk/enums/Domain.JWTProofType.md index c1a293351..8d090f73b 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L298) diff --git a/docs/sdk/enums/Domain.JWTRevocationStatusPurpose.md b/docs/sdk/enums/Domain.JWTRevocationStatusPurpose.md index 913cb84ce..856c65264 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L275) diff --git a/docs/sdk/enums/Domain.JWTVerifiableCredentialProperties.md b/docs/sdk/enums/Domain.JWTVerifiableCredentialProperties.md index b59a01bc9..8344fa8f2 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L55) diff --git a/docs/sdk/enums/Domain.JWTVerifiablePresentationProperties.md b/docs/sdk/enums/Domain.JWTVerifiablePresentationProperties.md index 7b21de8ed..c98e8188f 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..7856b7fc1 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L460) diff --git a/docs/sdk/enums/Domain.KeyProperties.md b/docs/sdk/enums/Domain.KeyProperties.md index a75efbd5b..6c65db361 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/KeyProperties.ts#L46) diff --git a/docs/sdk/enums/Domain.KeyTypes.md b/docs/sdk/enums/Domain.KeyTypes.md index cd41be389..aece84483 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..d2a2364f5 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..5dbc5e814 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/Message.ts#L17) diff --git a/docs/sdk/enums/Domain.RevocationType.md b/docs/sdk/enums/Domain.RevocationType.md index d46d94407..2fe53a6dd 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L284) diff --git a/docs/sdk/enums/Domain.SDJWTVerifiableCredentialProperties.md b/docs/sdk/enums/Domain.SDJWTVerifiableCredentialProperties.md index dcf20ba68..26593e0d5 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L41) diff --git a/docs/sdk/enums/Domain.Usage.md b/docs/sdk/enums/Domain.Usage.md index 49b2a7314..6672a6f93 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..64c71695f 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L25) diff --git a/docs/sdk/enums/Domain.W3CVerifiableCredentialType.md b/docs/sdk/enums/Domain.W3CVerifiableCredentialType.md index cddc91db2..8e3de14fe 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L31) diff --git a/docs/sdk/enums/ListenerKey.md b/docs/sdk/enums/ListenerKey.md index 851c60dc3..3eaa26e78 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:61](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L61) ___ @@ -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:60](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L60) ___ @@ -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:62](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L62) diff --git a/docs/sdk/enums/ProtocolType.md b/docs/sdk/enums/ProtocolType.md new file mode 100644 index 000000000..fcf983e41 --- /dev/null +++ b/docs/sdk/enums/ProtocolType.md @@ -0,0 +1,272 @@ +[@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) +- [ProblemReporting](ProtocolType.md#problemreporting) + +## 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/ProtocolTypes.ts#L24) + +___ + +### ProblemReporting + +• **ProblemReporting** = ``"https://didcomm.org/report-problem/2.0/problem-report"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:25](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/ProtocolTypes.ts#L25) diff --git a/docs/sdk/interfaces/AgentCredentials.md b/docs/sdk/interfaces/AgentCredentials.md deleted file mode 100644 index 3d0d0bf52..000000000 --- a/docs/sdk/interfaces/AgentCredentials.md +++ /dev/null @@ -1,208 +0,0 @@ -[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / AgentCredentials - -# Interface: AgentCredentials - -## Implemented by - -- [`Agent`](../classes/Agent.md) - -## Table of contents - -### Properties - -- [isCredentialRevoked](AgentCredentials.md#iscredentialrevoked) -- [revealCredentialFields](AgentCredentials.md#revealcredentialfields) - -### Methods - -- [createPresentationForRequestProof](AgentCredentials.md#createpresentationforrequestproof) -- [handlePresentation](AgentCredentials.md#handlepresentation) -- [initiatePresentationRequest](AgentCredentials.md#initiatepresentationrequest) -- [prepareRequestCredentialWithIssuer](AgentCredentials.md#preparerequestcredentialwithissuer) -- [processIssuedCredentialMessage](AgentCredentials.md#processissuedcredentialmessage) -- [verifiableCredentials](AgentCredentials.md#verifiablecredentials) - -## Properties - -### isCredentialRevoked - -• **isCredentialRevoked**: (`credential`: [`Credential`](../classes/Domain.Credential.md)) => `Promise`\<`boolean`\> - -#### Type declaration - -▸ (`credential`): `Promise`\<`boolean`\> - -##### Parameters - -| Name | Type | -| :------ | :------ | -| `credential` | [`Credential`](../classes/Domain.Credential.md) | - -##### Returns - -`Promise`\<`boolean`\> - -#### 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) - -___ - -### revealCredentialFields - -• **revealCredentialFields**: (`credential`: [`Credential`](../classes/Domain.Credential.md), `fields`: `string`[], `linkSecret`: `string`) => `Promise`\<\{ `[name: string]`: `any`; }\> - -#### Type declaration - -▸ (`credential`, `fields`, `linkSecret`): `Promise`\<\{ `[name: string]`: `any`; }\> - -##### Parameters - -| Name | Type | -| :------ | :------ | -| `credential` | [`Credential`](../classes/Domain.Credential.md) | -| `fields` | `string`[] | -| `linkSecret` | `string` | - -##### Returns - -`Promise`\<\{ `[name: string]`: `any`; }\> - -#### 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) - -## Methods - -### createPresentationForRequestProof - -▸ **createPresentationForRequestProof**(`request`, `credential`): `Promise`\<[`Presentation`](../classes/Presentation.md)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `request` | [`RequestPresentation`](../classes/RequestPresentation.md) | -| `credential` | [`Credential`](../classes/Domain.Credential.md) | - -#### Returns - -`Promise`\<[`Presentation`](../classes/Presentation.md)\> - -#### 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) - -___ - -### handlePresentation - -▸ **handlePresentation**(`presentation`): `Promise`\<`boolean`\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `presentation` | [`Presentation`](../classes/Presentation.md) | - -#### Returns - -`Promise`\<`boolean`\> - -#### 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) - -___ - -### initiatePresentationRequest - -▸ **initiatePresentationRequest**(`type`, `toDID`, `claims`): `Promise`\<[`RequestPresentation`](../classes/RequestPresentation.md)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `type` | [`JWT`](../enums/Domain.CredentialType.md#jwt) | -| `toDID` | [`DID`](../classes/Domain.DID.md) | -| `claims` | [`JWTPresentationClaims`](../modules/Domain.md#jwtpresentationclaims) | - -#### Returns - -`Promise`\<[`RequestPresentation`](../classes/RequestPresentation.md)\> - -#### 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) - -▸ **initiatePresentationRequest**(`type`, `toDID`, `claims`): `Promise`\<[`RequestPresentation`](../classes/RequestPresentation.md)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `type` | [`AnonCreds`](../enums/Domain.CredentialType.md#anoncreds) | -| `toDID` | [`DID`](../classes/Domain.DID.md) | -| `claims` | [`AnoncredsPresentationClaims`](../modules/Domain.md#anoncredspresentationclaims) | - -#### Returns - -`Promise`\<[`RequestPresentation`](../classes/RequestPresentation.md)\> - -#### 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) - -___ - -### prepareRequestCredentialWithIssuer - -▸ **prepareRequestCredentialWithIssuer**(`offer`): `Promise`\<`RequestCredential`\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `offer` | [`OfferCredential`](../classes/OfferCredential.md) | - -#### Returns - -`Promise`\<`RequestCredential`\> - -#### 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) - -___ - -### processIssuedCredentialMessage - -▸ **processIssuedCredentialMessage**(`message`): `Promise`\<[`Credential`](../classes/Domain.Credential.md)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `message` | [`IssueCredential`](../classes/IssueCredential.md) | - -#### Returns - -`Promise`\<[`Credential`](../classes/Domain.Credential.md)\> - -#### 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) - -___ - -### verifiableCredentials - -▸ **verifiableCredentials**(): `Promise`\<[`Credential`](../classes/Domain.Credential.md)[]\> - -#### Returns - -`Promise`\<[`Credential`](../classes/Domain.Credential.md)[]\> - -#### 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) diff --git a/docs/sdk/interfaces/AgentDIDHigherFunctions.md b/docs/sdk/interfaces/AgentDIDHigherFunctions.md deleted file mode 100644 index c3340864e..000000000 --- a/docs/sdk/interfaces/AgentDIDHigherFunctions.md +++ /dev/null @@ -1,80 +0,0 @@ -[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / AgentDIDHigherFunctions - -# Interface: AgentDIDHigherFunctions - -## Implemented by - -- [`Agent`](../classes/Agent.md) - -## Table of contents - -### Methods - -- [createNewPeerDID](AgentDIDHigherFunctions.md#createnewpeerdid) -- [createNewPrismDID](AgentDIDHigherFunctions.md#createnewprismdid) -- [signWith](AgentDIDHigherFunctions.md#signwith) - -## Methods - -### createNewPeerDID - -▸ **createNewPeerDID**(`services`, `updateMediator`): `Promise`\<[`DID`](../classes/Domain.DID.md)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `services` | [`Service`](../classes/Domain.Service.md)[] | -| `updateMediator` | `boolean` | - -#### Returns - -`Promise`\<[`DID`](../classes/Domain.DID.md)\> - -#### 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) - -___ - -### createNewPrismDID - -▸ **createNewPrismDID**(`alias`, `services`, `keyPathIndex?`, `issuingKeys?`): `Promise`\<[`DID`](../classes/Domain.DID.md)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `alias` | `string` | -| `services` | [`Service`](../classes/Domain.Service.md)[] | -| `keyPathIndex?` | `number` | -| `issuingKeys?` | ([`PublicKey`](../classes/Domain.PublicKey.md) \| [`KeyPair`](../classes/Domain.KeyPair.md))[] | - -#### Returns - -`Promise`\<[`DID`](../classes/Domain.DID.md)\> - -#### 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) - -___ - -### signWith - -▸ **signWith**(`did`, `message`): `Promise`\<[`Signature`](Domain.Signature.md)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `did` | [`DID`](../classes/Domain.DID.md) | -| `message` | `Uint8Array` | - -#### Returns - -`Promise`\<[`Signature`](Domain.Signature.md)\> - -#### 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) diff --git a/docs/sdk/interfaces/AgentInvitations.md b/docs/sdk/interfaces/AgentInvitations.md deleted file mode 100644 index 694eede63..000000000 --- a/docs/sdk/interfaces/AgentInvitations.md +++ /dev/null @@ -1,119 +0,0 @@ -[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / AgentInvitations - -# Interface: AgentInvitations - -## Implemented by - -- [`Agent`](../classes/Agent.md) - -## Table of contents - -### Methods - -- [acceptDIDCommInvitation](AgentInvitations.md#acceptdidcomminvitation) -- [acceptInvitation](AgentInvitations.md#acceptinvitation) -- [parseInvitation](AgentInvitations.md#parseinvitation) -- [parseOOBInvitation](AgentInvitations.md#parseoobinvitation) -- [parsePrismInvitation](AgentInvitations.md#parseprisminvitation) - -## Methods - -### acceptDIDCommInvitation - -▸ **acceptDIDCommInvitation**(`invitation`, `optionalAlias?`): `Promise`\<`void`\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `invitation` | [`OutOfBandInvitation`](../classes/OutOfBandInvitation.md) | -| `optionalAlias?` | `string` | - -#### Returns - -`Promise`\<`void`\> - -#### 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) - -___ - -### acceptInvitation - -▸ **acceptInvitation**(`invitation`, `optionalAlias?`): `Promise`\<`void`\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `invitation` | `PrismOnboardingInvitation` | -| `optionalAlias?` | `string` | - -#### Returns - -`Promise`\<`void`\> - -#### 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) - -___ - -### parseInvitation - -▸ **parseInvitation**(`str`): `Promise`\<`InvitationType`\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `str` | `string` | - -#### Returns - -`Promise`\<`InvitationType`\> - -#### 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) - -___ - -### parseOOBInvitation - -▸ **parseOOBInvitation**(`str`): `Promise`\<[`OutOfBandInvitation`](../classes/OutOfBandInvitation.md)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `str` | `URL` | - -#### Returns - -`Promise`\<[`OutOfBandInvitation`](../classes/OutOfBandInvitation.md)\> - -#### 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) - -___ - -### parsePrismInvitation - -▸ **parsePrismInvitation**(`str`): `Promise`\<`PrismOnboardingInvitation`\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `str` | `string` | - -#### Returns - -`Promise`\<`PrismOnboardingInvitation`\> - -#### 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) diff --git a/docs/sdk/interfaces/AgentMessageEvents.md b/docs/sdk/interfaces/AgentMessageEvents.md index c6a780e70..bf4ab54f0 100644 --- a/docs/sdk/interfaces/AgentMessageEvents.md +++ b/docs/sdk/interfaces/AgentMessageEvents.md @@ -21,7 +21,7 @@ | Name | Type | | :------ | :------ | | `eventName` | [`ListenerKey`](../enums/ListenerKey.md) | -| `callback` | `EventCallback` | +| `callback` | [`EventCallback`](../modules.md#eventcallback) | #### Returns @@ -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:66](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L66) ___ @@ -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:68](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L68) ___ @@ -63,7 +63,7 @@ ___ | Name | Type | | :------ | :------ | | `eventName` | [`ListenerKey`](../enums/ListenerKey.md) | -| `callback` | `EventCallback` | +| `callback` | [`EventCallback`](../modules.md#eventcallback) | #### Returns @@ -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:67](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L67) diff --git a/docs/sdk/interfaces/BasicMessageBody.md b/docs/sdk/interfaces/BasicMessageBody.md index 461356dfb..e1f8146e1 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L70) diff --git a/docs/sdk/interfaces/ConnectionsManagerInterface.md b/docs/sdk/interfaces/ConnectionsManagerInterface.md index aff966040..ea25d42fa 100644 --- a/docs/sdk/interfaces/ConnectionsManagerInterface.md +++ b/docs/sdk/interfaces/ConnectionsManagerInterface.md @@ -10,7 +10,6 @@ ### Properties -- [agentCredentials](ConnectionsManagerInterface.md#agentcredentials) - [cancellables](ConnectionsManagerInterface.md#cancellables) - [castor](ConnectionsManagerInterface.md#castor) - [mediationHandler](ConnectionsManagerInterface.md#mediationhandler) @@ -32,23 +31,13 @@ ## Properties -### agentCredentials - -• **agentCredentials**: [`AgentCredentials`](AgentCredentials.md) - -#### 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) - -___ - ### cancellables • **cancellables**: `CancellableTask`\<`any`\>[] #### 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:81](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L81) ___ @@ -58,7 +47,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:75](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L75) ___ @@ -68,7 +57,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:78](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L78) ___ @@ -78,7 +67,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:76](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L76) ___ @@ -88,7 +77,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:79](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L79) ___ @@ -98,7 +87,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:77](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L77) ___ @@ -108,7 +97,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:82](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L82) ## Methods @@ -128,7 +117,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:84](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L84) ___ @@ -148,7 +137,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:86](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L86) ___ @@ -168,7 +157,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:87](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L87) ___ @@ -188,7 +177,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:93](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L93) ___ @@ -208,7 +197,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:85](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L85) ___ @@ -228,7 +217,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:91](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L91) ___ @@ -242,7 +231,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:92](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L92) ___ @@ -256,4 +245,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:83](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L83) diff --git a/docs/sdk/interfaces/CredentialBody.md b/docs/sdk/interfaces/CredentialBody.md index c484d036e..6687644fc 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L6) diff --git a/docs/sdk/interfaces/DIDCommProtocol.md b/docs/sdk/interfaces/DIDCommProtocol.md index 07f61b8ca..4972ad35f 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/mercury/DIDCommProtocol.ts#L14) diff --git a/docs/sdk/interfaces/Domain.Api.md b/docs/sdk/interfaces/Domain.Api.md index f31a52aa8..0c3eeb7a7 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/Api.ts#L25) diff --git a/docs/sdk/interfaces/Domain.Apollo.md b/docs/sdk/interfaces/Domain.Apollo.md index 2bd4acc89..1c5fbca97 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/buildingBlocks/Apollo.ts#L8) diff --git a/docs/sdk/interfaces/Domain.AttachmentBase64.md b/docs/sdk/interfaces/Domain.AttachmentBase64.md index 5c6a55e6a..d6f819ef4 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/MessageAttachment.ts#L20) diff --git a/docs/sdk/interfaces/Domain.AttachmentHeader.md b/docs/sdk/interfaces/Domain.AttachmentHeader.md index a03000323..c25d92bbd 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..6710f5a17 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/MessageAttachment.ts#L11) diff --git a/docs/sdk/interfaces/Domain.AttachmentJwsData.md b/docs/sdk/interfaces/Domain.AttachmentJwsData.md index 55f82fe56..9e8ba66ff 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/MessageAttachment.ts#L16) diff --git a/docs/sdk/interfaces/Domain.AttachmentLinkData.md b/docs/sdk/interfaces/Domain.AttachmentLinkData.md index 2f01dc678..385c74b68 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/MessageAttachment.ts#L24) diff --git a/docs/sdk/interfaces/Domain.Castor.md b/docs/sdk/interfaces/Domain.Castor.md index 0579600ed..b42955681 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/buildingBlocks/Castor.ts#L16) diff --git a/docs/sdk/interfaces/Domain.CredentialIssueOptions.md b/docs/sdk/interfaces/Domain.CredentialIssueOptions.md index 2f679ba52..410dc0e5d 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/Credential.ts#L66) diff --git a/docs/sdk/interfaces/Domain.CredentialRequestOptions.md b/docs/sdk/interfaces/Domain.CredentialRequestOptions.md index c1e417acd..fe847deee 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..7d3a0c52b 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..16233cabc 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..fbac1f26c 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..b27b234b1 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..08c4a5152 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..e0148c7b0 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..0ec524aa5 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..087c6d7fb 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..d834917fe --- /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:21](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/utils/JWT.ts#L21) + +___ + +### header + +• **header**: [`Header`](Domain.JWT.Header.md) + +#### Defined in + +[src/domain/utils/JWT.ts:18](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/utils/JWT.ts#L18) + +___ + +### payload + +• **payload**: `JWTPayload` + +#### Defined in + +[src/domain/utils/JWT.ts:19](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/utils/JWT.ts#L19) + +___ + +### signature + +• **signature**: `string` + +#### Defined in + +[src/domain/utils/JWT.ts:20](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/utils/JWT.ts#L20) diff --git a/docs/sdk/interfaces/Domain.JWT.Header.md b/docs/sdk/interfaces/Domain.JWT.Header.md new file mode 100644 index 000000000..479fcb8d2 --- /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:11](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/utils/JWT.ts#L11) + +___ + +### typ + +• **typ**: `string` + +#### Defined in + +[src/domain/utils/JWT.ts:10](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/utils/JWT.ts#L10) diff --git a/docs/sdk/interfaces/Domain.JWTRevocationStatus.md b/docs/sdk/interfaces/Domain.JWTRevocationStatus.md index 31b1c4926..f3b54016c 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L291) diff --git a/docs/sdk/interfaces/Domain.JWTStatusListResponse.md b/docs/sdk/interfaces/Domain.JWTStatusListResponse.md index 43545ba2e..5f3174dd4 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L310) diff --git a/docs/sdk/interfaces/Domain.KeyCurve.md b/docs/sdk/interfaces/Domain.KeyCurve.md index a704cff08..946d7da76 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..966dc1dc5 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/protocols/KeyRestoration.ts#L23) diff --git a/docs/sdk/interfaces/Domain.Mediator.md b/docs/sdk/interfaces/Domain.Mediator.md index fe8c3cf40..028e3e288 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/Mediator.ts#L5) diff --git a/docs/sdk/interfaces/Domain.Mercury.md b/docs/sdk/interfaces/Domain.Mercury.md index 11470ed2e..3b4160955 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..5bd1fff13 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..83fbb8ee0 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..6a04f3625 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..1babc0fa2 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..21df4454b 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..5e9a923fa 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..2ef7b6400 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..adf612bbb 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..38aad4d04 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/buildingBlocks/Pollux.ts#L142) diff --git a/docs/sdk/interfaces/Domain.ProvableCredential.md b/docs/sdk/interfaces/Domain.ProvableCredential.md index adf01f302..8f02724de 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/Credential.ts#L39) diff --git a/docs/sdk/interfaces/Domain.PublicKeyJWK.md b/docs/sdk/interfaces/Domain.PublicKeyJWK.md index 27dbee632..67676ca86 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/DIDDocument.ts#L138) diff --git a/docs/sdk/interfaces/Domain.Seed.md b/docs/sdk/interfaces/Domain.Seed.md index 2539aa3ef..c4e151167 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/Seed.ts#L2) diff --git a/docs/sdk/interfaces/Domain.SeedWords.md b/docs/sdk/interfaces/Domain.SeedWords.md index 850c40a00..5e1efd9c7 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/SeedWords.ts#L6) diff --git a/docs/sdk/interfaces/Domain.Signature.md b/docs/sdk/interfaces/Domain.Signature.md index 3eda0d5b5..055da78ec 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/Signature.ts#L2) diff --git a/docs/sdk/interfaces/Domain.StorableCredential.md b/docs/sdk/interfaces/Domain.StorableCredential.md index b887bd82e..e9c3bfae1 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..9884e9f2e 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..9621ac14f 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L77) diff --git a/docs/sdk/interfaces/Domain.W3CVerifiableCredentialData.md b/docs/sdk/interfaces/Domain.W3CVerifiableCredentialData.md index a96aa9a6d..66a4b53c1 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/VerifiableCredential.ts#L269) diff --git a/docs/sdk/interfaces/HandshakeRequestBody.md b/docs/sdk/interfaces/HandshakeRequestBody.md index 33fcd5d59..f95de08ae 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:98](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L98) ___ @@ -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:97](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L97) ___ @@ -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:96](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L96) diff --git a/docs/sdk/interfaces/IssueCredentialBody.md b/docs/sdk/interfaces/IssueCredentialBody.md index a60804d6c..5d831bed8 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L12) diff --git a/docs/sdk/interfaces/MediationGrantBody.md b/docs/sdk/interfaces/MediationGrantBody.md index 1ba345466..c0082a938 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L21) diff --git a/docs/sdk/interfaces/MediationKeysUpdateListBody.md b/docs/sdk/interfaces/MediationKeysUpdateListBody.md index f28228159..18278a92c 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L38) diff --git a/docs/sdk/interfaces/MediatorStore.md b/docs/sdk/interfaces/MediatorStore.md index 84cb09c37..e977e3b0e 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:99](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L99) ___ @@ -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:97](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L97) diff --git a/docs/sdk/interfaces/OfferCredentialBody.md b/docs/sdk/interfaces/OfferCredentialBody.md index 86e1dc888..ce1ef240c 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L26) diff --git a/docs/sdk/interfaces/ParsedCredentialFormat.md b/docs/sdk/interfaces/ParsedCredentialFormat.md index 005de0ef9..a4355aef8 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..ce1a9904c 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/peer-did/PeerDID.ts#L17) diff --git a/docs/sdk/interfaces/PeerDIDEncoded.md b/docs/sdk/interfaces/PeerDIDEncoded.md index 9fc1d388a..6eee47922 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/peer-did/PeerDID.ts#L22) diff --git a/docs/sdk/interfaces/PickupAttachment.md b/docs/sdk/interfaces/PickupAttachment.md index b88407526..9ff009837 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L55) diff --git a/docs/sdk/interfaces/PickupReceivedBody.md b/docs/sdk/interfaces/PickupReceivedBody.md index ee05b4505..c5c3eda87 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L45) diff --git a/docs/sdk/interfaces/PickupRequestBody.md b/docs/sdk/interfaces/PickupRequestBody.md index d81652b27..4f09bb1de 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..c7bd10cb9 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pluto/Pluto.ts#L94) diff --git a/docs/sdk/interfaces/PresentationBody.md b/docs/sdk/interfaces/PresentationBody.md index 505bf0ae3..dbf405f0a 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L65) diff --git a/docs/sdk/interfaces/PrismOnboardingInvitationBody.md b/docs/sdk/interfaces/PrismOnboardingInvitationBody.md index 2210f8739..aca8fd410 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L59) diff --git a/docs/sdk/interfaces/PrismRevocationBody.md b/docs/sdk/interfaces/PrismRevocationBody.md index 13cc61657..fab2e9cc6 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L16) diff --git a/docs/sdk/interfaces/ProblemReportBody.md b/docs/sdk/interfaces/ProblemReportBody.md new file mode 100644 index 000000000..34d166869 --- /dev/null +++ b/docs/sdk/interfaces/ProblemReportBody.md @@ -0,0 +1,52 @@ +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / ProblemReportBody + +# Interface: ProblemReportBody + +## Table of contents + +### Properties + +- [args](ProblemReportBody.md#args) +- [code](ProblemReportBody.md#code) +- [comment](ProblemReportBody.md#comment) +- [escalate\_to](ProblemReportBody.md#escalate_to) + +## Properties + +### args + +• **args**: `string`[] + +#### Defined in + +[src/edge-agent/protocols/types.ts:77](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L77) + +___ + +### code + +• **code**: `string` + +#### Defined in + +[src/edge-agent/protocols/types.ts:75](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L75) + +___ + +### comment + +• **comment**: `string` + +#### Defined in + +[src/edge-agent/protocols/types.ts:76](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L76) + +___ + +### escalate\_to + +• **escalate\_to**: `string` + +#### Defined in + +[src/edge-agent/protocols/types.ts:78](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L78) diff --git a/docs/sdk/interfaces/ProofTypes.md b/docs/sdk/interfaces/ProofTypes.md index c3b0fb1ed..167e1b1b4 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:90](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L90) ___ @@ -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:89](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L89) ___ @@ -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:91](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L91) diff --git a/docs/sdk/interfaces/ProposeCredentialBody.md b/docs/sdk/interfaces/ProposeCredentialBody.md index 6596d5465..111e21580 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L6) diff --git a/docs/sdk/interfaces/RequestPresentationBody.md b/docs/sdk/interfaces/RequestPresentationBody.md index a6603a74f..d762b6ccc 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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:83](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L83) ___ @@ -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:82](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L82) diff --git a/docs/sdk/modules.md b/docs/sdk/modules.md index 47881b01b..d325c217a 100644 --- a/docs/sdk/modules.md +++ b/docs/sdk/modules.md @@ -11,6 +11,7 @@ ### Namespaces - [Domain](modules/Domain.md) +- [OIDC](modules/OIDC.md) - [PeerDID](modules/PeerDID.md) - [Pluto](modules/Pluto.md) @@ -18,11 +19,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) @@ -34,6 +37,7 @@ - [JWTCredential](classes/JWTCredential.md) - [MediatorHandler](classes/MediatorHandler.md) - [Mercury](classes/Mercury.md) +- [OIDCAgent](classes/OIDCAgent.md) - [OfferCredential](classes/OfferCredential.md) - [OutOfBandInvitation](classes/OutOfBandInvitation.md) - [PeerDID](classes/PeerDID-1.md) @@ -48,9 +52,6 @@ ### Interfaces -- [AgentCredentials](interfaces/AgentCredentials.md) -- [AgentDIDHigherFunctions](interfaces/AgentDIDHigherFunctions.md) -- [AgentInvitations](interfaces/AgentInvitations.md) - [AgentMessageEvents](interfaces/AgentMessageEvents.md) - [BasicMessageBody](interfaces/BasicMessageBody.md) - [ConnectionsManagerInterface](interfaces/ConnectionsManagerInterface.md) @@ -70,14 +71,19 @@ - [PresentationBody](interfaces/PresentationBody.md) - [PrismOnboardingInvitationBody](interfaces/PrismOnboardingInvitationBody.md) - [PrismRevocationBody](interfaces/PrismRevocationBody.md) +- [ProblemReportBody](interfaces/ProblemReportBody.md) - [ProofTypes](interfaces/ProofTypes.md) - [ProposeCredentialBody](interfaces/ProposeCredentialBody.md) - [RequestPresentationBody](interfaces/RequestPresentationBody.md) ### Type Aliases +- [ConnectionEventArg](modules.md#connectioneventarg) +- [EventCallback](modules.md#eventcallback) +- [MessageEventArg](modules.md#messageeventarg) - [OutOfBandInvitationBody](modules.md#outofbandinvitationbody) - [ProposePresentationBody](modules.md#proposepresentationbody) +- [RevokeEventArg](modules.md#revokeeventarg) ### Variables @@ -96,13 +102,57 @@ Re-exports [KeyProperties](enums/Domain.KeyProperties.md) ## Type Aliases +### ConnectionEventArg + +Ƭ **ConnectionEventArg**: [`DIDPair`](classes/Domain.DIDPair.md) + +#### Defined in + +[src/edge-agent/types/index.ts:49](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L49) + +___ + +### EventCallback + +Ƭ **EventCallback**: (`arg`: [`MessageEventArg`](modules.md#messageeventarg) \| [`ConnectionEventArg`](modules.md#connectioneventarg) \| [`RevokeEventArg`](modules.md#revokeeventarg)) => `void` + +#### Type declaration + +▸ (`arg`): `void` + +##### Parameters + +| Name | Type | +| :------ | :------ | +| `arg` | [`MessageEventArg`](modules.md#messageeventarg) \| [`ConnectionEventArg`](modules.md#connectioneventarg) \| [`RevokeEventArg`](modules.md#revokeeventarg) | + +##### Returns + +`void` + +#### Defined in + +[src/edge-agent/types/index.ts:51](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L51) + +___ + +### MessageEventArg + +Ƭ **MessageEventArg**: [`Message`](classes/Domain.Message-1.md)[] + +#### Defined in + +[src/edge-agent/types/index.ts:48](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L48) + +___ + ### OutOfBandInvitationBody Ƭ **OutOfBandInvitationBody**: [`HandshakeRequestBody`](interfaces/HandshakeRequestBody.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:101](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L101) ___ @@ -112,7 +162,17 @@ ___ #### 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:86](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/protocols/types.ts#L86) + +___ + +### RevokeEventArg + +Ƭ **RevokeEventArg**: [`Credential`](classes/Domain.Credential.md) + +#### Defined in + +[src/edge-agent/types/index.ts:50](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/types/index.ts#L50) ## Variables @@ -122,7 +182,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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/AnonCredsVerifiableCredential.ts#L21) ___ @@ -132,7 +192,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:22](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/models/JWTVerifiableCredential.ts#L22) ## Functions @@ -159,4 +219,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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/pollux/utils/claims.ts#L69) diff --git a/docs/sdk/modules/Domain.AgentError.md b/docs/sdk/modules/Domain.AgentError.md index 9f1222fa5..e9aaf180d 100644 --- a/docs/sdk/modules/Domain.AgentError.md +++ b/docs/sdk/modules/Domain.AgentError.md @@ -26,6 +26,7 @@ - [InvalidPickupDeliveryMessageError](../classes/Domain.AgentError.InvalidPickupDeliveryMessageError.md) - [InvalidPresentationBodyError](../classes/Domain.AgentError.InvalidPresentationBodyError.md) - [InvalidPresentationMessageError](../classes/Domain.AgentError.InvalidPresentationMessageError.md) +- [InvalidProblemReportBodyError](../classes/Domain.AgentError.InvalidProblemReportBodyError.md) - [InvalidProposeCredentialBodyError](../classes/Domain.AgentError.InvalidProposeCredentialBodyError.md) - [InvalidProposePresentationBodyError](../classes/Domain.AgentError.InvalidProposePresentationBodyError.md) - [InvalidProposePresentationMessageError](../classes/Domain.AgentError.InvalidProposePresentationMessageError.md) 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..e73d75cfa 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..8fe5d811c 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..bb625b065 100644 --- a/docs/sdk/modules/Domain.CommonError.md +++ b/docs/sdk/modules/Domain.CommonError.md @@ -8,4 +8,7 @@ ### Classes -- [SomethingWentWrongError](../classes/Domain.CommonError.SomethingWentWrongError.md) +- [ExpectError](../classes/Domain.CommonError.ExpectError.md) +- [SDKError](../classes/Domain.CommonError.SDKError.md) +- [UnknownError](../classes/Domain.CommonError.UnknownError.md) +- [ValidationError](../classes/Domain.CommonError.ValidationError.md) diff --git a/docs/sdk/modules/Domain.ExportableKey.md b/docs/sdk/modules/Domain.ExportableKey.md index dc9743664..63fa382f5 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..f3a121592 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..2df33a931 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..fe992bcb8 --- /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:15](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/utils/JWT.ts#L15) + +## 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:64](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/utils/JWT.ts#L64) + +___ + +### 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:33](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/utils/JWT.ts#L33) diff --git a/docs/sdk/modules/Domain.Message.Attachment.md b/docs/sdk/modules/Domain.Message.Attachment.md index c43f1ab99..c12bc8d6b 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/Message.ts#L190) diff --git a/docs/sdk/modules/Domain.PEM.md b/docs/sdk/modules/Domain.PEM.md index 665c281b1..1f502ad46 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..5c763c01d 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..9230e4744 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..a16f78fc3 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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..97b6988a9 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/keyManagement/StorableKey.ts#L26) diff --git a/docs/sdk/modules/Domain.md b/docs/sdk/modules/Domain.md index 963eb08e2..d7daabe5e 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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/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/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/domain/models/keyManagement/Key.ts#L59) diff --git a/docs/sdk/modules/OIDC.md b/docs/sdk/modules/OIDC.md new file mode 100644 index 000000000..000be6b3d --- /dev/null +++ b/docs/sdk/modules/OIDC.md @@ -0,0 +1,115 @@ +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / OIDC + +# Namespace: OIDC + +## Table of contents + +### Type Aliases + +- [AuthServerMetadata](OIDC.md#authservermetadata) +- [CredentialOffer](OIDC.md#credentialoffer) +- [IssuerMetadata](OIDC.md#issuermetadata) +- [TokenResponseSchema](OIDC.md#tokenresponseschema) + +### Variables + +- [AuthServerMetadata](OIDC.md#authservermetadata-1) +- [CredentialOffer](OIDC.md#credentialoffer-1) +- [IssuerMetadata](OIDC.md#issuermetadata-1) +- [TokenResponseSchema](OIDC.md#tokenresponseschema-1) + +## Type Aliases + +### AuthServerMetadata + +Ƭ **AuthServerMetadata**: `TB.Static`\ + +#### Defined in + +[src/edge-agent/oidc/types.ts:221](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/types.ts#L221) + +[src/edge-agent/oidc/types.ts:222](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/types.ts#L222) + +___ + +### CredentialOffer + +Ƭ **CredentialOffer**: `TB.Static`\ + +#### Defined in + +[src/edge-agent/oidc/types.ts:9](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/types.ts#L9) + +[src/edge-agent/oidc/types.ts:10](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/types.ts#L10) + +___ + +### IssuerMetadata + +Ƭ **IssuerMetadata**: `TB.Static`\ + +#### Defined in + +[src/edge-agent/oidc/types.ts:73](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/types.ts#L73) + +[src/edge-agent/oidc/types.ts:74](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/types.ts#L74) + +___ + +### TokenResponseSchema + +Ƭ **TokenResponseSchema**: `TB.Static`\ + +#### Defined in + +[src/edge-agent/oidc/types.ts:539](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/types.ts#L539) + +[src/edge-agent/oidc/types.ts:540](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/types.ts#L540) + +## Variables + +### AuthServerMetadata + +• **AuthServerMetadata**: `TObject`\<\{ `acr_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `authorization_encryption_alg_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `authorization_encryption_enc_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `authorization_endpoint`: `TOptional`\<`TString`\> ; `authorization_response_iss_parameter_supported`: `TOptional`\<`TBoolean`\> ; `authorization_signing_alg_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `backchannel_authentication_endpoint`: `TOptional`\<`TString`\> ; `backchannel_authentication_request_signing_alg_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `backchannel_logout_session_supported`: `TOptional`\<`TBoolean`\> ; `backchannel_logout_supported`: `TOptional`\<`TBoolean`\> ; `backchannel_token_delivery_modes_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `backchannel_user_code_parameter_supported`: `TOptional`\<`TBoolean`\> ; `check_session_iframe`: `TOptional`\<`TString`\> ; `claim_types_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `claims_locales_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `claims_parameter_supported`: `TOptional`\<`TBoolean`\> ; `claims_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `code_challenge_methods_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `device_authorization_endpoint`: `TOptional`\<`TString`\> ; `display_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `dpop_signing_alg_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `end_session_endpoint`: `TOptional`\<`TString`\> ; `frontchannel_logout_session_supported`: `TOptional`\<`TBoolean`\> ; `frontchannel_logout_supported`: `TOptional`\<`TBoolean`\> ; `grant_types_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `id_token_encryption_alg_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `id_token_encryption_enc_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `id_token_signing_alg_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `introspection_encryption_alg_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `introspection_encryption_enc_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `introspection_endpoint`: `TOptional`\<`TString`\> ; `introspection_endpoint_auth_methods_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `introspection_endpoint_auth_signing_alg_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `introspection_signing_alg_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `issuer`: `TString` ; `jwks_uri`: `TOptional`\<`TString`\> ; `mtls_endpoint_aliases`: `TOptional`\<`TObject`\<{}\>\> ; `op_policy_uri`: `TOptional`\<`TString`\> ; `op_tos_uri`: `TOptional`\<`TString`\> ; `pushed_authorization_request_endpoint`: `TOptional`\<`TString`\> ; `registration_endpoint`: `TOptional`\<`TString`\> ; `request_object_encryption_alg_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `request_object_encryption_enc_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `request_object_signing_alg_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `request_parameter_supported`: `TOptional`\<`TBoolean`\> ; `request_uri_parameter_supported`: `TOptional`\<`TBoolean`\> ; `require_pushed_authorization_requests`: `TOptional`\<`TBoolean`\> ; `require_request_uri_registration`: `TOptional`\<`TBoolean`\> ; `require_signed_request_object`: `TOptional`\<`TBoolean`\> ; `response_modes_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `response_types_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `revocation_endpoint`: `TOptional`\<`TString`\> ; `revocation_endpoint_auth_methods_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `revocation_endpoint_auth_signing_alg_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `scopes_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `service_documentation`: `TOptional`\<`TString`\> ; `signed_metadata`: `TOptional`\<`TString`\> ; `subject_types_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `tls_client_certificate_bound_access_tokens`: `TOptional`\<`TBoolean`\> ; `token_endpoint`: `TOptional`\<`TString`\> ; `token_endpoint_auth_methods_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `token_endpoint_auth_signing_alg_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `ui_locales_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `userinfo_encryption_alg_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `userinfo_encryption_enc_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `userinfo_endpoint`: `TOptional`\<`TString`\> ; `userinfo_signing_alg_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> }\> + +#### Defined in + +[src/edge-agent/oidc/types.ts:221](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/types.ts#L221) + +[src/edge-agent/oidc/types.ts:222](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/types.ts#L222) + +___ + +### CredentialOffer + +• **CredentialOffer**: `TObject`\<\{ `credential_configuration_ids`: `TArray`\<`TString`\> ; `credential_issuer`: `TString` ; `grants`: `TOptional`\<`TObject`\<\{ `authorization_code`: `TOptional`\<`TObject`\<\{ `authorization_server`: `TOptional`\<`TString`\> ; `issuer_state`: `TOptional`\<`TString`\> }\>\> ; `urn:ietf:params:oauth:grant-type:pre-authorized_code`: `TOptional`\<`TObject`\<\{ `authorization_server`: `TOptional`\<`TString`\> ; `interval`: `TOptional`\<`TNumber`\> ; `pre-authorized_code`: `TString` ; `tx_code`: `TOptional`\<`TObject`\<\{ `description`: ... ; `input_mode`: ... ; `length`: ... }\>\> }\>\> }\>\> }\> + +#### Defined in + +[src/edge-agent/oidc/types.ts:9](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/types.ts#L9) + +[src/edge-agent/oidc/types.ts:10](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/types.ts#L10) + +___ + +### IssuerMetadata + +• **IssuerMetadata**: `TObject`\<\{ `authorization_servers`: `TOptional`\<`TArray`\<`TString`\>\> ; `batch_credential_endpoint`: `TOptional`\<`TString`\> ; `credential_configurations_supported`: `TRecord`\<`TString`, `TObject`\<\{ `credential_definition`: `TObject`\<\{ `credentialSubject`: `TOptional`\<`TObject`\<{}\>\> ; `type`: `TArray`\<`TString`\> }\> ; `credential_signing_alg_values_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `cryptographic_binding_methods_supported`: `TOptional`\<`TArray`\<`TString`\>\> ; `format`: `TString` ; `proof_types_supported`: `TOptional`\<`TRecord`\<`TString`, `TObject`\<\{ `proof_signing_alg_values_supported`: `TArray`\<`TString`\> }\>\>\> ; `scope`: `TOptional`\<`TString`\> }\>\> ; `credential_endpoint`: `TString` ; `credential_identifiers_supported`: `TOptional`\<`TBoolean`\> ; `credential_issuer`: `TString` ; `credential_response_encryption`: `TOptional`\<`TObject`\<\{ `alg_values_supported`: `TArray`\<`TString`\> ; `enc_values_supported`: `TArray`\<`TString`\> ; `encryption_required`: `TBoolean` }\>\> ; `deferred_credential_endpoint`: `TOptional`\<`TString`\> ; `display`: `TOptional`\<`TObject`\<{}\>\> ; `notification_endpoint`: `TOptional`\<`TString`\> ; `signed_metadata`: `TOptional`\<`TString`\> }\> + +#### Defined in + +[src/edge-agent/oidc/types.ts:73](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/types.ts#L73) + +[src/edge-agent/oidc/types.ts:74](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/types.ts#L74) + +___ + +### TokenResponseSchema + +• **TokenResponseSchema**: `TObject`\<\{ `access_token`: `TString` ; `c_nonce`: `TOptional`\<`TString`\> ; `c_nonce_expires_in`: `TOptional`\<`TNumber`\> ; `expires_in`: `TOptional`\<`TNumber`\> ; `id_token`: `TOptional`\<`TString`\> ; `refresh_expires_in`: `TOptional`\<`TNumber`\> ; `refresh_token`: `TOptional`\<`TString`\> ; `scope`: `TOptional`\<`TString`\> ; `session_state`: `TOptional`\<`TString`\> ; `token_type`: `TString` }\> + +#### Defined in + +[src/edge-agent/oidc/types.ts:539](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/types.ts#L539) + +[src/edge-agent/oidc/types.ts:540](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/7b4542fdfe44dc06a6c4ef341cf3335e29422147/src/edge-agent/oidc/types.ts#L540) 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 4020c059f..403c560ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,18 @@ { "name": "@hyperledger/identus-edge-agent-sdk", - "version": "3.1.0", + "version": "6.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hyperledger/identus-edge-agent-sdk", - "version": "3.1.0", + "version": "6.2.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@hyperledger/identus-apollo": "^1.4.3", "@noble/ciphers": "^0.6.0", + "@rollup/rollup-linux-x64-gnu": "^4.24.0", "@scure/bip32": "^1.3.0", "@scure/bip39": "^1.1.1", "@sd-jwt/sd-jwt-vc": "^0.7.1", @@ -127,20 +128,13 @@ } }, "externals/generated/anoncreds-wasm": { - "version": "0.1.0", "dev": true }, "externals/generated/didcomm-wasm": { - "name": "didcomm-js", - "version": "0.4.1", - "dev": true, - "license": "Apache-2.0" + "dev": true }, "externals/generated/jwe-wasm": { - "name": "jwe-rust", - "version": "0.4.1", - "dev": true, - "license": "Apache-2.0" + "dev": true }, "node_modules/@ampproject/remapping": { "version": "2.3.0", @@ -2098,21 +2092,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@esbuild/darwin-arm64": { - "version": "0.21.5", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, "node_modules/@eslint-community/eslint-utils": { "version": "4.4.0", "dev": true, @@ -3381,8 +3360,38 @@ } } }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.21.1.tgz", + "integrity": "sha512-2thheikVEuU7ZxFXubPDOtspKn1x0yqaYQwvALVtEcvFhMifPADBrgRPyHV0TF3b+9BgvgjgagVyvA/UqPZHmg==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.21.1.tgz", + "integrity": "sha512-t1lLYn4V9WgnIFHXy1d2Di/7gyzBWS8G5pQSXdZqfrdCGTwi1VasRMSS81DTYb+avDs/Zz4A6dzERki5oRYz1g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, "node_modules/@rollup/rollup-darwin-arm64": { "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.21.1.tgz", + "integrity": "sha512-AH/wNWSEEHvs6t4iJ3RANxW5ZCK3fUnmf0gyMxWCesY1AlUj8jY7GC+rQE4wd3gwmZ9XDOpL0kcFnCjtN7FXlA==", "cpu": [ "arm64" ], @@ -3393,6 +3402,186 @@ "darwin" ] }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.21.1.tgz", + "integrity": "sha512-dO0BIz/+5ZdkLZrVgQrDdW7m2RkrLwYTh2YMFG9IpBtlC1x1NPNSXkfczhZieOlOLEqgXOFH3wYHB7PmBtf+Bg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.21.1.tgz", + "integrity": "sha512-sWWgdQ1fq+XKrlda8PsMCfut8caFwZBmhYeoehJ05FdI0YZXk6ZyUjWLrIgbR/VgiGycrFKMMgp7eJ69HOF2pQ==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.21.1.tgz", + "integrity": "sha512-9OIiSuj5EsYQlmwhmFRA0LRO0dRRjdCVZA3hnmZe1rEwRk11Jy3ECGGq3a7RrVEZ0/pCsYWx8jG3IvcrJ6RCew==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.21.1.tgz", + "integrity": "sha512-0kuAkRK4MeIUbzQYu63NrJmfoUVicajoRAL1bpwdYIYRcs57iyIV9NLcuyDyDXE2GiZCL4uhKSYAnyWpjZkWow==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.21.1.tgz", + "integrity": "sha512-/6dYC9fZtfEY0vozpc5bx1RP4VrtEOhNQGb0HwvYNwXD1BBbwQ5cKIbUVVU7G2d5WRE90NfB922elN8ASXAJEA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.21.1.tgz", + "integrity": "sha512-ltUWy+sHeAh3YZ91NUsV4Xg3uBXAlscQe8ZOXRCVAKLsivGuJsrkawYPUEyCV3DYa9urgJugMLn8Z3Z/6CeyRQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.21.1.tgz", + "integrity": "sha512-BggMndzI7Tlv4/abrgLwa/dxNEMn2gC61DCLrTzw8LkpSKel4o+O+gtjbnkevZ18SKkeN3ihRGPuBxjaetWzWg==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.21.1.tgz", + "integrity": "sha512-z/9rtlGd/OMv+gb1mNSjElasMf9yXusAxnRDrBaYB+eS1shFm6/4/xDH1SAISO5729fFKUkJ88TkGPRUh8WSAA==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.0.tgz", + "integrity": "sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==", + "cpu": [ + "x64" + ], + "license": "MIT", + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.21.1.tgz", + "integrity": "sha512-CbFv/WMQsSdl+bpX6rVbzR4kAjSSBuDgCqb1l4J68UYsQNalz5wOqLGYj4ZI0thGpyX5kc+LLZ9CL+kpqDovZA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.21.1.tgz", + "integrity": "sha512-3Q3brDgA86gHXWHklrwdREKIrIbxC0ZgU8lwpj0eEKGBQH+31uPqr0P2v11pn0tSIxHvcdOWxa4j+YvLNx1i6g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.21.1.tgz", + "integrity": "sha512-tNg+jJcKR3Uwe4L0/wY3Ro0H+u3nrb04+tcq1GSYzBEmKLeOQF2emk1whxlzNqb6MMrQ2JOcQEpuuiPLyRcSIw==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.21.1.tgz", + "integrity": "sha512-xGiIH95H1zU7naUyTKEyOA/I0aexNMUdO9qRv0bLKN3qu25bBdrxZHqA3PTJ24YNN/GdMzG4xkDcd/GvjuhfLg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, "node_modules/@rushstack/eslint-patch": { "version": "1.10.4", "dev": true, @@ -4271,21 +4460,6 @@ } } }, - "node_modules/@swc/core-darwin-arm64": { - "version": "1.7.18", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "Apache-2.0 AND MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=10" - } - }, "node_modules/@swc/counter": { "version": "0.1.3", "dev": true, @@ -9729,6 +9903,21 @@ "version": "1.0.0", "license": "ISC" }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/function-bind": { "version": "1.1.2", "license": "MIT", @@ -17354,7 +17543,10 @@ }, "node_modules/playwright/node_modules/fsevents": { "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", "dev": true, + "hasInstallScript": true, "license": "MIT", "optional": true, "os": [ @@ -20899,6 +21091,20 @@ "vite-plugin-dynamic-import": "^1.1.1" } }, + "node_modules/vite/node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.21.1.tgz", + "integrity": "sha512-kXQVcWqDcDKw0S2E0TmhlTLlUgAmMVqPrJZR+KpH/1ZaZhLSl23GZpQVmawBQGVhyP5WXIsIQ/zqbDBBYmxm5w==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, "node_modules/vite/node_modules/rollup": { "version": "4.21.1", "dev": true, diff --git a/package.json b/package.json index 1f3a58b56..99c6abcdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/identus-edge-agent-sdk", - "version": "3.1.0", + "version": "6.2.0", "description": "Identus SDK - Typescript", "main": "./index.cjs", "module": "./index.mjs", @@ -136,6 +136,7 @@ "dependencies": { "@hyperledger/identus-apollo": "^1.4.3", "@noble/ciphers": "^0.6.0", + "@rollup/rollup-linux-x64-gnu": "^4.24.0", "@scure/bip32": "^1.3.0", "@scure/bip39": "^1.1.1", "@sd-jwt/sd-jwt-vc": "^0.7.1",