diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ebc376d..47c4a3386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# [5.1.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/compare/v5.0.0...v5.1.0) (2024-05-07) + + +### Bug Fixes + +* Rename the documentation file accordingly. ([#204](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/204)) ([b77230f](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/b77230f5d9de271e254f107a8f1d92164630b80c)) +* add compliant dates not in ms, but in seconds. ([#206](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/206)) ([a3fc2aa](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/a3fc2aa49bf664d89c47d7b1ef1346d8d00d39dc)) +* Agent.createNewPrismDID to use derivationPath ([#158](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/158)) ([18cd084](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/18cd0841f68c592ca84a7bb00fda70eaa0a2f7f5)) +* ConnectionManager emit Messages ([#190](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/190)) ([08097b6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/08097b63dc131522da1b6efba31515e6b8aff821)) +* db cannot be created twice with the same name which crashes demos ([#193](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/193)) ([e39193e](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/e39193efca587d84929f254555bf3d27ba0b2970)) +* e2e issues with latest websocket changes ([#200](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/200)) ([70e885b](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/70e885b7cc2b0db8ea1ac782958b8b86557ec39d)) +* issue with build script not replacing some files that have been … ([#191](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/191)) ([94a37cf](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/94a37cf8c2503d11dd9cb4ed369eb16ee8545abc)) +* optin to websockets for the mediator live mode as an experiment,… ([#199](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/199)) ([2bf406c](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/2bf406c8ba7a792cceed19c6bf87bbe945ae4324)) +* prevent broken links to exist in order for docs site to build pr… ([#205](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/205)) ([74ee7a1](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/74ee7a1a107dd62fc0d9ab0743f0f78f0717628a)) +* Removing the if condition in CI pipeline for release branches ([#179](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/179)) ([a7bb2e8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/a7bb2e89be95ac9008633889a4887c2456178ee8)) +* rename prism-agent into edge-agent ([#203](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/203)) ([ac1d162](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/ac1d162db5aea0c488228891fe9a7e8dc52c2b23)) +* type references are lost in the package. ([#202](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/202)) ([6c0e5fc](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/6c0e5fcb6b4944bb0292d19440067e869154494b)) +* updating references to Identus ([#197](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/197)) ([63d6703](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/63d67033869b6a9a686f49c8408a789d80e1c9fa)) +* wasm build folder change ([#186](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/186)) ([f59f6c6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/f59f6c635bcb0386831ad5e4e4e926925bce745a)) + + +### Features + +* Implementing JWT Credential revocation notification ([#184](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/184)) ([09cd573](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/09cd573e533b5a5685eca30c52919f4d05df5490)) +* updating Anoncreds to io fork ([#157](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/157)) ([06b50c9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/06b50c9c3f753e5f16dac11a595a535c90cec390)) + # [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 3d7a0bec4..d87e2692c 100644 --- a/docs/sdk/README.md +++ b/docs/sdk/README.md @@ -1,24 +1,22 @@ -# Atala PRISM TypeScript SDK +@atala/prism-wallet-sdk / [Exports](modules.md) -[![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) +# Identus TypeScript SDK -

- Atala logo -

+[![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) --- -Atala PRISM is a self-sovereign identity (SSI) platform and service suite for +Identus is a self-sovereign identity (SSI) platform and service suite for verifiable data and digital identity. Built on Cardano, 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: -- [atala-prism-wallet-sdk-swift](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift) - Repo that implements Atala PRISM for Apple platforms in Swift. -- [atala-prism-wallet-sdk-kmm](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm) - Repo that implements Atala PRISM for Apple platforms in KMM, JVM. -- [atala-prism-wallet-sdk-ts](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts) - Repo that implements Atala PRISM for Browser and NodeJS platforms in TypeScript. -- [atala-prism-building-blocks](https://github.com/hyperledger-labs/open-enterprise-agent) - Repo that contains the servers Building Blocks. -- [atala-prism-mediator](https://github.com/input-output-hk/atala-prism-mediator) - Repo for DIDComm V2 Mediator +- [edge-agent-sdk-swift](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift) - Repo that implements Atala PRISM for Apple platforms in Swift. +- [edge-agent-sdk-kmm](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm) - Repo that implements Atala PRISM for Apple platforms in KMM, JVM. +- [edge-agent-sdk-ts](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts) - Repo that implements Atala PRISM for Browser and NodeJS platforms in TypeScript. +- [edge-agent-building-blocks](https://github.com/hyperledger-labs/open-enterprise-agent) - Repo that contains the servers Building Blocks. +- [edge-agent-mediator](https://github.com/input-output-hk/atala-prism-mediator) - Repo for DIDComm V2 Mediator ## SDK Overview @@ -106,5 +104,4 @@ This SDK exposes Pluto, a storage interface that should be implemented by the us 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. -Provided demo implementations are intentionally oversimplified and SHOULD NOT be used in production. - +Provided demo implementations are intentionally oversimplified and SHOULD NOT be used in production. diff --git a/docs/sdk/classes/Agent.md b/docs/sdk/classes/Agent.md index 65b07133a..1cbc854be 100644 --- a/docs/sdk/classes/Agent.md +++ b/docs/sdk/classes/Agent.md @@ -68,7 +68,7 @@ Edge agent implementation ### constructor -• **new Agent**(`apollo`, `castor`, `pluto`, `mercury`, `mediationHandler`, `connectionManager`, `seed?`, `api?`): [`Agent`](Agent.md) +• **new Agent**(`apollo`, `castor`, `pluto`, `mercury`, `mediationHandler`, `connectionManager`, `seed?`, `api?`, `options?`): [`Agent`](Agent.md) Creates an instance of Agent. @@ -84,6 +84,7 @@ Creates an instance of Agent. | `connectionManager` | [`ConnectionsManager`](ConnectionsManager.md) | | `seed?` | [`Seed`](../interfaces/Domain.Seed.md) | | `api?` | [`Api`](../interfaces/Domain.Api.md) | +| `options?` | `AgentOptions` | #### Returns @@ -91,7 +92,7 @@ Creates an instance of Agent. #### Defined in -[src/prism-agent/Agent.ts:83](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L83) +[src/edge-agent/Agent.ts:83](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L83) ## Properties @@ -101,7 +102,7 @@ Creates an instance of Agent. #### Defined in -[src/prism-agent/Agent.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L63) +[src/edge-agent/Agent.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L63) ___ @@ -111,7 +112,7 @@ ___ #### Defined in -[src/prism-agent/Agent.ts:64](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L64) +[src/edge-agent/Agent.ts:64](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L64) ___ @@ -121,7 +122,7 @@ ___ #### Defined in -[src/prism-agent/Agent.ts:65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L65) +[src/edge-agent/Agent.ts:65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L65) ___ @@ -131,7 +132,7 @@ ___ #### Defined in -[src/prism-agent/Agent.ts:91](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L91) +[src/edge-agent/Agent.ts:91](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L91) ___ @@ -141,7 +142,7 @@ ___ #### Defined in -[src/prism-agent/Agent.ts:84](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L84) +[src/edge-agent/Agent.ts:84](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L84) ___ @@ -151,7 +152,7 @@ ___ #### Defined in -[src/prism-agent/Agent.ts:85](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L85) +[src/edge-agent/Agent.ts:85](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L85) ___ @@ -161,7 +162,7 @@ ___ #### Defined in -[src/prism-agent/Agent.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L89) +[src/edge-agent/Agent.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L89) ___ @@ -171,7 +172,7 @@ ___ #### Defined in -[src/prism-agent/Agent.ts:88](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L88) +[src/edge-agent/Agent.ts:88](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L88) ___ @@ -181,7 +182,7 @@ ___ #### Defined in -[src/prism-agent/Agent.ts:87](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L87) +[src/edge-agent/Agent.ts:87](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L87) ___ @@ -191,7 +192,7 @@ ___ #### Defined in -[src/prism-agent/Agent.ts:86](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L86) +[src/edge-agent/Agent.ts:86](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L86) ___ @@ -201,7 +202,7 @@ ___ #### Defined in -[src/prism-agent/Agent.ts:67](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L67) +[src/edge-agent/Agent.ts:67](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L67) ___ @@ -211,7 +212,7 @@ ___ #### Defined in -[src/prism-agent/Agent.ts:90](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L90) +[src/edge-agent/Agent.ts:90](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L90) ___ @@ -223,7 +224,7 @@ Agent state #### Defined in -[src/prism-agent/Agent.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L61) +[src/edge-agent/Agent.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L61) ## Accessors @@ -239,7 +240,7 @@ Get current mediator DID if available or null #### Defined in -[src/prism-agent/Agent.ts:208](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L208) +[src/edge-agent/Agent.ts:213](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L213) ## Methods @@ -272,7 +273,7 @@ Asyncronously accept a didcomm v2 invitation, will create a pair between the Age #### Defined in -[src/prism-agent/Agent.ts:414](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L414) +[src/edge-agent/Agent.ts:421](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L421) ___ @@ -300,7 +301,7 @@ Handle an invitation to create a connection #### Defined in -[src/prism-agent/Agent.ts:367](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L367) +[src/edge-agent/Agent.ts:374](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L374) ___ @@ -323,7 +324,7 @@ Add an event listener to get notified from an Event "MESSAGE" #### Defined in -[src/prism-agent/Agent.ts:461](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L461) +[src/edge-agent/Agent.ts:468](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L468) ___ @@ -352,7 +353,7 @@ Asyncronously Create a new PeerDID #### Defined in -[src/prism-agent/Agent.ts:339](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L339) +[src/edge-agent/Agent.ts:346](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L346) ___ @@ -382,7 +383,7 @@ Asyncronously create a new PrismDID #### Defined in -[src/prism-agent/Agent.ts:319](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L319) +[src/edge-agent/Agent.ts:326](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L326) ___ @@ -413,7 +414,7 @@ instance of the presentation which we can share with the verifier. #### Defined in -[src/prism-agent/Agent.ts:512](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L512) +[src/edge-agent/Agent.ts:519](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L519) ___ @@ -439,7 +440,7 @@ Initiate the Presentation and presentationSubmission #### Defined in -[src/prism-agent/Agent.ts:565](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L565) +[src/edge-agent/Agent.ts:572](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L572) ___ @@ -485,7 +486,7 @@ Initiate a PresentationRequest from the SDK, to create oob Verification Requests #### Defined in -[src/prism-agent/Agent.ts:548](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L548) +[src/edge-agent/Agent.ts:555](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L555) ___ @@ -513,7 +514,7 @@ Asyncronously parse an invitation from a valid json string #### Defined in -[src/prism-agent/Agent.ts:356](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L356) +[src/edge-agent/Agent.ts:363](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L363) ___ @@ -541,7 +542,7 @@ Asyncronously parse an out of band invitation from a URI as the oob come in form #### Defined in -[src/prism-agent/Agent.ts:401](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L401) +[src/edge-agent/Agent.ts:408](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L408) ___ @@ -569,7 +570,7 @@ Asyncronously parse a prismOnboarding invitation from a string #### Defined in -[src/prism-agent/Agent.ts:390](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L390) +[src/edge-agent/Agent.ts:397](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L397) ___ @@ -597,7 +598,7 @@ Asyncronously prepare a request credential message from a valid offerCredential #### Defined in -[src/prism-agent/Agent.ts:483](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L483) +[src/edge-agent/Agent.ts:490](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L490) ___ @@ -625,7 +626,7 @@ Extract the verifiableCredential object from the Issue credential message asyncr #### Defined in -[src/prism-agent/Agent.ts:496](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L496) +[src/edge-agent/Agent.ts:503](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L503) ___ @@ -652,7 +653,7 @@ Remove event listener, used by stop procedure #### Defined in -[src/prism-agent/Agent.ts:472](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L472) +[src/edge-agent/Agent.ts:479](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L479) ___ @@ -674,7 +675,7 @@ Asyncronously send a didcomm Message #### Defined in -[src/prism-agent/Agent.ts:442](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L442) +[src/edge-agent/Agent.ts:449](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L449) ___ @@ -703,7 +704,7 @@ Asyncronously sign a message with a DID #### Defined in -[src/prism-agent/Agent.ts:379](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L379) +[src/edge-agent/Agent.ts:386](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L386) ___ @@ -721,7 +722,7 @@ Asyncronously start the agent #### Defined in -[src/prism-agent/Agent.ts:252](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L252) +[src/edge-agent/Agent.ts:259](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L259) ___ @@ -743,7 +744,7 @@ Start fetching for new messages in such way that it can be stopped at any point #### Defined in -[src/prism-agent/Agent.ts:425](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L425) +[src/edge-agent/Agent.ts:432](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L432) ___ @@ -761,7 +762,7 @@ Asyncronously stop the agent and any side task that is running #### Defined in -[src/prism-agent/Agent.ts:300](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L300) +[src/edge-agent/Agent.ts:307](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L307) ___ @@ -777,7 +778,7 @@ Stops fetching messages #### Defined in -[src/prism-agent/Agent.ts:432](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L432) +[src/edge-agent/Agent.ts:439](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L439) ___ @@ -797,7 +798,7 @@ Asyncronously get all verifiable credentials #### Defined in -[src/prism-agent/Agent.ts:451](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L451) +[src/edge-agent/Agent.ts:458](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L458) ___ @@ -818,6 +819,7 @@ allowing default instantiation, omitting all but the absolute necessary paramete | `params.castor?` | [`Castor`](../interfaces/Domain.Castor.md) | | | `params.mediatorDID` | `string` \| [`DID`](Domain.DID.md) | did of the mediator to be used | | `params.mercury?` | [`Mercury`](../interfaces/Domain.Mercury.md) | | +| `params.options?` | `AgentOptions` | - | | `params.pluto` | [`Pluto`](../interfaces/Domain.Pluto-1.md) | storage implementation | | `params.seed?` | [`Seed`](../interfaces/Domain.Seed.md) | | @@ -827,13 +829,13 @@ allowing default instantiation, omitting all but the absolute necessary paramete #### Defined in -[src/prism-agent/Agent.ts:145](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L145) +[src/edge-agent/Agent.ts:148](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L148) ___ ### instanceFromConnectionManager -▸ **instanceFromConnectionManager**(`apollo`, `castor`, `pluto`, `mercury`, `connectionManager`, `seed?`, `api?`): [`Agent`](Agent.md) +▸ **instanceFromConnectionManager**(`apollo`, `castor`, `pluto`, `mercury`, `connectionManager`, `seed?`, `api?`, `options?`): [`Agent`](Agent.md) Mainly for testing purposes but instantiating the Agent from a ConnectionManager directly @@ -848,6 +850,7 @@ Mainly for testing purposes but instantiating the Agent from a ConnectionManager | `connectionManager` | [`ConnectionsManager`](ConnectionsManager.md) | | `seed?` | [`Seed`](../interfaces/Domain.Seed.md) | | `api?` | [`Api`](../interfaces/Domain.Api.md) | +| `options?` | `AgentOptions` | #### Returns @@ -857,4 +860,4 @@ Mainly for testing purposes but instantiating the Agent from a ConnectionManager #### Defined in -[src/prism-agent/Agent.ts:225](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/Agent.ts#L225) +[src/edge-agent/Agent.ts:230](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/Agent.ts#L230) diff --git a/docs/sdk/classes/AnonCredsCredential.md b/docs/sdk/classes/AnonCredsCredential.md index 3c296a9e0..88c63d98b 100644 --- a/docs/sdk/classes/AnonCredsCredential.md +++ b/docs/sdk/classes/AnonCredsCredential.md @@ -70,7 +70,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:28](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L28) +[src/pollux/models/AnonCredsVerifiableCredential.ts:28](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L28) ## Properties @@ -84,7 +84,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L24) +[src/pollux/models/AnonCredsVerifiableCredential.ts:24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L24) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L26) +[src/pollux/models/AnonCredsVerifiableCredential.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L26) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L25) +[src/pollux/models/AnonCredsVerifiableCredential.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L25) ___ @@ -129,7 +129,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/f8f2652/src/domain/models/Credential.ts#L17) +[src/domain/models/Credential.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Credential.ts#L17) ## Accessors @@ -147,7 +147,7 @@ Credential.claims #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L62) +[src/pollux/models/AnonCredsVerifiableCredential.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L62) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:69](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L69) +[src/pollux/models/AnonCredsVerifiableCredential.ts:69](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L69) ___ @@ -179,7 +179,7 @@ Credential.id #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L47) +[src/pollux/models/AnonCredsVerifiableCredential.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L47) ___ @@ -197,7 +197,7 @@ Credential.issuer #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L73) +[src/pollux/models/AnonCredsVerifiableCredential.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L73) ___ @@ -211,7 +211,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:85](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L85) +[src/pollux/models/AnonCredsVerifiableCredential.ts:85](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L85) ___ @@ -225,7 +225,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:77](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L77) +[src/pollux/models/AnonCredsVerifiableCredential.ts:77](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L77) ___ @@ -243,7 +243,7 @@ Credential.subject #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:81](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L81) +[src/pollux/models/AnonCredsVerifiableCredential.ts:81](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L81) ## Methods @@ -267,7 +267,7 @@ Credential.subject #### Defined in -[src/domain/models/Credential.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Credential.ts#L19) +[src/domain/models/Credential.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Credential.ts#L19) ___ @@ -285,7 +285,7 @@ this is ProvableCredential #### Defined in -[src/domain/models/Credential.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Credential.ts#L23) +[src/domain/models/Credential.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Credential.ts#L23) ___ @@ -303,7 +303,7 @@ ___ #### Defined in -[src/domain/models/Credential.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Credential.ts#L31) +[src/domain/models/Credential.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Credential.ts#L31) ___ @@ -321,7 +321,7 @@ this is StorableCredential #### Defined in -[src/domain/models/Credential.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Credential.ts#L27) +[src/domain/models/Credential.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Credential.ts#L27) ___ @@ -335,7 +335,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:103](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L103) +[src/pollux/models/AnonCredsVerifiableCredential.ts:103](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L103) ___ @@ -362,4 +362,4 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L89) +[src/pollux/models/AnonCredsVerifiableCredential.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L89) diff --git a/docs/sdk/classes/Apollo.md b/docs/sdk/classes/Apollo.md index 660e40fc3..fe8c6d270 100644 --- a/docs/sdk/classes/Apollo.md +++ b/docs/sdk/classes/Apollo.md @@ -117,7 +117,7 @@ export enum KeyProperties { #### Defined in -[src/apollo/Apollo.ts:116](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/apollo/Apollo.ts#L116) +[src/apollo/Apollo.ts:116](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/apollo/Apollo.ts#L116) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/apollo/Apollo.ts:115](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/apollo/Apollo.ts#L115) +[src/apollo/Apollo.ts:115](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/apollo/Apollo.ts#L115) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[src/apollo/Apollo.ts:117](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/apollo/Apollo.ts#L117) +[src/apollo/Apollo.ts:117](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/apollo/Apollo.ts#L117) ## Methods @@ -214,7 +214,7 @@ Calling this function just generates a new random privateKey for that curve #### Defined in -[src/apollo/Apollo.ts:250](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/apollo/Apollo.ts#L250) +[src/apollo/Apollo.ts:250](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/apollo/Apollo.ts#L250) ___ @@ -242,7 +242,7 @@ This function creates a random mnemonic phrase whose usage is as a seed for gene #### Defined in -[src/apollo/Apollo.ts:131](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/apollo/Apollo.ts#L131) +[src/apollo/Apollo.ts:131](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/apollo/Apollo.ts#L131) ___ @@ -276,7 +276,7 @@ This function creates a random mnemonic phrase and seed. #### Defined in -[src/apollo/Apollo.ts:182](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/apollo/Apollo.ts#L182) +[src/apollo/Apollo.ts:182](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/apollo/Apollo.ts#L182) ___ @@ -311,7 +311,7 @@ This function takes mnemonics and passphrases and creates a seed object to gener #### Defined in -[src/apollo/Apollo.ts:149](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/apollo/Apollo.ts#L149) +[src/apollo/Apollo.ts:149](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/apollo/Apollo.ts#L149) ___ @@ -343,7 +343,7 @@ if the restoration process fails #### Defined in -[src/apollo/Apollo.ts:334](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/apollo/Apollo.ts#L334) +[src/apollo/Apollo.ts:334](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/apollo/Apollo.ts#L334) ___ @@ -375,4 +375,4 @@ if the restoration process fails, this method throws an error #### Defined in -[src/apollo/Apollo.ts:349](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/apollo/Apollo.ts#L349) +[src/apollo/Apollo.ts:349](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/apollo/Apollo.ts#L349) diff --git a/docs/sdk/classes/BasicMediatorHandler.md b/docs/sdk/classes/BasicMediatorHandler.md index 8dedfbec3..9e1d68d05 100644 --- a/docs/sdk/classes/BasicMediatorHandler.md +++ b/docs/sdk/classes/BasicMediatorHandler.md @@ -54,7 +54,7 @@ Creates an instance of BasicMediatorHandler. #### Defined in -[src/prism-agent/mediator/BasicMediatorHandler.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/mediator/BasicMediatorHandler.ts#L41) +[src/edge-agent/mediator/BasicMediatorHandler.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/mediator/BasicMediatorHandler.ts#L41) ## Properties @@ -71,7 +71,7 @@ established and recorded we don't need to mediate again with the same mediator #### Defined in -[src/prism-agent/mediator/BasicMediatorHandler.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/mediator/BasicMediatorHandler.ts#L31) +[src/edge-agent/mediator/BasicMediatorHandler.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/mediator/BasicMediatorHandler.ts#L31) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/prism-agent/mediator/BasicMediatorHandler.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/mediator/BasicMediatorHandler.ts#L42) +[src/edge-agent/mediator/BasicMediatorHandler.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/mediator/BasicMediatorHandler.ts#L42) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[src/prism-agent/mediator/BasicMediatorHandler.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/mediator/BasicMediatorHandler.ts#L43) +[src/edge-agent/mediator/BasicMediatorHandler.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/mediator/BasicMediatorHandler.ts#L43) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/prism-agent/mediator/BasicMediatorHandler.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/mediator/BasicMediatorHandler.ts#L44) +[src/edge-agent/mediator/BasicMediatorHandler.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/mediator/BasicMediatorHandler.ts#L44) ## Methods @@ -134,7 +134,7 @@ exchange the mediation protocol messages between the user and the mediator until #### Defined in -[src/prism-agent/mediator/BasicMediatorHandler.ts:96](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/mediator/BasicMediatorHandler.ts#L96) +[src/edge-agent/mediator/BasicMediatorHandler.ts:96](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/mediator/BasicMediatorHandler.ts#L96) ___ @@ -156,7 +156,7 @@ Will asyncronously fetch the first mediator stored in database and set it as def #### Defined in -[src/prism-agent/mediator/BasicMediatorHandler.ts:77](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/mediator/BasicMediatorHandler.ts#L77) +[src/edge-agent/mediator/BasicMediatorHandler.ts:77](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/mediator/BasicMediatorHandler.ts#L77) ___ @@ -174,7 +174,7 @@ and also listen for incomming unread messages with existing protocols. | :------ | :------ | | `signal` | `AbortSignal` | | `serviceEndpointUri` | `string` | -| `onMessage` | `EventPickupCallback` | +| `onMessage` | (`messages`: \{ `attachmentId`: `string` ; `message`: [`Message`](Domain.Message-1.md) }[]) => `void` \| `Promise`\<`void`\> | #### Returns @@ -188,7 +188,7 @@ and also listen for incomming unread messages with existing protocols. #### Defined in -[src/prism-agent/mediator/BasicMediatorHandler.ts:196](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/mediator/BasicMediatorHandler.ts#L196) +[src/edge-agent/mediator/BasicMediatorHandler.ts:196](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/mediator/BasicMediatorHandler.ts#L196) ___ @@ -218,7 +218,7 @@ we need to parse those and return the user a list of messages it can read and de #### Defined in -[src/prism-agent/mediator/BasicMediatorHandler.ts:166](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/mediator/BasicMediatorHandler.ts#L166) +[src/edge-agent/mediator/BasicMediatorHandler.ts:166](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/mediator/BasicMediatorHandler.ts#L166) ___ @@ -246,7 +246,7 @@ Asyncronously notify the current mediator that one or multiple message ID's have #### Defined in -[src/prism-agent/mediator/BasicMediatorHandler.ts:246](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/mediator/BasicMediatorHandler.ts#L246) +[src/edge-agent/mediator/BasicMediatorHandler.ts:251](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/mediator/BasicMediatorHandler.ts#L251) ___ @@ -274,7 +274,7 @@ Asyncronously update the mediator with the new keyList, used during the mediatio #### Defined in -[src/prism-agent/mediator/BasicMediatorHandler.ts:145](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/mediator/BasicMediatorHandler.ts#L145) +[src/edge-agent/mediator/BasicMediatorHandler.ts:145](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/mediator/BasicMediatorHandler.ts#L145) ___ @@ -301,4 +301,4 @@ instance. #### Defined in -[src/prism-agent/mediator/BasicMediatorHandler.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/mediator/BasicMediatorHandler.ts#L57) +[src/edge-agent/mediator/BasicMediatorHandler.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/mediator/BasicMediatorHandler.ts#L57) diff --git a/docs/sdk/classes/BasicMessage.md b/docs/sdk/classes/BasicMessage.md index a8abb5236..5aab37f73 100644 --- a/docs/sdk/classes/BasicMessage.md +++ b/docs/sdk/classes/BasicMessage.md @@ -42,7 +42,7 @@ #### Defined in -[src/prism-agent/protocols/other/BasicMessage.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/other/BasicMessage.ts#L10) +[src/edge-agent/protocols/other/BasicMessage.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/other/BasicMessage.ts#L10) ## Properties @@ -52,7 +52,7 @@ #### Defined in -[src/prism-agent/protocols/other/BasicMessage.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/other/BasicMessage.ts#L11) +[src/edge-agent/protocols/other/BasicMessage.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/other/BasicMessage.ts#L11) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/prism-agent/protocols/other/BasicMessage.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/other/BasicMessage.ts#L12) +[src/edge-agent/protocols/other/BasicMessage.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/other/BasicMessage.ts#L12) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/prism-agent/protocols/other/BasicMessage.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/other/BasicMessage.ts#L14) +[src/edge-agent/protocols/other/BasicMessage.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/other/BasicMessage.ts#L14) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/prism-agent/protocols/other/BasicMessage.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/other/BasicMessage.ts#L13) +[src/edge-agent/protocols/other/BasicMessage.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/other/BasicMessage.ts#L13) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/prism-agent/protocols/other/BasicMessage.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/other/BasicMessage.ts#L8) +[src/edge-agent/protocols/other/BasicMessage.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/other/BasicMessage.ts#L8) ## Methods @@ -106,7 +106,7 @@ ___ #### Defined in -[src/prism-agent/protocols/other/BasicMessage.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/other/BasicMessage.ts#L17) +[src/edge-agent/protocols/other/BasicMessage.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/other/BasicMessage.ts#L17) ___ @@ -126,4 +126,4 @@ ___ #### Defined in -[src/prism-agent/protocols/other/BasicMessage.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/other/BasicMessage.ts#L30) +[src/edge-agent/protocols/other/BasicMessage.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/other/BasicMessage.ts#L30) diff --git a/docs/sdk/classes/Castor.md b/docs/sdk/classes/Castor.md index 31b938609..200a08446 100644 --- a/docs/sdk/classes/Castor.md +++ b/docs/sdk/classes/Castor.md @@ -52,7 +52,7 @@ Creates an instance of Castor as soon as a valid cryptographic interface is prov #### Defined in -[src/castor/Castor.ts:67](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/castor/Castor.ts#L67) +[src/castor/Castor.ts:67](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/castor/Castor.ts#L67) ## Properties @@ -62,7 +62,7 @@ Creates an instance of Castor as soon as a valid cryptographic interface is prov #### Defined in -[src/castor/Castor.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/castor/Castor.ts#L57) +[src/castor/Castor.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/castor/Castor.ts#L57) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/castor/Castor.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/castor/Castor.ts#L58) +[src/castor/Castor.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/castor/Castor.ts#L58) ## Methods @@ -113,7 +113,7 @@ const peerDid = await castor.createPeerDID( #### Defined in -[src/castor/Castor.ts:196](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/castor/Castor.ts#L196) +[src/castor/Castor.ts:196](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/castor/Castor.ts#L196) ___ @@ -161,7 +161,7 @@ const prismDid = await castor.createPrismDID( #### Defined in -[src/castor/Castor.ts:122](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/castor/Castor.ts#L122) +[src/castor/Castor.ts:122](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/castor/Castor.ts#L122) ___ @@ -183,7 +183,7 @@ Extracts the verificationMethods from an array of CoreProperties inside a DID Do #### Defined in -[src/castor/Castor.ts:239](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/castor/Castor.ts#L239) +[src/castor/Castor.ts:239](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/castor/Castor.ts#L239) ___ @@ -210,7 +210,7 @@ Returns ecnumbasis from a valid DID and its related publicKey #### Defined in -[src/castor/Castor.ts:381](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/castor/Castor.ts#L381) +[src/castor/Castor.ts:381](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/castor/Castor.ts#L381) ___ @@ -247,7 +247,7 @@ const parsedPrismDid = castor.parseDID( #### Defined in -[src/castor/Castor.ts:92](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/castor/Castor.ts#L92) +[src/castor/Castor.ts:92](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/castor/Castor.ts#L92) ___ @@ -285,7 +285,7 @@ const didDocument = await castor.resolveDID("did:prism:123456") #### Defined in -[src/castor/Castor.ts:221](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/castor/Castor.ts#L221) +[src/castor/Castor.ts:221](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/castor/Castor.ts#L221) ___ @@ -337,4 +337,4 @@ const isValid = castor.verifySignature( #### Defined in -[src/castor/Castor.ts:283](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/castor/Castor.ts#L283) +[src/castor/Castor.ts:283](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/castor/Castor.ts#L283) diff --git a/docs/sdk/classes/ConnectionsManager.md b/docs/sdk/classes/ConnectionsManager.md index 9830beb92..97db965c2 100644 --- a/docs/sdk/classes/ConnectionsManager.md +++ b/docs/sdk/classes/ConnectionsManager.md @@ -25,9 +25,14 @@ responsible of managing the task to periodically fetch messages from the mediato - [events](ConnectionsManager.md#events) - [mediationHandler](ConnectionsManager.md#mediationhandler) - [mercury](ConnectionsManager.md#mercury) +- [options](ConnectionsManager.md#options) - [pairings](ConnectionsManager.md#pairings) - [pluto](ConnectionsManager.md#pluto) +### Accessors + +- [withWebsocketsExperiment](ConnectionsManager.md#withwebsocketsexperiment) + ### Methods - [addConnection](ConnectionsManager.md#addconnection) @@ -46,7 +51,7 @@ responsible of managing the task to periodically fetch messages from the mediato ### constructor -• **new ConnectionsManager**(`castor`, `mercury`, `pluto`, `agentCredentials`, `mediationHandler`, `pairings?`): [`ConnectionsManager`](ConnectionsManager.md) +• **new ConnectionsManager**(`castor`, `mercury`, `pluto`, `agentCredentials`, `mediationHandler`, `pairings?`, `options?`): [`ConnectionsManager`](ConnectionsManager.md) Creates an instance of ConnectionsManager. @@ -60,6 +65,7 @@ Creates an instance of ConnectionsManager. | `agentCredentials` | [`AgentCredentials`](../interfaces/AgentCredentials.md) | `undefined` | | `mediationHandler` | [`MediatorHandler`](MediatorHandler.md) | `undefined` | | `pairings?` | [`DIDPair`](Domain.DIDPair.md)[] | `[]` | +| `options?` | `AgentOptions` | `undefined` | #### Returns @@ -67,7 +73,7 @@ Creates an instance of ConnectionsManager. #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:69](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L69) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:69](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L69) ## Properties @@ -81,7 +87,7 @@ Creates an instance of ConnectionsManager. #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L73) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L73) ___ @@ -94,7 +100,7 @@ Cancellable task used to listen for new messages, stopping the Agent should also #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L48) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L48) ___ @@ -112,7 +118,7 @@ despite they run asyncronously when the Edge agent stops #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L40) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L40) ___ @@ -126,7 +132,7 @@ ___ #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:70](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L70) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:70](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L70) ___ @@ -139,7 +145,7 @@ for now when new messages arrive or didcomm connections are established in order #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L57) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L57) ___ @@ -153,7 +159,7 @@ ___ #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:74](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L74) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:74](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L74) ___ @@ -167,7 +173,17 @@ ___ #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:71](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L71) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:71](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L71) + +___ + +### options + +• `Optional` **options**: `AgentOptions` + +#### Defined in + +[src/edge-agent/connectionsManager/ConnectionsManager.ts:76](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L76) ___ @@ -181,7 +197,7 @@ ___ #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L75) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L75) ___ @@ -195,7 +211,25 @@ ___ #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:72](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L72) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:72](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L72) + +## Accessors + +### withWebsocketsExperiment + +• `get` **withWebsocketsExperiment**(): `boolean` + +#### Returns + +`boolean` + +#### Implementation of + +[ConnectionsManagerInterface](../interfaces/ConnectionsManagerInterface.md).[withWebsocketsExperiment](../interfaces/ConnectionsManagerInterface.md#withwebsocketsexperiment) + +#### Defined in + +[src/edge-agent/connectionsManager/ConnectionsManager.ts:81](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L81) ## Methods @@ -223,7 +257,7 @@ Asyncronously add a didPair (didcomm connection) into pluto #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:182](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L182) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:187](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L187) ___ @@ -251,7 +285,7 @@ Asyncronously wait for a message response just by waiting for new messages that #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:115](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L115) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:120](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L120) ___ @@ -273,22 +307,22 @@ Find the specified did pair connection index #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:207](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L207) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:212](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L212) ___ ### processMessages -▸ **processMessages**(`unreadMessages`): `Promise`\<`void`\> +▸ **processMessages**(`unreadMessages?`): `Promise`\<`void`\> Asyncronously process unread messages that are received by either http or websockets didcomm transport This method replaces awaitMessages() #### Parameters -| Name | Type | -| :------ | :------ | -| `unreadMessages` | \{ `attachmentId`: `string` ; `message`: [`Message`](Domain.Message-1.md) }[] | +| Name | Type | Default value | +| :------ | :------ | :------ | +| `unreadMessages` | \{ `attachmentId`: `string` ; `message`: [`Message`](Domain.Message-1.md) }[] | `[]` | #### Returns @@ -300,7 +334,7 @@ This method replaces awaitMessages() #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:126](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L126) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:131](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L131) ___ @@ -328,7 +362,7 @@ Asyncronously establish mediator with a mediator by providing the Host DID #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:238](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L238) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:243](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L243) ___ @@ -357,7 +391,7 @@ this but just means the connection will be removed from the current storage #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:224](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L224) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:229](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L229) ___ @@ -385,7 +419,7 @@ Asyncronously store a message and send it as didcomm message through the mercury #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:249](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L249) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:254](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L254) ___ @@ -407,7 +441,7 @@ Asyncronously start fetching new messages #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:260](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L260) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:265](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L265) ___ @@ -430,7 +464,7 @@ setting that one as default during the Agent start #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:87](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L87) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:92](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L92) ___ @@ -450,7 +484,7 @@ Stops all the running events #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:99](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L99) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:104](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L104) ___ @@ -466,4 +500,4 @@ Asyncronously stop fetching messages #### Defined in -[src/prism-agent/connectionsManager/ConnectionsManager.ts:299](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/connectionsManager/ConnectionsManager.ts#L299) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:303](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/connectionsManager/ConnectionsManager.ts#L303) diff --git a/docs/sdk/classes/DIDCommWrapper.md b/docs/sdk/classes/DIDCommWrapper.md index 45e206fdc..961ee38e4 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/f8f2652/src/mercury/didcomm/Wrapper.ts#L24) +[src/mercury/didcomm/Wrapper.ts:24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/didcomm/Wrapper.ts#L24) ## 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/f8f2652/src/mercury/didcomm/Wrapper.ts#L25) +[src/mercury/didcomm/Wrapper.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/didcomm/Wrapper.ts#L25) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/didcomm/Wrapper.ts#L26) +[src/mercury/didcomm/Wrapper.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/didcomm/Wrapper.ts#L26) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:21](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/didcomm/Wrapper.ts#L21) +[src/mercury/didcomm/Wrapper.ts:21](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/didcomm/Wrapper.ts#L21) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/didcomm/Wrapper.ts#L27) +[src/mercury/didcomm/Wrapper.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/didcomm/Wrapper.ts#L27) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/didcomm/Wrapper.ts#L22) +[src/mercury/didcomm/Wrapper.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/didcomm/Wrapper.ts#L22) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/didcomm/Wrapper.ts#L20) +[src/mercury/didcomm/Wrapper.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/didcomm/Wrapper.ts#L20) ## 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/f8f2652/src/mercury/didcomm/Wrapper.ts#L55) +[src/mercury/didcomm/Wrapper.ts:55](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/didcomm/Wrapper.ts#L55) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:71](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/didcomm/Wrapper.ts#L71) +[src/mercury/didcomm/Wrapper.ts:71](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/didcomm/Wrapper.ts#L71) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:233](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/didcomm/Wrapper.ts#L233) +[src/mercury/didcomm/Wrapper.ts:233](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/didcomm/Wrapper.ts#L233) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:249](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/didcomm/Wrapper.ts#L249) +[src/mercury/didcomm/Wrapper.ts:249](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/didcomm/Wrapper.ts#L249) ___ @@ -220,7 +220,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:189](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/didcomm/Wrapper.ts#L189) +[src/mercury/didcomm/Wrapper.ts:189](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/didcomm/Wrapper.ts#L189) ___ @@ -240,7 +240,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:171](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/didcomm/Wrapper.ts#L171) +[src/mercury/didcomm/Wrapper.ts:171](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/didcomm/Wrapper.ts#L171) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:220](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/didcomm/Wrapper.ts#L220) +[src/mercury/didcomm/Wrapper.ts:220](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/didcomm/Wrapper.ts#L220) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:155](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/didcomm/Wrapper.ts#L155) +[src/mercury/didcomm/Wrapper.ts:155](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/didcomm/Wrapper.ts#L155) ___ @@ -304,7 +304,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:117](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/didcomm/Wrapper.ts#L117) +[src/mercury/didcomm/Wrapper.ts:117](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/didcomm/Wrapper.ts#L117) ___ @@ -318,4 +318,4 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/didcomm/Wrapper.ts#L33) +[src/mercury/didcomm/Wrapper.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/didcomm/Wrapper.ts#L33) diff --git a/docs/sdk/classes/Domain.AgentError.CannotFindDIDKeyPairIndex.md b/docs/sdk/classes/Domain.AgentError.CannotFindDIDKeyPairIndex.md index 4550143a5..d3ec61bc9 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/f8f2652/src/domain/models/errors/Agent.ts#L14) +[src/domain/models/errors/Agent.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 dc33d96c7..e72cf9d1d 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/f8f2652/src/domain/models/errors/Agent.ts#L20) +[src/domain/models/errors/Agent.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 b871a1b42..ddc71a818 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/f8f2652/src/domain/models/errors/Agent.ts#L26) +[src/domain/models/errors/Agent.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 2eacf194e..feb2b4e84 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/f8f2652/src/domain/models/errors/Agent.ts#L73) +[src/domain/models/errors/Agent.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 b2e6ae1f3..c6c7c229b 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/f8f2652/src/domain/models/errors/Agent.ts#L155) +[src/domain/models/errors/Agent.ts:155](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 d52bad4b4..3ad9c7d29 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/f8f2652/src/domain/models/errors/Agent.ts#L130) +[src/domain/models/errors/Agent.ts:130](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 a3f8d8c84..60baef677 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/f8f2652/src/domain/models/errors/Agent.ts#L188) +[src/domain/models/errors/Agent.ts:188](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Agent.ts#L188) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidIssueCredentialBodyError.md b/docs/sdk/classes/Domain.AgentError.InvalidIssueCredentialBodyError.md index 5db14820b..7c8b9541d 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/f8f2652/src/domain/models/errors/Agent.ts#L135) +[src/domain/models/errors/Agent.ts:135](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 e26bc1c8c..078de5cba 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/f8f2652/src/domain/models/errors/Agent.ts#L99) +[src/domain/models/errors/Agent.ts:99](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 914febe47..dbeed014a 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/f8f2652/src/domain/models/errors/Agent.ts#L176) +[src/domain/models/errors/Agent.ts:176](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Agent.ts#L176) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidMediationGrantMessageError.md b/docs/sdk/classes/Domain.AgentError.InvalidMediationGrantMessageError.md index 4a437c51e..c0232facc 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/f8f2652/src/domain/models/errors/Agent.ts#L124) +[src/domain/models/errors/Agent.ts:124](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 20dbaeda5..4f64b943a 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/f8f2652/src/domain/models/errors/Agent.ts#L8) +[src/domain/models/errors/Agent.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 9c0f4e5e7..dac86fd56 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/f8f2652/src/domain/models/errors/Agent.ts#L170) +[src/domain/models/errors/Agent.ts:170](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Agent.ts#L170) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidOfferCredentialMessageError.md b/docs/sdk/classes/Domain.AgentError.InvalidOfferCredentialMessageError.md index 78f725fdb..9505cffaa 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/f8f2652/src/domain/models/errors/Agent.ts#L88) +[src/domain/models/errors/Agent.ts:88](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 0a34801cf..a8dc44ba8 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/f8f2652/src/domain/models/errors/Agent.ts#L78) +[src/domain/models/errors/Agent.ts:78](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 e3699ee70..791085dbb 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/f8f2652/src/domain/models/errors/Agent.ts#L160) +[src/domain/models/errors/Agent.ts:160](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 542cc4b25..8c1eed22c 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/f8f2652/src/domain/models/errors/Agent.ts#L109) +[src/domain/models/errors/Agent.ts:109](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Agent.ts#L109) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidProposeCredentialBodyError.md b/docs/sdk/classes/Domain.AgentError.InvalidProposeCredentialBodyError.md index 306365a55..a7971f2f0 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/f8f2652/src/domain/models/errors/Agent.ts#L165) +[src/domain/models/errors/Agent.ts:165](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Agent.ts#L165) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidProposePresentationBodyError.md b/docs/sdk/classes/Domain.AgentError.InvalidProposePresentationBodyError.md index 8cd27ef7d..fec83f67d 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/f8f2652/src/domain/models/errors/Agent.ts#L150) +[src/domain/models/errors/Agent.ts:150](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 4c2eb46b4..dd3f5eeb2 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/f8f2652/src/domain/models/errors/Agent.ts#L119) +[src/domain/models/errors/Agent.ts:119](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 a3ee48696..dd3063f95 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/f8f2652/src/domain/models/errors/Agent.ts#L94) +[src/domain/models/errors/Agent.ts:94](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 cd1642fbe..a1a8b173a 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/f8f2652/src/domain/models/errors/Agent.ts#L140) +[src/domain/models/errors/Agent.ts:140](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 45caf53d6..662b33894 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/f8f2652/src/domain/models/errors/Agent.ts#L104) +[src/domain/models/errors/Agent.ts:104](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 6aca92a94..c9128114c 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/f8f2652/src/domain/models/errors/Agent.ts#L145) +[src/domain/models/errors/Agent.ts:145](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 f5e389fbc..8be4569f9 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/f8f2652/src/domain/models/errors/Agent.ts#L114) +[src/domain/models/errors/Agent.ts:114](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 2cad8b387..75edc64a1 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/f8f2652/src/domain/models/errors/Agent.ts#L204) +[src/domain/models/errors/Agent.ts:204](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Agent.ts#L204) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidURLError.md b/docs/sdk/classes/Domain.AgentError.InvalidURLError.md index 1551da409..3c25c8447 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/f8f2652/src/domain/models/errors/Agent.ts#L2) +[src/domain/models/errors/Agent.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 3d5050fc0..28d476dfe 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/f8f2652/src/domain/models/errors/Agent.ts#L32) +[src/domain/models/errors/Agent.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 88ce2e9ca..9d41c3087 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/f8f2652/src/domain/models/errors/Agent.ts#L44) +[src/domain/models/errors/Agent.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Agent.ts#L44) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.MediationRequestFailedError.md b/docs/sdk/classes/Domain.AgentError.MediationRequestFailedError.md index 2aab1895e..8d6dffa52 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/f8f2652/src/domain/models/errors/Agent.ts#L199) +[src/domain/models/errors/Agent.ts:199](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Agent.ts#L199) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.NoConnectionOpenError.md b/docs/sdk/classes/Domain.AgentError.NoConnectionOpenError.md index 42002e3d8..dd0984b0f 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/f8f2652/src/domain/models/errors/Agent.ts#L50) +[src/domain/models/errors/Agent.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 6398b7d47..80237ee3f 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/f8f2652/src/domain/models/errors/Agent.ts#L56) +[src/domain/models/errors/Agent.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 0fcadc24b..fe9d0829c 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/f8f2652/src/domain/models/errors/Agent.ts#L193) +[src/domain/models/errors/Agent.ts:193](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Agent.ts#L193) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.NoValidServiceEndpointError.md b/docs/sdk/classes/Domain.AgentError.NoValidServiceEndpointError.md index 71c2fba90..c6eceec51 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/f8f2652/src/domain/models/errors/Agent.ts#L38) +[src/domain/models/errors/Agent.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 eb4f3cffc..78e233aed 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/f8f2652/src/domain/models/errors/Agent.ts#L83) +[src/domain/models/errors/Agent.ts:83](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 f8364a7e9..10f1617d9 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/f8f2652/src/domain/models/errors/Agent.ts#L217) +[src/domain/models/errors/Agent.ts:217](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Agent.ts#L217) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.UnhandledPresentationRequest.md b/docs/sdk/classes/Domain.AgentError.UnhandledPresentationRequest.md index 8da2928ee..89713bf55 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/f8f2652/src/domain/models/errors/Agent.ts#L223) +[src/domain/models/errors/Agent.ts:223](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Agent.ts#L223) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.UnknownCredentialBodyError.md b/docs/sdk/classes/Domain.AgentError.UnknownCredentialBodyError.md index 96ce0bbce..5e94f77ed 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/f8f2652/src/domain/models/errors/Agent.ts#L182) +[src/domain/models/errors/Agent.ts:182](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Agent.ts#L182) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.UnknownInvitationTypeError.md b/docs/sdk/classes/Domain.AgentError.UnknownInvitationTypeError.md index ebfd6f7db..53c86ca31 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/f8f2652/src/domain/models/errors/Agent.ts#L62) +[src/domain/models/errors/Agent.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 a28e25d93..ea85cbba9 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/f8f2652/src/domain/models/errors/Agent.ts#L68) +[src/domain/models/errors/Agent.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 5940531d8..2f0f82655 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/f8f2652/src/domain/models/errors/Agent.ts#L211) +[src/domain/models/errors/Agent.ts:211](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Agent.ts#L211) ## Properties diff --git a/docs/sdk/classes/Domain.AlsoKnownAs.md b/docs/sdk/classes/Domain.AlsoKnownAs.md index 92dbd8af4..ed13f451d 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/f8f2652/src/domain/models/DIDDocument.ts#L49) +[src/domain/models/DIDDocument.ts:49](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L49) +[src/domain/models/DIDDocument.ts:49](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L49) diff --git a/docs/sdk/classes/Domain.ApiError.InvalidRequestPath.md b/docs/sdk/classes/Domain.ApiError.InvalidRequestPath.md index 4f3c8bb15..7e69928d5 100644 --- a/docs/sdk/classes/Domain.ApiError.InvalidRequestPath.md +++ b/docs/sdk/classes/Domain.ApiError.InvalidRequestPath.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Api.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Api.ts#L2) +[src/domain/models/errors/Api.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Api.ts#L2) ## Properties diff --git a/docs/sdk/classes/Domain.ApolloError.CouldNotParseMessageString.md b/docs/sdk/classes/Domain.ApolloError.CouldNotParseMessageString.md index 33fb7fcaf..28eca24a7 100644 --- a/docs/sdk/classes/Domain.ApolloError.CouldNotParseMessageString.md +++ b/docs/sdk/classes/Domain.ApolloError.CouldNotParseMessageString.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Apollo.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Apollo.ts#L10) +[src/domain/models/errors/Apollo.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Apollo.ts#L10) ## Properties diff --git a/docs/sdk/classes/Domain.ApolloError.ECPublicKeyInitialization.md b/docs/sdk/classes/Domain.ApolloError.ECPublicKeyInitialization.md index 5ae8cdd79..5559929e9 100644 --- a/docs/sdk/classes/Domain.ApolloError.ECPublicKeyInitialization.md +++ b/docs/sdk/classes/Domain.ApolloError.ECPublicKeyInitialization.md @@ -45,7 +45,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Apollo.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Apollo.ts#L39) +[src/domain/models/errors/Apollo.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Apollo.ts#L39) ## Properties diff --git a/docs/sdk/classes/Domain.ApolloError.InvalidDerivationPath.md b/docs/sdk/classes/Domain.ApolloError.InvalidDerivationPath.md index a114d16c4..99d2fc32a 100644 --- a/docs/sdk/classes/Domain.ApolloError.InvalidDerivationPath.md +++ b/docs/sdk/classes/Domain.ApolloError.InvalidDerivationPath.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Apollo.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Apollo.ts#L32) +[src/domain/models/errors/Apollo.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Apollo.ts#L32) ## Properties diff --git a/docs/sdk/classes/Domain.ApolloError.InvalidKeyCurve.md b/docs/sdk/classes/Domain.ApolloError.InvalidKeyCurve.md index 5d946d462..742ae0f99 100644 --- a/docs/sdk/classes/Domain.ApolloError.InvalidKeyCurve.md +++ b/docs/sdk/classes/Domain.ApolloError.InvalidKeyCurve.md @@ -52,7 +52,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Apollo.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Apollo.ts#L23) +[src/domain/models/errors/Apollo.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Apollo.ts#L23) ## Properties diff --git a/docs/sdk/classes/Domain.ApolloError.InvalidKeyType.md b/docs/sdk/classes/Domain.ApolloError.InvalidKeyType.md index 6bb50a00b..de68454b9 100644 --- a/docs/sdk/classes/Domain.ApolloError.InvalidKeyType.md +++ b/docs/sdk/classes/Domain.ApolloError.InvalidKeyType.md @@ -52,7 +52,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Apollo.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Apollo.ts#L47) +[src/domain/models/errors/Apollo.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Apollo.ts#L47) ## Properties diff --git a/docs/sdk/classes/Domain.ApolloError.InvalidMnemonicWord.md b/docs/sdk/classes/Domain.ApolloError.InvalidMnemonicWord.md index 357fe0ad7..bd49942a4 100644 --- a/docs/sdk/classes/Domain.ApolloError.InvalidMnemonicWord.md +++ b/docs/sdk/classes/Domain.ApolloError.InvalidMnemonicWord.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Apollo.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Apollo.ts#L4) +[src/domain/models/errors/Apollo.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Apollo.ts#L4) ## Properties diff --git a/docs/sdk/classes/Domain.ApolloError.InvalidPrivateKey.md b/docs/sdk/classes/Domain.ApolloError.InvalidPrivateKey.md index 91d28d30a..ed4f8badb 100644 --- a/docs/sdk/classes/Domain.ApolloError.InvalidPrivateKey.md +++ b/docs/sdk/classes/Domain.ApolloError.InvalidPrivateKey.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Apollo.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Apollo.ts#L16) +[src/domain/models/errors/Apollo.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Apollo.ts#L16) ## Properties diff --git a/docs/sdk/classes/Domain.ApolloError.KeyRestoratonFailed.md b/docs/sdk/classes/Domain.ApolloError.KeyRestoratonFailed.md index 99876eac4..670f107e1 100644 --- a/docs/sdk/classes/Domain.ApolloError.KeyRestoratonFailed.md +++ b/docs/sdk/classes/Domain.ApolloError.KeyRestoratonFailed.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Apollo.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Apollo.ts#L62) +[src/domain/models/errors/Apollo.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Apollo.ts#L62) ## Properties diff --git a/docs/sdk/classes/Domain.ApolloError.MissingChainCode.md b/docs/sdk/classes/Domain.ApolloError.MissingChainCode.md index 75684aa92..50b47644c 100644 --- a/docs/sdk/classes/Domain.ApolloError.MissingChainCode.md +++ b/docs/sdk/classes/Domain.ApolloError.MissingChainCode.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Apollo.ts:74](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Apollo.ts#L74) +[src/domain/models/errors/Apollo.ts:74](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Apollo.ts#L74) ## Properties diff --git a/docs/sdk/classes/Domain.ApolloError.MissingKeyParameters.md b/docs/sdk/classes/Domain.ApolloError.MissingKeyParameters.md index 16e46c1cf..b87e0bf1e 100644 --- a/docs/sdk/classes/Domain.ApolloError.MissingKeyParameters.md +++ b/docs/sdk/classes/Domain.ApolloError.MissingKeyParameters.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Apollo.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Apollo.ts#L56) +[src/domain/models/errors/Apollo.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Apollo.ts#L56) ## Properties diff --git a/docs/sdk/classes/Domain.ApolloError.MissingPrivateKey.md b/docs/sdk/classes/Domain.ApolloError.MissingPrivateKey.md index ca4c5bdcd..b025d0542 100644 --- a/docs/sdk/classes/Domain.ApolloError.MissingPrivateKey.md +++ b/docs/sdk/classes/Domain.ApolloError.MissingPrivateKey.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Apollo.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Apollo.ts#L68) +[src/domain/models/errors/Apollo.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Apollo.ts#L68) ## Properties diff --git a/docs/sdk/classes/Domain.AssertionMethod.md b/docs/sdk/classes/Domain.AssertionMethod.md index 9407f2630..3d9362290 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/f8f2652/src/domain/models/DIDDocument.ts#L72) +[src/domain/models/DIDDocument.ts:72](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L73) +[src/domain/models/DIDDocument.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L74) +[src/domain/models/DIDDocument.ts:74](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L74) diff --git a/docs/sdk/classes/Domain.AttachmentDescriptor.md b/docs/sdk/classes/Domain.AttachmentDescriptor.md index 28a035f32..3bcc80efd 100644 --- a/docs/sdk/classes/Domain.AttachmentDescriptor.md +++ b/docs/sdk/classes/Domain.AttachmentDescriptor.md @@ -50,7 +50,7 @@ #### Defined in -[src/domain/models/MessageAttachment.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L40) +[src/domain/models/MessageAttachment.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L40) ## Properties @@ -60,7 +60,7 @@ #### Defined in -[src/domain/models/MessageAttachment.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L47) +[src/domain/models/MessageAttachment.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L47) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L41) +[src/domain/models/MessageAttachment.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L41) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L48) +[src/domain/models/MessageAttachment.ts:48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L48) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L44) +[src/domain/models/MessageAttachment.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L44) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:45](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L45) +[src/domain/models/MessageAttachment.ts:45](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L45) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L43) +[src/domain/models/MessageAttachment.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L43) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L46) +[src/domain/models/MessageAttachment.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L46) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L42) +[src/domain/models/MessageAttachment.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L42) ## Methods @@ -163,4 +163,4 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:51](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L51) +[src/domain/models/MessageAttachment.ts:51](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L51) diff --git a/docs/sdk/classes/Domain.Authentication.md b/docs/sdk/classes/Domain.Authentication.md index e6586a4c9..eb64ed2c3 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/f8f2652/src/domain/models/DIDDocument.ts#L65) +[src/domain/models/DIDDocument.ts:65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L66) +[src/domain/models/DIDDocument.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L67) +[src/domain/models/DIDDocument.ts:67](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L67) diff --git a/docs/sdk/classes/Domain.CapabilityDelegation.md b/docs/sdk/classes/Domain.CapabilityDelegation.md index 598dbb4b8..e14068b06 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/f8f2652/src/domain/models/DIDDocument.ts#L93) +[src/domain/models/DIDDocument.ts:93](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L94) +[src/domain/models/DIDDocument.ts:94](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L95) +[src/domain/models/DIDDocument.ts:95](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L95) diff --git a/docs/sdk/classes/Domain.CapabilityInvocation.md b/docs/sdk/classes/Domain.CapabilityInvocation.md index ea806c264..d08243468 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/f8f2652/src/domain/models/DIDDocument.ts#L86) +[src/domain/models/DIDDocument.ts:86](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L87) +[src/domain/models/DIDDocument.ts:87](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L88) +[src/domain/models/DIDDocument.ts:88](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 1843de84e..076daeab4 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/f8f2652/src/domain/models/errors/Castor.ts#L20) +[src/domain/models/errors/Castor.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 815c33fa3..4c3c33fa5 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/f8f2652/src/domain/models/errors/Castor.ts#L32) +[src/domain/models/errors/Castor.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 8906b84ac..a428fa92c 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/f8f2652/src/domain/models/errors/Castor.ts#L26) +[src/domain/models/errors/Castor.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 10d31618f..d4f75411f 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/f8f2652/src/domain/models/errors/Castor.ts#L44) +[src/domain/models/errors/Castor.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 faa9dd59c..bd16eb3ba 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/f8f2652/src/domain/models/errors/Castor.ts#L50) +[src/domain/models/errors/Castor.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 56e1047b3..f8e3fc60a 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/f8f2652/src/domain/models/errors/Castor.ts#L2) +[src/domain/models/errors/Castor.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 6bdc228ed..8bdb18bc1 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/f8f2652/src/domain/models/errors/Castor.ts#L56) +[src/domain/models/errors/Castor.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 d0771475e..2de2db518 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/f8f2652/src/domain/models/errors/Castor.ts#L14) +[src/domain/models/errors/Castor.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 8a4341336..5f78b515a 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/f8f2652/src/domain/models/errors/Castor.ts#L8) +[src/domain/models/errors/Castor.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 aad650aa8..9fea53b5d 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/f8f2652/src/domain/models/errors/Castor.ts#L38) +[src/domain/models/errors/Castor.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Castor.ts#L38) ## Properties diff --git a/docs/sdk/classes/Domain.CommonError.SomethingWentWrongError.md b/docs/sdk/classes/Domain.CommonError.SomethingWentWrongError.md index 11bf6f460..da8414f03 100644 --- a/docs/sdk/classes/Domain.CommonError.SomethingWentWrongError.md +++ b/docs/sdk/classes/Domain.CommonError.SomethingWentWrongError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Common.ts:3](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Common.ts#L3) +[src/domain/models/errors/Common.ts:3](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Common.ts#L3) ## Properties diff --git a/docs/sdk/classes/Domain.Controller.md b/docs/sdk/classes/Domain.Controller.md index d18fff5a9..c23df1fb5 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/f8f2652/src/domain/models/DIDDocument.ts#L53) +[src/domain/models/DIDDocument.ts:53](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L53) +[src/domain/models/DIDDocument.ts:53](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L53) diff --git a/docs/sdk/classes/Domain.Credential.md b/docs/sdk/classes/Domain.Credential.md index 134a275a8..34c79491b 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/f8f2652/src/domain/models/Credential.ts#L14) +[src/domain/models/Credential.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Credential.ts#L9) +[src/domain/models/Credential.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Credential.ts#L11) +[src/domain/models/Credential.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Credential.ts#L12) +[src/domain/models/Credential.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Credential.ts#L15) +[src/domain/models/Credential.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Credential.ts#L10) +[src/domain/models/Credential.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Credential.ts#L13) +[src/domain/models/Credential.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Credential.ts#L17) +[src/domain/models/Credential.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Credential.ts#L19) +[src/domain/models/Credential.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Credential.ts#L23) +[src/domain/models/Credential.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Credential.ts#L31) +[src/domain/models/Credential.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Credential.ts#L27) +[src/domain/models/Credential.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Credential.ts#L27) diff --git a/docs/sdk/classes/Domain.CredentialMetadata.md b/docs/sdk/classes/Domain.CredentialMetadata.md index 9b65993e7..0b7369442 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/f8f2652/src/domain/models/CredentialMetadata.ts#L7) +[src/domain/models/CredentialMetadata.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/CredentialMetadata.ts#L10) +[src/domain/models/CredentialMetadata.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/CredentialMetadata.ts#L9) +[src/domain/models/CredentialMetadata.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/CredentialMetadata.ts#L8) +[src/domain/models/CredentialMetadata.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/CredentialMetadata.ts#L5) +[src/domain/models/CredentialMetadata.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/CredentialMetadata.ts#L19) +[src/domain/models/CredentialMetadata.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/CredentialMetadata.ts#L28) +[src/domain/models/CredentialMetadata.ts:28](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/CredentialMetadata.ts#L28) diff --git a/docs/sdk/classes/Domain.DID.md b/docs/sdk/classes/Domain.DID.md index 7bea32444..5933d4271 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/f8f2652/src/domain/models/DID.ts#L10) +[src/domain/models/DID.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DID.ts#L7) +[src/domain/models/DID.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DID.ts#L8) +[src/domain/models/DID.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DID.ts#L6) +[src/domain/models/DID.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DID.ts#L5) +[src/domain/models/DID.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DID.ts#L17) +[src/domain/models/DID.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DID.ts#L26) +[src/domain/models/DID.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DID.ts#L47) +[src/domain/models/DID.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DID.ts#L70) +[src/domain/models/DID.ts:70](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DID.ts#L75) +[src/domain/models/DID.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DID.ts#L65) +[src/domain/models/DID.ts:65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DID.ts#L65) diff --git a/docs/sdk/classes/Domain.DIDDocument.md b/docs/sdk/classes/Domain.DIDDocument.md index fcb5ae3f8..6b93db086 100644 --- a/docs/sdk/classes/Domain.DIDDocument.md +++ b/docs/sdk/classes/Domain.DIDDocument.md @@ -38,7 +38,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:112](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/DIDDocument.ts#L112) +[src/domain/models/DIDDocument.ts:112](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L112) ## Properties @@ -48,7 +48,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:114](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/DIDDocument.ts#L114) +[src/domain/models/DIDDocument.ts:114](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L114) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:113](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/DIDDocument.ts#L113) +[src/domain/models/DIDDocument.ts:113](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L113) ## Accessors @@ -72,4 +72,4 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:117](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/DIDDocument.ts#L117) +[src/domain/models/DIDDocument.ts:117](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L117) diff --git a/docs/sdk/classes/Domain.DIDPair.md b/docs/sdk/classes/Domain.DIDPair.md index 003627b10..880a7d4f0 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/f8f2652/src/domain/models/DIDPair.ts#L4) +[src/domain/models/DIDPair.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDPair.ts#L5) +[src/domain/models/DIDPair.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDPair.ts#L7) +[src/domain/models/DIDPair.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDPair.ts#L6) +[src/domain/models/DIDPair.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDPair.ts#L6) diff --git a/docs/sdk/classes/Domain.DIDResolver.md b/docs/sdk/classes/Domain.DIDResolver.md index 96d447729..0e60184d9 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/f8f2652/src/domain/models/DIDResolver.ts#L4) +[src/domain/models/DIDResolver.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDResolver.ts#L5) +[src/domain/models/DIDResolver.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDResolver.ts#L5) diff --git a/docs/sdk/classes/Domain.DIDUrl.md b/docs/sdk/classes/Domain.DIDUrl.md index 637a30d7e..53f6ab2ff 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/f8f2652/src/domain/models/DIDUrl.ts#L9) +[src/domain/models/DIDUrl.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDUrl.ts#L4) +[src/domain/models/DIDUrl.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDUrl.ts#L7) +[src/domain/models/DIDUrl.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDUrl.ts#L6) +[src/domain/models/DIDUrl.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDUrl.ts#L5) +[src/domain/models/DIDUrl.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDUrl.ts#L35) +[src/domain/models/DIDUrl.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDUrl.ts#L25) +[src/domain/models/DIDUrl.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDUrl.ts#L29) +[src/domain/models/DIDUrl.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDUrl.ts#L21) +[src/domain/models/DIDUrl.ts:21](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDUrl.ts#L21) diff --git a/docs/sdk/classes/Domain.DerivableKey.md b/docs/sdk/classes/Domain.DerivableKey.md index f8af09a55..3578b8388 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:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/DerivableKey.ts#L5) +[src/domain/models/keyManagement/DerivableKey.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/DerivableKey.ts#L5) diff --git a/docs/sdk/classes/Domain.HttpResponse.md b/docs/sdk/classes/Domain.HttpResponse.md index 391d43d15..d686dbb2e 100644 --- a/docs/sdk/classes/Domain.HttpResponse.md +++ b/docs/sdk/classes/Domain.HttpResponse.md @@ -46,7 +46,7 @@ #### Defined in -[src/domain/models/Api.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Api.ts#L4) +[src/domain/models/Api.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Api.ts#L4) ## Properties @@ -56,7 +56,7 @@ #### Defined in -[src/domain/models/Api.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Api.ts#L4) +[src/domain/models/Api.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Api.ts#L4) ___ @@ -66,4 +66,4 @@ ___ #### Defined in -[src/domain/models/Api.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Api.ts#L4) +[src/domain/models/Api.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Api.ts#L4) diff --git a/docs/sdk/classes/Domain.Key.md b/docs/sdk/classes/Domain.Key.md index 110b10224..31ed4a585 100644 --- a/docs/sdk/classes/Domain.Key.md +++ b/docs/sdk/classes/Domain.Key.md @@ -59,7 +59,7 @@ #### Defined in -[src/domain/models/keyManagement/Key.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L30) +[src/domain/models/keyManagement/Key.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L30) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L32) +[src/domain/models/keyManagement/Key.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L32) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L31) +[src/domain/models/keyManagement/Key.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L31) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L33) +[src/domain/models/keyManagement/Key.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L33) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L29) +[src/domain/models/keyManagement/Key.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L29) ## Accessors @@ -120,7 +120,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L37) +[src/domain/models/keyManagement/Key.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L37) ## Methods @@ -134,7 +134,7 @@ this is VerifiableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L58) +[src/domain/models/keyManagement/Key.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L58) ___ @@ -148,7 +148,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L35) +[src/domain/models/keyManagement/Key.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L35) ___ @@ -168,7 +168,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L62) +[src/domain/models/keyManagement/Key.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L62) ___ @@ -194,7 +194,7 @@ this is T #### Defined in -[src/domain/models/keyManagement/Key.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L66) +[src/domain/models/keyManagement/Key.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L66) ___ @@ -208,7 +208,7 @@ this is DerivableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L42) +[src/domain/models/keyManagement/Key.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L42) ___ @@ -222,7 +222,7 @@ this is unknown #### Defined in -[src/domain/models/keyManagement/Key.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L46) +[src/domain/models/keyManagement/Key.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L46) ___ @@ -236,7 +236,7 @@ this is SignableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L50) +[src/domain/models/keyManagement/Key.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L50) ___ @@ -250,4 +250,4 @@ this is StorableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L54) +[src/domain/models/keyManagement/Key.ts:54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L54) diff --git a/docs/sdk/classes/Domain.KeyAgreement.md b/docs/sdk/classes/Domain.KeyAgreement.md index 9e2a5b825..d2459bc3f 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/f8f2652/src/domain/models/DIDDocument.ts#L79) +[src/domain/models/DIDDocument.ts:79](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L80) +[src/domain/models/DIDDocument.ts:80](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L81) +[src/domain/models/DIDDocument.ts:81](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L81) diff --git a/docs/sdk/classes/Domain.KeyPair.md b/docs/sdk/classes/Domain.KeyPair.md index b145e0a8f..d17ab6f7c 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/f8f2652/src/domain/models/KeyPair.ts#L10) +[src/domain/models/KeyPair.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/KeyPair.ts#L9) +[src/domain/models/KeyPair.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/KeyPair.ts#L5) +[src/domain/models/KeyPair.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/KeyPair.ts#L5) diff --git a/docs/sdk/classes/Domain.LinkSecret.md b/docs/sdk/classes/Domain.LinkSecret.md index 235a32fbe..707b42e56 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/f8f2652/src/domain/models/LinkSecret.ts#L8) +[src/domain/models/LinkSecret.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/LinkSecret.ts#L10) +[src/domain/models/LinkSecret.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/LinkSecret.ts#L9) +[src/domain/models/LinkSecret.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/LinkSecret.ts#L6) +[src/domain/models/LinkSecret.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/LinkSecret.ts#L4) +[src/domain/models/LinkSecret.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 6598a78bb..088b0faa6 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/f8f2652/src/domain/models/errors/Mercury.ts#L62) +[src/domain/models/errors/Mercury.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 3b10beb6f..79f54bb0e 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/f8f2652/src/domain/models/errors/Mercury.ts#L68) +[src/domain/models/errors/Mercury.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 80de6fe77..b37d35cd0 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/f8f2652/src/domain/models/errors/Mercury.ts#L32) +[src/domain/models/errors/Mercury.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 8c800725c..26c10a706 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/f8f2652/src/domain/models/errors/Mercury.ts#L2) +[src/domain/models/errors/Mercury.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 dd4f70c1f..52297f71e 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/f8f2652/src/domain/models/errors/Mercury.ts#L44) +[src/domain/models/errors/Mercury.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 efd2381e7..304ab58e4 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/f8f2652/src/domain/models/errors/Mercury.ts#L50) +[src/domain/models/errors/Mercury.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 4965c4410..e141762ed 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/f8f2652/src/domain/models/errors/Mercury.ts#L20) +[src/domain/models/errors/Mercury.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 f2750f5fe..da60f497f 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/f8f2652/src/domain/models/errors/Mercury.ts#L14) +[src/domain/models/errors/Mercury.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 40c9734ac..03f8210b7 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/f8f2652/src/domain/models/errors/Mercury.ts#L8) +[src/domain/models/errors/Mercury.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 81aacb353..ab9987fb1 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/f8f2652/src/domain/models/errors/Mercury.ts#L26) +[src/domain/models/errors/Mercury.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 b35aaaa1e..26d178bfd 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/f8f2652/src/domain/models/errors/Mercury.ts#L38) +[src/domain/models/errors/Mercury.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 a00c972e6..abbb10513 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/f8f2652/src/domain/models/errors/Mercury.ts#L56) +[src/domain/models/errors/Mercury.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 b6a33a58f..1f8fa851d 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/f8f2652/src/domain/models/errors/Mercury.ts#L77) +[src/domain/models/errors/Mercury.ts:77](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/errors/Mercury.ts#L75) +[src/domain/models/errors/Mercury.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/errors/Mercury.ts#L74) +[src/domain/models/errors/Mercury.ts:74](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 c9d14959d..9bca59438 100644 --- a/docs/sdk/classes/Domain.Message-1.md +++ b/docs/sdk/classes/Domain.Message-1.md @@ -72,7 +72,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/domain/models/Message.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L22) +[src/domain/models/Message.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L22) ## Properties @@ -82,7 +82,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/domain/models/Message.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L38) +[src/domain/models/Message.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L38) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:28](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L28) +[src/domain/models/Message.ts:28](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L28) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L23) +[src/domain/models/Message.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L23) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L32) +[src/domain/models/Message.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L32) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L39) +[src/domain/models/Message.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L39) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L34) +[src/domain/models/Message.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L34) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L30) +[src/domain/models/Message.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L30) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L26) +[src/domain/models/Message.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L26) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L40) +[src/domain/models/Message.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L40) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L24) +[src/domain/models/Message.ts:24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L24) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L25) +[src/domain/models/Message.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L25) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L41) +[src/domain/models/Message.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L41) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L29) +[src/domain/models/Message.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L29) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L27) +[src/domain/models/Message.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L27) ___ @@ -229,7 +229,7 @@ should be unique across all items. #### Defined in -[src/domain/models/Message.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L20) +[src/domain/models/Message.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L20) ## Methods @@ -249,7 +249,7 @@ should be unique across all items. #### Defined in -[src/domain/models/Message.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L44) +[src/domain/models/Message.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L44) ___ @@ -269,7 +269,7 @@ data is AttachmentBase64 #### Defined in -[src/domain/models/Message.ts:136](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L136) +[src/domain/models/Message.ts:136](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L136) ___ @@ -289,4 +289,4 @@ data is AttachmentJsonData #### Defined in -[src/domain/models/Message.ts:140](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L140) +[src/domain/models/Message.ts:140](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L140) diff --git a/docs/sdk/classes/Domain.PlutoError.CredentialNotStorable.md b/docs/sdk/classes/Domain.PlutoError.CredentialNotStorable.md index 4ad63f0b7..ba10df621 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/f8f2652/src/domain/models/errors/Pluto.ts#L44) +[src/domain/models/errors/Pluto.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 0a3099717..b52a962e7 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/f8f2652/src/domain/models/errors/Pluto.ts#L2) +[src/domain/models/errors/Pluto.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 02414af68..3d33fadc8 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/f8f2652/src/domain/models/errors/Pluto.ts#L8) +[src/domain/models/errors/Pluto.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 212216156..fc73891ea 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/f8f2652/src/domain/models/errors/Pluto.ts#L14) +[src/domain/models/errors/Pluto.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 7691f359b..1d0c59462 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/f8f2652/src/domain/models/errors/Pluto.ts#L80) +[src/domain/models/errors/Pluto.ts:80](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 e2205fe71..7901559b7 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/f8f2652/src/domain/models/errors/Pluto.ts#L86) +[src/domain/models/errors/Pluto.ts:86](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 964be5774..44c4750e6 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/f8f2652/src/domain/models/errors/Pluto.ts#L56) +[src/domain/models/errors/Pluto.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 695d8385b..3d8b859d3 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/f8f2652/src/domain/models/errors/Pluto.ts#L68) +[src/domain/models/errors/Pluto.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 859da48c8..6d7c7cb9c 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/f8f2652/src/domain/models/errors/Pluto.ts#L74) +[src/domain/models/errors/Pluto.ts:74](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 814cb2ce4..4559fe5ac 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/f8f2652/src/domain/models/errors/Pluto.ts#L62) +[src/domain/models/errors/Pluto.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Pluto.ts#L62) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.StoreDeleteError.md b/docs/sdk/classes/Domain.PlutoError.StoreDeleteError.md index 00dac1926..94aa035a7 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/f8f2652/src/domain/models/errors/Pluto.ts#L38) +[src/domain/models/errors/Pluto.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 c60028539..e45542b1c 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/f8f2652/src/domain/models/errors/Pluto.ts#L20) +[src/domain/models/errors/Pluto.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Pluto.ts#L20) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.StoreQueryFailed.md b/docs/sdk/classes/Domain.PlutoError.StoreQueryFailed.md index 2208b3c2e..731d258e9 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/f8f2652/src/domain/models/errors/Pluto.ts#L26) +[src/domain/models/errors/Pluto.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 b81236fa9..d8bf29f60 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/f8f2652/src/domain/models/errors/Pluto.ts#L32) +[src/domain/models/errors/Pluto.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 5b4cd81e3..26891f934 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/f8f2652/src/domain/models/errors/Pluto.ts#L50) +[src/domain/models/errors/Pluto.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Pluto.ts#L50) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.CredentialTypeNotSupported.md b/docs/sdk/classes/Domain.PolluxError.CredentialTypeNotSupported.md index fbc6139ec..a8306a2df 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:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Pollux.ts#L20) +[src/domain/models/errors/Pollux.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Pollux.ts#L20) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.InvalidCredentialError.md b/docs/sdk/classes/Domain.PolluxError.InvalidCredentialError.md index 70d628ef5..eb53aa150 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/f8f2652/src/domain/models/errors/Pollux.ts#L2) +[src/domain/models/errors/Pollux.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Pollux.ts#L2) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.InvalidDescriptorFormatError.md b/docs/sdk/classes/Domain.PolluxError.InvalidDescriptorFormatError.md new file mode 100644 index 000000000..ba3fcf7f9 --- /dev/null +++ b/docs/sdk/classes/Domain.PolluxError.InvalidDescriptorFormatError.md @@ -0,0 +1,192 @@ +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [PolluxError](../modules/Domain.PolluxError.md) / InvalidDescriptorFormatError + +# Class: InvalidDescriptorFormatError + +[Domain](../modules/Domain.md).[PolluxError](../modules/Domain.PolluxError.md).InvalidDescriptorFormatError + +## Hierarchy + +- `Error` + + ↳ **`InvalidDescriptorFormatError`** + +## Table of contents + +### Constructors + +- [constructor](Domain.PolluxError.InvalidDescriptorFormatError.md#constructor) + +### Properties + +- [cause](Domain.PolluxError.InvalidDescriptorFormatError.md#cause) +- [message](Domain.PolluxError.InvalidDescriptorFormatError.md#message) +- [name](Domain.PolluxError.InvalidDescriptorFormatError.md#name) +- [stack](Domain.PolluxError.InvalidDescriptorFormatError.md#stack) +- [prepareStackTrace](Domain.PolluxError.InvalidDescriptorFormatError.md#preparestacktrace) +- [stackTraceLimit](Domain.PolluxError.InvalidDescriptorFormatError.md#stacktracelimit) + +### Methods + +- [captureStackTrace](Domain.PolluxError.InvalidDescriptorFormatError.md#capturestacktrace) + +## Constructors + +### constructor + +• **new InvalidDescriptorFormatError**(`message?`): [`InvalidDescriptorFormatError`](Domain.PolluxError.InvalidDescriptorFormatError.md) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `message?` | `string` | + +#### Returns + +[`InvalidDescriptorFormatError`](Domain.PolluxError.InvalidDescriptorFormatError.md) + +#### Overrides + +Error.constructor + +#### Defined in + +[src/domain/models/errors/Pollux.ts:54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Pollux.ts#L54) + +## 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` + +Optional override for formatting stack traces + +##### Parameters + +| Name | Type | +| :------ | :------ | +| `err` | `Error` | +| `stackTraces` | `CallSite`[] | + +##### Returns + +`any` + +**`See`** + +https://v8.dev/docs/stack-trace-api#customizing-stack-traces + +#### 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.PolluxError.InvalidJWTPresentationDefinitionError.md b/docs/sdk/classes/Domain.PolluxError.InvalidJWTPresentationDefinitionError.md index 8b5a2ee80..c00a75723 100644 --- a/docs/sdk/classes/Domain.PolluxError.InvalidJWTPresentationDefinitionError.md +++ b/docs/sdk/classes/Domain.PolluxError.InvalidJWTPresentationDefinitionError.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/f8f2652/src/domain/models/errors/Pollux.ts#L26) +[src/domain/models/errors/Pollux.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Pollux.ts#L26) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.InvalidJWTString.md b/docs/sdk/classes/Domain.PolluxError.InvalidJWTString.md index eb0d91c72..b554b2c70 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/f8f2652/src/domain/models/errors/Pollux.ts#L8) +[src/domain/models/errors/Pollux.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Pollux.ts#L8) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.InvalidPresentationError.md b/docs/sdk/classes/Domain.PolluxError.InvalidPresentationError.md new file mode 100644 index 000000000..416a0647d --- /dev/null +++ b/docs/sdk/classes/Domain.PolluxError.InvalidPresentationError.md @@ -0,0 +1,192 @@ +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [PolluxError](../modules/Domain.PolluxError.md) / InvalidPresentationError + +# Class: InvalidPresentationError + +[Domain](../modules/Domain.md).[PolluxError](../modules/Domain.PolluxError.md).InvalidPresentationError + +## Hierarchy + +- `Error` + + ↳ **`InvalidPresentationError`** + +## Table of contents + +### Constructors + +- [constructor](Domain.PolluxError.InvalidPresentationError.md#constructor) + +### Properties + +- [cause](Domain.PolluxError.InvalidPresentationError.md#cause) +- [message](Domain.PolluxError.InvalidPresentationError.md#message) +- [name](Domain.PolluxError.InvalidPresentationError.md#name) +- [stack](Domain.PolluxError.InvalidPresentationError.md#stack) +- [prepareStackTrace](Domain.PolluxError.InvalidPresentationError.md#preparestacktrace) +- [stackTraceLimit](Domain.PolluxError.InvalidPresentationError.md#stacktracelimit) + +### Methods + +- [captureStackTrace](Domain.PolluxError.InvalidPresentationError.md#capturestacktrace) + +## Constructors + +### constructor + +• **new InvalidPresentationError**(`message?`): [`InvalidPresentationError`](Domain.PolluxError.InvalidPresentationError.md) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `message?` | `string` | + +#### Returns + +[`InvalidPresentationError`](Domain.PolluxError.InvalidPresentationError.md) + +#### Overrides + +Error.constructor + +#### Defined in + +[src/domain/models/errors/Pollux.ts:49](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Pollux.ts#L49) + +## 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` + +Optional override for formatting stack traces + +##### Parameters + +| Name | Type | +| :------ | :------ | +| `err` | `Error` | +| `stackTraces` | `CallSite`[] | + +##### Returns + +`any` + +**`See`** + +https://v8.dev/docs/stack-trace-api#customizing-stack-traces + +#### 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.PolluxError.InvalidPresentationProofArgs.md b/docs/sdk/classes/Domain.PolluxError.InvalidPresentationProofArgs.md index 72e5efa6e..f3cc55528 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/f8f2652/src/domain/models/errors/Pollux.ts#L14) +[src/domain/models/errors/Pollux.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Pollux.ts#L14) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.InvalidVerifyCredentialError.md b/docs/sdk/classes/Domain.PolluxError.InvalidVerifyCredentialError.md index 6da40518e..ac2863594 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:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Pollux.ts#L44) +[src/domain/models/errors/Pollux.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Pollux.ts#L44) ## Properties @@ -105,7 +105,7 @@ ___ #### Defined in -[src/domain/models/errors/Pollux.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Pollux.ts#L44) +[src/domain/models/errors/Pollux.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Pollux.ts#L44) ___ diff --git a/docs/sdk/classes/Domain.PolluxError.InvalidVerifyFormatError.md b/docs/sdk/classes/Domain.PolluxError.InvalidVerifyFormatError.md index e4d1cbf02..84f166493 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:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Pollux.ts#L39) +[src/domain/models/errors/Pollux.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Pollux.ts#L39) ## Properties @@ -104,7 +104,7 @@ ___ #### Defined in -[src/domain/models/errors/Pollux.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Pollux.ts#L39) +[src/domain/models/errors/Pollux.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Pollux.ts#L39) ___ diff --git a/docs/sdk/classes/Domain.PolluxError.NoDomainOrChallengeFound.md b/docs/sdk/classes/Domain.PolluxError.NoDomainOrChallengeFound.md index 46bd643ca..1cdfdd563 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:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/errors/Pollux.ts#L32) +[src/domain/models/errors/Pollux.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/errors/Pollux.ts#L32) ## Properties diff --git a/docs/sdk/classes/Domain.PresentationOptions.md b/docs/sdk/classes/Domain.PresentationOptions.md index 4db9d9394..78bd3f9b8 100644 --- a/docs/sdk/classes/Domain.PresentationOptions.md +++ b/docs/sdk/classes/Domain.PresentationOptions.md @@ -41,7 +41,7 @@ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L25) +[src/domain/models/VerifiableCredential.ts:234](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L234) ## Properties @@ -51,7 +51,7 @@ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:21](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L21) +[src/domain/models/VerifiableCredential.ts:230](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L230) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L22) +[src/domain/models/VerifiableCredential.ts:231](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L231) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L23) +[src/domain/models/VerifiableCredential.ts:232](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L232) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L19) +[src/domain/models/VerifiableCredential.ts:228](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L228) ___ @@ -91,4 +91,4 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L20) +[src/domain/models/VerifiableCredential.ts:229](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L229) diff --git a/docs/sdk/classes/Domain.PrismDID.md b/docs/sdk/classes/Domain.PrismDID.md index f4e86e8ea..487be13cf 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/f8f2652/src/domain/models/PrismDID.ts#L6) +[src/domain/models/PrismDID.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/PrismDID.ts#L9) +[src/domain/models/PrismDID.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/PrismDID.ts#L7) +[src/domain/models/PrismDID.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/PrismDID.ts#L8) +[src/domain/models/PrismDID.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/PrismDID.ts#L12) +[src/domain/models/PrismDID.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/PrismDID.ts#L12) diff --git a/docs/sdk/classes/Domain.PrivateKey.md b/docs/sdk/classes/Domain.PrivateKey.md index 56902702c..7a3f4cbb4 100644 --- a/docs/sdk/classes/Domain.PrivateKey.md +++ b/docs/sdk/classes/Domain.PrivateKey.md @@ -76,7 +76,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/domain/models/keyManagement/Key.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L30) +[src/domain/models/keyManagement/Key.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L30) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L32) +[src/domain/models/keyManagement/Key.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L32) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L31) +[src/domain/models/keyManagement/Key.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L31) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L33) +[src/domain/models/keyManagement/Key.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L33) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L29) +[src/domain/models/keyManagement/Key.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L29) ___ @@ -156,7 +156,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/f8f2652/src/domain/models/keyManagement/PrivateKey.ts#L9) +[src/domain/models/keyManagement/PrivateKey.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/PrivateKey.ts#L9) ## Accessors @@ -174,7 +174,7 @@ Key.curve #### Defined in -[src/domain/models/keyManagement/PrivateKey.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/PrivateKey.ts#L11) +[src/domain/models/keyManagement/PrivateKey.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/PrivateKey.ts#L11) ___ @@ -192,7 +192,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/f8f2652/src/domain/models/keyManagement/PrivateKey.ts#L23) +[src/domain/models/keyManagement/PrivateKey.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/PrivateKey.ts#L23) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/PrivateKey.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/PrivateKey.ts#L30) +[src/domain/models/keyManagement/PrivateKey.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/PrivateKey.ts#L30) ## Methods @@ -224,7 +224,7 @@ this is VerifiableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L58) +[src/domain/models/keyManagement/Key.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L58) ___ @@ -242,7 +242,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L35) +[src/domain/models/keyManagement/Key.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L35) ___ @@ -266,7 +266,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L62) +[src/domain/models/keyManagement/Key.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L62) ___ @@ -296,7 +296,7 @@ this is T #### Defined in -[src/domain/models/keyManagement/Key.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L66) +[src/domain/models/keyManagement/Key.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L66) ___ @@ -314,7 +314,7 @@ this is DerivableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L42) +[src/domain/models/keyManagement/Key.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L42) ___ @@ -332,7 +332,7 @@ this is unknown #### Defined in -[src/domain/models/keyManagement/Key.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L46) +[src/domain/models/keyManagement/Key.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L46) ___ @@ -350,7 +350,7 @@ this is SignableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L50) +[src/domain/models/keyManagement/Key.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L50) ___ @@ -368,7 +368,7 @@ this is StorableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L54) +[src/domain/models/keyManagement/Key.ts:54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L54) ___ @@ -382,4 +382,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/PrivateKey.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/PrivateKey.ts#L7) +[src/domain/models/keyManagement/PrivateKey.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/PrivateKey.ts#L7) diff --git a/docs/sdk/classes/Domain.PublicKey.md b/docs/sdk/classes/Domain.PublicKey.md index 7ef960e09..9a93598ca 100644 --- a/docs/sdk/classes/Domain.PublicKey.md +++ b/docs/sdk/classes/Domain.PublicKey.md @@ -66,7 +66,7 @@ #### Defined in -[src/domain/models/keyManagement/Key.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L30) +[src/domain/models/keyManagement/Key.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L30) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L32) +[src/domain/models/keyManagement/Key.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L32) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L31) +[src/domain/models/keyManagement/Key.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L31) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L33) +[src/domain/models/keyManagement/Key.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L33) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L29) +[src/domain/models/keyManagement/Key.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L29) ## Accessors @@ -147,7 +147,7 @@ Key.curve #### Defined in -[src/domain/models/keyManagement/Key.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L37) +[src/domain/models/keyManagement/Key.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L37) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/PublicKey.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/PublicKey.ts#L4) +[src/domain/models/keyManagement/PublicKey.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/PublicKey.ts#L4) ## Methods @@ -179,7 +179,7 @@ this is VerifiableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L58) +[src/domain/models/keyManagement/Key.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L58) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L35) +[src/domain/models/keyManagement/Key.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L35) ___ @@ -221,7 +221,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L62) +[src/domain/models/keyManagement/Key.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L62) ___ @@ -251,7 +251,7 @@ this is T #### Defined in -[src/domain/models/keyManagement/Key.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L66) +[src/domain/models/keyManagement/Key.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L66) ___ @@ -269,7 +269,7 @@ this is DerivableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L42) +[src/domain/models/keyManagement/Key.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L42) ___ @@ -287,7 +287,7 @@ this is unknown #### Defined in -[src/domain/models/keyManagement/Key.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L46) +[src/domain/models/keyManagement/Key.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L46) ___ @@ -305,7 +305,7 @@ this is SignableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L50) +[src/domain/models/keyManagement/Key.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L50) ___ @@ -323,4 +323,4 @@ this is StorableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L54) +[src/domain/models/keyManagement/Key.ts:54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L54) diff --git a/docs/sdk/classes/Domain.Service.md b/docs/sdk/classes/Domain.Service.md index bbd4a2bd0..0ab9fd85d 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/f8f2652/src/domain/models/DIDDocument.ts#L37) +[src/domain/models/DIDDocument.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L38) +[src/domain/models/DIDDocument.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L40) +[src/domain/models/DIDDocument.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L39) +[src/domain/models/DIDDocument.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L43) +[src/domain/models/DIDDocument.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L43) diff --git a/docs/sdk/classes/Domain.ServiceEndpoint.md b/docs/sdk/classes/Domain.ServiceEndpoint.md index aee168209..5dd53e52b 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/f8f2652/src/domain/models/DIDDocument.ts#L6) +[src/domain/models/DIDDocument.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L8) +[src/domain/models/DIDDocument.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L9) +[src/domain/models/DIDDocument.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L7) +[src/domain/models/DIDDocument.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L7) diff --git a/docs/sdk/classes/Domain.Services.md b/docs/sdk/classes/Domain.Services.md index a6b0442cd..58bb15af4 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/f8f2652/src/domain/models/DIDDocument.ts#L61) +[src/domain/models/DIDDocument.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L61) +[src/domain/models/DIDDocument.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L61) diff --git a/docs/sdk/classes/Domain.SignableKey.md b/docs/sdk/classes/Domain.SignableKey.md index 0c3820477..1d148c2f8 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/f8f2652/src/domain/models/keyManagement/SignableKey.ts#L2) +[src/domain/models/keyManagement/SignableKey.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/SignableKey.ts#L2) diff --git a/docs/sdk/classes/Domain.VerifiableKey.md b/docs/sdk/classes/Domain.VerifiableKey.md index 11506f376..34908e5a5 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/f8f2652/src/domain/models/keyManagement/VerifiableKey.ts#L2) +[src/domain/models/keyManagement/VerifiableKey.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/VerifiableKey.ts#L2) diff --git a/docs/sdk/classes/Domain.VerificationMethod.md b/docs/sdk/classes/Domain.VerificationMethod.md index 108b4d159..286b71f47 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/f8f2652/src/domain/models/DIDDocument.ts#L14) +[src/domain/models/DIDDocument.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L16) +[src/domain/models/DIDDocument.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L15) +[src/domain/models/DIDDocument.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L18) +[src/domain/models/DIDDocument.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L19) +[src/domain/models/DIDDocument.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L17) +[src/domain/models/DIDDocument.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L22) +[src/domain/models/DIDDocument.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L22) diff --git a/docs/sdk/classes/Domain.VerificationMethods.md b/docs/sdk/classes/Domain.VerificationMethods.md index 76c17bdf9..b1acf3ac2 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/f8f2652/src/domain/models/DIDDocument.ts#L57) +[src/domain/models/DIDDocument.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/DIDDocument.ts#L57) +[src/domain/models/DIDDocument.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L57) diff --git a/docs/sdk/classes/IssueCredential.md b/docs/sdk/classes/IssueCredential.md index 07ea4052d..976c8a2b6 100644 --- a/docs/sdk/classes/IssueCredential.md +++ b/docs/sdk/classes/IssueCredential.md @@ -49,7 +49,7 @@ #### Defined in -[src/prism-agent/protocols/issueCredential/IssueCredential.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/IssueCredential.ts#L14) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L14) ## Properties @@ -59,7 +59,7 @@ #### Defined in -[src/prism-agent/protocols/issueCredential/IssueCredential.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/IssueCredential.ts#L16) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L16) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/IssueCredential.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/IssueCredential.ts#L15) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L15) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/IssueCredential.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/IssueCredential.ts#L17) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L17) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/IssueCredential.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/IssueCredential.ts#L20) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L20) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/IssueCredential.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/IssueCredential.ts#L19) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L19) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/IssueCredential.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/IssueCredential.ts#L18) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L18) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/IssueCredential.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/IssueCredential.ts#L12) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L12) ## Methods @@ -133,7 +133,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/IssueCredential.ts:36](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/IssueCredential.ts#L36) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:36](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L36) ___ @@ -147,7 +147,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/IssueCredential.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/IssueCredential.ts#L23) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L23) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/IssueCredential.ts:96](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/IssueCredential.ts#L96) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:96](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L96) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/IssueCredential.ts:49](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/IssueCredential.ts#L49) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:49](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L49) ___ @@ -216,4 +216,4 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/IssueCredential.ts:80](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/IssueCredential.ts#L80) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:80](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L80) diff --git a/docs/sdk/classes/JWTCredential.md b/docs/sdk/classes/JWTCredential.md index 6197aa589..d9fb58abe 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:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L35) +[src/pollux/models/JWTVerifiableCredential.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L34) • **new JWTCredential**(`payload`, `revoked?`): [`JWTCredential`](JWTCredential.md) @@ -108,7 +108,7 @@ Credential.constructor #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:36](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L36) +[src/pollux/models/JWTVerifiableCredential.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L35) ## Properties @@ -122,7 +122,7 @@ Credential.constructor #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L31) +[src/pollux/models/JWTVerifiableCredential.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L30) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L33) +[src/pollux/models/JWTVerifiableCredential.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L32) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L32) +[src/pollux/models/JWTVerifiableCredential.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L31) ___ @@ -171,7 +171,7 @@ should be unique across all items. #### Defined in -[src/domain/models/Credential.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Credential.ts#L17) +[src/domain/models/Credential.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Credential.ts#L17) ## Accessors @@ -185,7 +185,7 @@ should be unique across all items. #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:330](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L330) +[src/pollux/models/JWTVerifiableCredential.ts:333](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L333) ___ @@ -203,7 +203,7 @@ Credential.claims #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:287](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L287) +[src/pollux/models/JWTVerifiableCredential.ts:290](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L290) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:296](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L296) +[src/pollux/models/JWTVerifiableCredential.ts:299](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L299) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:300](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L300) +[src/pollux/models/JWTVerifiableCredential.ts:303](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L303) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:304](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L304) +[src/pollux/models/JWTVerifiableCredential.ts:307](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L307) ___ @@ -259,7 +259,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:308](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L308) +[src/pollux/models/JWTVerifiableCredential.ts:311](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L311) ___ @@ -273,7 +273,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:312](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L312) +[src/pollux/models/JWTVerifiableCredential.ts:315](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L315) ___ @@ -287,7 +287,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:316](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L316) +[src/pollux/models/JWTVerifiableCredential.ts:319](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L319) ___ @@ -305,7 +305,7 @@ Credential.id #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:263](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L263) +[src/pollux/models/JWTVerifiableCredential.ts:266](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L266) ___ @@ -319,7 +319,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:259](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L259) +[src/pollux/models/JWTVerifiableCredential.ts:262](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L262) ___ @@ -333,7 +333,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:323](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L323) +[src/pollux/models/JWTVerifiableCredential.ts:326](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L326) ___ @@ -351,7 +351,7 @@ Credential.issuer #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:337](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L337) +[src/pollux/models/JWTVerifiableCredential.ts:340](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L340) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:344](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L344) +[src/pollux/models/JWTVerifiableCredential.ts:347](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L347) ___ @@ -379,7 +379,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:356](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L356) +[src/pollux/models/JWTVerifiableCredential.ts:359](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L359) ___ @@ -397,7 +397,7 @@ Credential.subject #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:348](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L348) +[src/pollux/models/JWTVerifiableCredential.ts:351](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L351) ___ @@ -411,7 +411,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:364](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L364) +[src/pollux/models/JWTVerifiableCredential.ts:367](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L367) ___ @@ -425,7 +425,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:368](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L368) +[src/pollux/models/JWTVerifiableCredential.ts:371](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L371) ___ @@ -439,7 +439,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:271](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L271) +[src/pollux/models/JWTVerifiableCredential.ts:274](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L274) ___ @@ -453,7 +453,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:279](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L279) +[src/pollux/models/JWTVerifiableCredential.ts:282](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L282) ## 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/f8f2652/src/domain/models/Credential.ts#L19) +[src/domain/models/Credential.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Credential.ts#L19) ___ @@ -497,7 +497,7 @@ payload is JWTCredentialPayload #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:181](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L181) +[src/pollux/models/JWTVerifiableCredential.ts:180](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L180) ___ @@ -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/f8f2652/src/domain/models/Credential.ts#L23) +[src/domain/models/Credential.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Credential.ts#L31) +[src/domain/models/Credential.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Credential.ts#L27) +[src/domain/models/Credential.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Credential.ts#L27) ___ @@ -569,7 +569,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:372](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L372) +[src/pollux/models/JWTVerifiableCredential.ts:375](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L375) ___ @@ -598,7 +598,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:407](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L407) +[src/pollux/models/JWTVerifiableCredential.ts:410](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L410) ___ @@ -616,7 +616,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:389](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L389) +[src/pollux/models/JWTVerifiableCredential.ts:392](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L392) ___ @@ -637,4 +637,4 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:177](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L177) +[src/pollux/models/JWTVerifiableCredential.ts:176](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L176) diff --git a/docs/sdk/classes/MediatorHandler.md b/docs/sdk/classes/MediatorHandler.md index 780466888..f47f9ad10 100644 --- a/docs/sdk/classes/MediatorHandler.md +++ b/docs/sdk/classes/MediatorHandler.md @@ -44,7 +44,7 @@ #### Defined in -[src/prism-agent/types/index.ts:164](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L164) +[src/edge-agent/types/index.ts:172](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L172) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:162](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L162) +[src/edge-agent/types/index.ts:170](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L170) ## Methods @@ -74,7 +74,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:168](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L168) +[src/edge-agent/types/index.ts:176](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L176) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:166](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L166) +[src/edge-agent/types/index.ts:174](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L174) ___ @@ -102,7 +102,7 @@ ___ | :------ | :------ | | `signal` | `AbortSignal` | | `serviceEndpointUri` | `string` | -| `onMessage` | `EventPickupCallback` | +| `onMessage` | (`messages`: \{ `attachmentId`: `string` ; `message`: [`Message`](Domain.Message-1.md) }[]) => `void` \| `Promise`\<`void`\> | #### Returns @@ -110,7 +110,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:178](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L178) +[src/edge-agent/types/index.ts:186](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L186) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:172](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L172) +[src/edge-agent/types/index.ts:180](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L180) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:176](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L176) +[src/edge-agent/types/index.ts:184](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L184) ___ @@ -170,4 +170,4 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:170](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L170) +[src/edge-agent/types/index.ts:178](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L178) diff --git a/docs/sdk/classes/Mercury.md b/docs/sdk/classes/Mercury.md index bdb9ab1b4..eafe1d7b3 100644 --- a/docs/sdk/classes/Mercury.md +++ b/docs/sdk/classes/Mercury.md @@ -60,7 +60,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/f8f2652/src/mercury/Mercury.ts#L29) +[src/mercury/Mercury.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/Mercury.ts#L29) ## Properties @@ -70,7 +70,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/f8f2652/src/mercury/Mercury.ts#L32) +[src/mercury/Mercury.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/Mercury.ts#L32) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[src/mercury/Mercury.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/Mercury.ts#L30) +[src/mercury/Mercury.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/Mercury.ts#L30) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[src/mercury/Mercury.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/Mercury.ts#L31) +[src/mercury/Mercury.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/Mercury.ts#L31) ## Methods @@ -110,7 +110,7 @@ ___ #### Defined in -[src/mercury/Mercury.ts:182](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/Mercury.ts#L182) +[src/mercury/Mercury.ts:182](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/Mercury.ts#L182) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[src/mercury/Mercury.ts:173](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/Mercury.ts#L173) +[src/mercury/Mercury.ts:173](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/Mercury.ts#L173) ___ @@ -157,7 +157,7 @@ ___ #### Defined in -[src/mercury/Mercury.ts:101](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/Mercury.ts#L101) +[src/mercury/Mercury.ts:101](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/Mercury.ts#L101) ___ @@ -177,7 +177,7 @@ did is undefined #### Defined in -[src/mercury/Mercury.ts:138](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/Mercury.ts#L138) +[src/mercury/Mercury.ts:138](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/Mercury.ts#L138) ___ @@ -204,7 +204,7 @@ message object is invalid. #### Defined in -[src/mercury/Mercury.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/Mercury.ts#L42) +[src/mercury/Mercury.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/Mercury.ts#L42) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/mercury/Mercury.ts:154](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/Mercury.ts#L154) +[src/mercury/Mercury.ts:154](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/Mercury.ts#L154) ___ @@ -246,7 +246,7 @@ ___ #### Defined in -[src/mercury/Mercury.ts:195](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/mercury/Mercury.ts#L195) +[src/mercury/Mercury.ts:195](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/Mercury.ts#L195) ___ @@ -280,7 +280,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/f8f2652/src/mercury/Mercury.ts#L70) +[src/mercury/Mercury.ts:70](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/Mercury.ts#L70) ___ @@ -308,7 +308,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/f8f2652/src/mercury/Mercury.ts#L130) +[src/mercury/Mercury.ts:130](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/Mercury.ts#L130) ___ @@ -335,4 +335,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/f8f2652/src/mercury/Mercury.ts#L58) +[src/mercury/Mercury.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/Mercury.ts#L58) diff --git a/docs/sdk/classes/OfferCredential.md b/docs/sdk/classes/OfferCredential.md index 372806d38..cda259ff8 100644 --- a/docs/sdk/classes/OfferCredential.md +++ b/docs/sdk/classes/OfferCredential.md @@ -48,7 +48,7 @@ #### Defined in -[src/prism-agent/protocols/issueCredential/OfferCredential.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/OfferCredential.ts#L14) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L14) ## Properties @@ -58,7 +58,7 @@ #### Defined in -[src/prism-agent/protocols/issueCredential/OfferCredential.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/OfferCredential.ts#L16) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/OfferCredential.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/OfferCredential.ts#L15) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L15) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/OfferCredential.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/OfferCredential.ts#L17) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L17) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/OfferCredential.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/OfferCredential.ts#L20) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L20) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/OfferCredential.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/OfferCredential.ts#L19) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L19) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/OfferCredential.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/OfferCredential.ts#L18) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L18) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/OfferCredential.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/OfferCredential.ts#L12) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L12) ## Methods @@ -132,7 +132,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/OfferCredential.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/OfferCredential.ts#L29) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L29) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/OfferCredential.ts:86](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/OfferCredential.ts#L86) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:86](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L86) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/OfferCredential.ts:59](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/OfferCredential.ts#L59) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:59](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L59) ___ @@ -202,4 +202,4 @@ ___ #### Defined in -[src/prism-agent/protocols/issueCredential/OfferCredential.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/issueCredential/OfferCredential.ts#L42) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L42) diff --git a/docs/sdk/classes/PeerDID-1.md b/docs/sdk/classes/PeerDID-1.md index 1dd6961fb..fc810c435 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/f8f2652/src/peer-did/PeerDID.ts#L31) +[src/peer-did/PeerDID.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/peer-did/PeerDID.ts#L32) +[src/peer-did/PeerDID.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/peer-did/PeerDID.ts#L33) +[src/peer-did/PeerDID.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/peer-did/PeerDID.ts#L33) diff --git a/docs/sdk/classes/PeerDIDService.md b/docs/sdk/classes/PeerDIDService.md index 163675efd..260bb82a3 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/f8f2652/src/peer-did/PeerDID.ts#L53) +[src/peer-did/PeerDID.ts:53](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/peer-did/PeerDID.ts#L51) +[src/peer-did/PeerDID.ts:51](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/peer-did/PeerDID.ts#L50) +[src/peer-did/PeerDID.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/peer-did/PeerDID.ts#L49) +[src/peer-did/PeerDID.ts:49](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/peer-did/PeerDID.ts#L48) +[src/peer-did/PeerDID.ts:48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/peer-did/PeerDID.ts#L68) +[src/peer-did/PeerDID.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/peer-did/PeerDID.ts#L66) +[src/peer-did/PeerDID.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/peer-did/PeerDID.ts#L65) +[src/peer-did/PeerDID.ts:65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/peer-did/PeerDID.ts#L75) +[src/peer-did/PeerDID.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/peer-did/PeerDID.ts#L89) +[src/peer-did/PeerDID.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/peer-did/PeerDID.ts#L89) diff --git a/docs/sdk/classes/Pluto-1.md b/docs/sdk/classes/Pluto-1.md index 792d331e4..f14a435c2 100644 --- a/docs/sdk/classes/Pluto-1.md +++ b/docs/sdk/classes/Pluto-1.md @@ -72,7 +72,7 @@ preferred underlying storage technology, most appropriate for your use case. #### Defined in -[src/pluto/Pluto.ts:105](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L105) +[src/pluto/Pluto.ts:105](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L105) ## Properties @@ -95,7 +95,7 @@ preferred underlying storage technology, most appropriate for your use case. #### Defined in -[src/pluto/Pluto.ts:103](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L103) +[src/pluto/Pluto.ts:103](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L103) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/pluto/Pluto.ts:107](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L107) +[src/pluto/Pluto.ts:107](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L107) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[src/pluto/Pluto.ts:106](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L106) +[src/pluto/Pluto.ts:106](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L106) ## Methods @@ -141,7 +141,7 @@ Delete a previously stored messages #### Defined in -[src/pluto/Pluto.ts:112](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L112) +[src/pluto/Pluto.ts:112](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L112) ___ @@ -161,7 +161,7 @@ Retrieve all the stored credentials #### Defined in -[src/pluto/Pluto.ts:133](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L133) +[src/pluto/Pluto.ts:133](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L133) ___ @@ -181,7 +181,7 @@ Retrieve all stored DID pairs (DIDComm connections). #### Defined in -[src/pluto/Pluto.ts:303](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L303) +[src/pluto/Pluto.ts:299](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L299) ___ @@ -201,7 +201,7 @@ Mediators * #### Defined in -[src/pluto/Pluto.ts:355](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L355) +[src/pluto/Pluto.ts:351](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L351) ___ @@ -221,7 +221,7 @@ Retrieve all stored DIDComm messages. #### Defined in -[src/pluto/Pluto.ts:284](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L284) +[src/pluto/Pluto.ts:280](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L280) ___ @@ -241,7 +241,7 @@ Retrieve all stored Peer DIDs. #### Defined in -[src/pluto/Pluto.ts:241](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L241) +[src/pluto/Pluto.ts:237](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L237) ___ @@ -261,7 +261,7 @@ Retrieve all stored PRISM DIDs. #### Defined in -[src/pluto/Pluto.ts:202](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L202) +[src/pluto/Pluto.ts:198](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L198) ___ @@ -287,7 +287,7 @@ Fetch the Credential Metadata by its name #### Defined in -[src/pluto/Pluto.ts:154](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L154) +[src/pluto/Pluto.ts:154](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L154) ___ @@ -313,7 +313,7 @@ Retrieve available private keys for a given DID. #### Defined in -[src/pluto/Pluto.ts:179](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L179) +[src/pluto/Pluto.ts:176](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L176) ___ @@ -339,7 +339,7 @@ Retrieve the stored link secret by its name #### Defined in -[src/pluto/Pluto.ts:168](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L168) +[src/pluto/Pluto.ts:165](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L165) ___ @@ -365,7 +365,7 @@ Retrieve a DIDComm message by ID. #### Defined in -[src/pluto/Pluto.ts:280](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L280) +[src/pluto/Pluto.ts:276](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L276) ___ @@ -391,7 +391,7 @@ Retrieve a DID pair containing a given DID as either host or receiver. #### Defined in -[src/pluto/Pluto.ts:311](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L311) +[src/pluto/Pluto.ts:307](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L307) ___ @@ -417,7 +417,7 @@ Retrieve a DID pair by a given pair name. #### Defined in -[src/pluto/Pluto.ts:328](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L328) +[src/pluto/Pluto.ts:324](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L324) ___ @@ -437,7 +437,7 @@ ___ #### Defined in -[src/pluto/Pluto.ts:210](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L210) +[src/pluto/Pluto.ts:206](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L206) ___ @@ -457,7 +457,7 @@ ___ #### Defined in -[src/pluto/Pluto.ts:339](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L339) +[src/pluto/Pluto.ts:335](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L335) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/pluto/Pluto.ts:409](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L409) +[src/pluto/Pluto.ts:405](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L405) ___ @@ -509,7 +509,7 @@ Revoke a Credential #### Defined in -[src/pluto/Pluto.ts:138](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L138) +[src/pluto/Pluto.ts:138](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L138) ___ @@ -529,7 +529,7 @@ Pluto initialise function #### Defined in -[src/pluto/Pluto.ts:121](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L121) +[src/pluto/Pluto.ts:121](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L121) ___ @@ -555,7 +555,7 @@ Credentials * #### Defined in -[src/pluto/Pluto.ts:129](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L129) +[src/pluto/Pluto.ts:129](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L129) ___ @@ -581,7 +581,7 @@ Credential Metadata * #### Defined in -[src/pluto/Pluto.ts:150](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L150) +[src/pluto/Pluto.ts:150](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L150) ___ @@ -609,7 +609,7 @@ DID Pairs * #### Defined in -[src/pluto/Pluto.ts:291](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L291) +[src/pluto/Pluto.ts:287](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L287) ___ @@ -635,7 +635,7 @@ LinkSecret * #### Defined in -[src/pluto/Pluto.ts:161](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L161) +[src/pluto/Pluto.ts:161](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L161) ___ @@ -661,7 +661,7 @@ Store a mediator information. #### Defined in -[src/pluto/Pluto.ts:391](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L391) +[src/pluto/Pluto.ts:387](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L387) ___ @@ -687,7 +687,7 @@ Messages * #### Defined in -[src/pluto/Pluto.ts:272](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L272) +[src/pluto/Pluto.ts:268](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L268) ___ @@ -713,7 +713,7 @@ Store an array of DIDComm messages #### Defined in -[src/pluto/Pluto.ts:276](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L276) +[src/pluto/Pluto.ts:272](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L272) ___ @@ -740,7 +740,7 @@ Peer DIDs * #### Defined in -[src/pluto/Pluto.ts:232](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L232) +[src/pluto/Pluto.ts:228](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L228) ___ @@ -768,7 +768,7 @@ Prism DIDs * #### Defined in -[src/pluto/Pluto.ts:191](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L191) +[src/pluto/Pluto.ts:187](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L187) ___ @@ -794,4 +794,4 @@ PrivateKeys * #### Defined in -[src/pluto/Pluto.ts:175](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L175) +[src/pluto/Pluto.ts:172](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L172) diff --git a/docs/sdk/classes/Pollux.md b/docs/sdk/classes/Pollux.md index 448216008..1f640bf70 100644 --- a/docs/sdk/classes/Pollux.md +++ b/docs/sdk/classes/Pollux.md @@ -66,7 +66,7 @@ Implementation of Pollux #### Defined in -[src/pollux/Pollux.ts:54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L54) +[src/pollux/Pollux.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L56) ## Properties @@ -76,7 +76,7 @@ Implementation of Pollux #### Defined in -[src/pollux/Pollux.ts:52](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L52) +[src/pollux/Pollux.ts:54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L54) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L56) +[src/pollux/Pollux.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L58) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:55](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L55) +[src/pollux/Pollux.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L57) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L57) +[src/pollux/Pollux.ts:59](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L59) ## Accessors @@ -120,7 +120,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:396](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L396) +[src/pollux/Pollux.ts:386](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L386) ## Methods @@ -148,7 +148,7 @@ Creates a PresentationDefinitionRequest object for oob Verifications #### Defined in -[src/pollux/Pollux.ts:154](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L154) +[src/pollux/Pollux.ts:151](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L151) ___ @@ -162,7 +162,7 @@ Process a PresentationRequest with Credential to create a Presentation. | Name | Type | Description | | :------ | :------ | :------ | -| `presentationRequest` | `PresentationRequest`\<`unknown`\> | - | +| `presentationRequest` | `PresentationRequest`\<`unknown`\> | | | `credential` | [`AnonCredsCredential`](AnonCredsCredential.md) | | | `options` | [`Anoncreds`](../interfaces/Domain.Pollux.createPresentationProof.options.Anoncreds.md) | object containing necessary metadata | @@ -180,7 +180,7 @@ dependent on the CredentialType #### Defined in -[src/pollux/Pollux.ts:642](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L642) +[src/pollux/Pollux.ts:632](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L632) ▸ **createPresentationProof**(`presentationRequest`, `credential`, `options`): `Promise`\<`string`\> @@ -202,7 +202,7 @@ dependent on the CredentialType #### Defined in -[src/pollux/Pollux.ts:643](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L643) +[src/pollux/Pollux.ts:633](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L633) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:60](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L60) +[src/pollux/Pollux.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L62) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:500](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L500) +[src/pollux/Pollux.ts:490](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L490) ___ @@ -273,7 +273,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:405](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L405) +[src/pollux/Pollux.ts:395](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L395) ___ @@ -298,7 +298,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:629](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L629) +[src/pollux/Pollux.ts:619](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L619) ___ @@ -320,7 +320,7 @@ handle the retrieval of a Credential Definition #### Defined in -[src/pollux/Pollux.ts:468](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L468) +[src/pollux/Pollux.ts:458](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L458) ___ @@ -342,7 +342,7 @@ handle the retrieval of a Schema definition #### Defined in -[src/pollux/Pollux.ts:488](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L488) +[src/pollux/Pollux.ts:478](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L478) ___ @@ -362,7 +362,7 @@ body is CredentialOffer #### Defined in -[src/pollux/Pollux.ts:513](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L513) +[src/pollux/Pollux.ts:503](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L503) ___ @@ -390,7 +390,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:581](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L581) +[src/pollux/Pollux.ts:571](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L571) ___ @@ -410,7 +410,7 @@ data is PresentationSubmission #### Defined in -[src/pollux/Pollux.ts:129](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L129) +[src/pollux/Pollux.ts:133](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L133) ___ @@ -435,7 +435,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:551](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L551) +[src/pollux/Pollux.ts:541](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L541) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:427](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L427) +[src/pollux/Pollux.ts:417](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L417) ___ @@ -474,7 +474,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:391](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L391) +[src/pollux/Pollux.ts:381](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L381) ___ @@ -494,7 +494,7 @@ options is JWT #### Defined in -[src/pollux/Pollux.ts:235](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L235) +[src/pollux/Pollux.ts:231](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L231) ___ @@ -523,4 +523,4 @@ true if the submission is valid or false if it is not #### Defined in -[src/pollux/Pollux.ts:239](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/Pollux.ts#L239) +[src/pollux/Pollux.ts:235](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/Pollux.ts#L235) diff --git a/docs/sdk/classes/Presentation.md b/docs/sdk/classes/Presentation.md index 484903dab..f079739c7 100644 --- a/docs/sdk/classes/Presentation.md +++ b/docs/sdk/classes/Presentation.md @@ -47,7 +47,7 @@ #### Defined in -[src/prism-agent/protocols/proofPresentation/Presentation.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/Presentation.ts#L13) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/Presentation.ts#L13) ## Properties @@ -57,7 +57,7 @@ #### Defined in -[src/prism-agent/protocols/proofPresentation/Presentation.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/Presentation.ts#L15) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/Presentation.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/Presentation.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/Presentation.ts#L14) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/Presentation.ts#L14) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/Presentation.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/Presentation.ts#L16) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/Presentation.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/Presentation.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/Presentation.ts#L19) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/Presentation.ts#L19) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/Presentation.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/Presentation.ts#L18) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/Presentation.ts#L18) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/Presentation.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/Presentation.ts#L17) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/Presentation.ts#L17) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/Presentation.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/Presentation.ts#L11) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/Presentation.ts#L11) ## Methods @@ -131,7 +131,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/Presentation.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/Presentation.ts#L22) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/Presentation.ts#L22) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/Presentation.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/Presentation.ts#L35) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/Presentation.ts#L35) ___ @@ -171,4 +171,4 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/Presentation.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/Presentation.ts#L63) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/Presentation.ts#L63) diff --git a/docs/sdk/classes/ProposePresentation.md b/docs/sdk/classes/ProposePresentation.md index 437583662..def20b159 100644 --- a/docs/sdk/classes/ProposePresentation.md +++ b/docs/sdk/classes/ProposePresentation.md @@ -47,7 +47,7 @@ #### Defined in -[src/prism-agent/protocols/proofPresentation/ProposePresentation.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/ProposePresentation.ts#L13) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L13) ## Properties @@ -57,7 +57,7 @@ #### Defined in -[src/prism-agent/protocols/proofPresentation/ProposePresentation.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/ProposePresentation.ts#L15) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/ProposePresentation.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/ProposePresentation.ts#L12) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/ProposePresentation.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/ProposePresentation.ts#L16) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/ProposePresentation.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/ProposePresentation.ts#L19) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L19) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/ProposePresentation.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/ProposePresentation.ts#L18) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L18) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/ProposePresentation.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/ProposePresentation.ts#L17) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L17) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/ProposePresentation.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/ProposePresentation.ts#L11) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L11) ## Methods @@ -131,7 +131,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/ProposePresentation.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/ProposePresentation.ts#L29) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L29) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/ProposePresentation.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/ProposePresentation.ts#L42) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L42) ___ @@ -171,4 +171,4 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/ProposePresentation.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/ProposePresentation.ts#L73) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L73) diff --git a/docs/sdk/classes/PublicMediatorStore.md b/docs/sdk/classes/PublicMediatorStore.md index 434d5ac04..666bd58f8 100644 --- a/docs/sdk/classes/PublicMediatorStore.md +++ b/docs/sdk/classes/PublicMediatorStore.md @@ -46,7 +46,7 @@ Creates an instance of PublicMediatorStore. #### Defined in -[src/prism-agent/mediator/PlutoMediatorStore.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/mediator/PlutoMediatorStore.ts#L20) +[src/edge-agent/mediator/PlutoMediatorStore.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/mediator/PlutoMediatorStore.ts#L20) ## Properties @@ -56,7 +56,7 @@ Creates an instance of PublicMediatorStore. #### Defined in -[src/prism-agent/mediator/PlutoMediatorStore.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/mediator/PlutoMediatorStore.ts#L20) +[src/edge-agent/mediator/PlutoMediatorStore.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/mediator/PlutoMediatorStore.ts#L20) ## Methods @@ -78,7 +78,7 @@ Asyncronously fetch all the mediators from storage #### Defined in -[src/prism-agent/mediator/PlutoMediatorStore.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/mediator/PlutoMediatorStore.ts#L40) +[src/edge-agent/mediator/PlutoMediatorStore.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/mediator/PlutoMediatorStore.ts#L40) ___ @@ -106,4 +106,4 @@ Stores a mediator asyncronously in pluto #### Defined in -[src/prism-agent/mediator/PlutoMediatorStore.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/mediator/PlutoMediatorStore.ts#L29) +[src/edge-agent/mediator/PlutoMediatorStore.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/mediator/PlutoMediatorStore.ts#L29) diff --git a/docs/sdk/classes/RequestPresentation.md b/docs/sdk/classes/RequestPresentation.md index f9a499f85..e2fdc93e0 100644 --- a/docs/sdk/classes/RequestPresentation.md +++ b/docs/sdk/classes/RequestPresentation.md @@ -51,7 +51,7 @@ #### Defined in -[src/prism-agent/protocols/proofPresentation/RequestPresentation.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/RequestPresentation.ts#L14) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L14) ## Properties @@ -61,7 +61,7 @@ #### Defined in -[src/prism-agent/protocols/proofPresentation/RequestPresentation.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/RequestPresentation.ts#L16) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L16) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/RequestPresentation.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/RequestPresentation.ts#L12) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L12) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/RequestPresentation.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/RequestPresentation.ts#L17) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L17) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/RequestPresentation.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/RequestPresentation.ts#L20) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L20) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/RequestPresentation.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/RequestPresentation.ts#L19) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L19) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/RequestPresentation.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/RequestPresentation.ts#L18) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L18) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/RequestPresentation.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/RequestPresentation.ts#L11) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L11) ## Accessors @@ -135,7 +135,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/RequestPresentation.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/RequestPresentation.ts#L30) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L30) ## Methods @@ -149,7 +149,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/RequestPresentation.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/RequestPresentation.ts#L34) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L34) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/RequestPresentation.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/RequestPresentation.ts#L47) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L47) ___ @@ -189,4 +189,4 @@ ___ #### Defined in -[src/prism-agent/protocols/proofPresentation/RequestPresentation.ts:77](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/proofPresentation/RequestPresentation.ts#L77) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:77](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L77) diff --git a/docs/sdk/classes/Store.md b/docs/sdk/classes/Store.md index 896ac9f5b..d85c98b30 100644 --- a/docs/sdk/classes/Store.md +++ b/docs/sdk/classes/Store.md @@ -51,7 +51,7 @@ #### Defined in -[src/pluto/rxdb/Store.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/rxdb/Store.ts#L14) +[src/pluto/rxdb/Store.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/rxdb/Store.ts#L14) ## Properties @@ -61,7 +61,7 @@ #### Defined in -[src/pluto/rxdb/Store.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/rxdb/Store.ts#L12) +[src/pluto/rxdb/Store.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/rxdb/Store.ts#L12) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[src/pluto/rxdb/Store.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/rxdb/Store.ts#L16) +[src/pluto/rxdb/Store.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/rxdb/Store.ts#L16) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[src/pluto/rxdb/Store.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/rxdb/Store.ts#L15) +[src/pluto/rxdb/Store.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/rxdb/Store.ts#L15) ## Accessors @@ -95,7 +95,7 @@ ___ #### Defined in -[src/pluto/rxdb/Store.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/rxdb/Store.ts#L25) +[src/pluto/rxdb/Store.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/rxdb/Store.ts#L25) ## Methods @@ -112,7 +112,7 @@ and then destroy the database itself. #### Defined in -[src/pluto/rxdb/Store.ts:99](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/rxdb/Store.ts#L99) +[src/pluto/rxdb/Store.ts:99](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/rxdb/Store.ts#L99) ___ @@ -139,7 +139,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/f8f2652/src/pluto/rxdb/Store.ts#L61) +[src/pluto/rxdb/Store.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/rxdb/Store.ts#L61) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[src/pluto/rxdb/Store.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/rxdb/Store.ts#L73) +[src/pluto/rxdb/Store.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/rxdb/Store.ts#L73) ___ @@ -186,7 +186,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/f8f2652/src/pluto/rxdb/Store.ts#L90) +[src/pluto/rxdb/Store.ts:90](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/rxdb/Store.ts#L90) ___ @@ -242,7 +242,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/f8f2652/src/pluto/rxdb/Store.ts#L82) +[src/pluto/rxdb/Store.ts:82](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/rxdb/Store.ts#L82) ___ @@ -262,7 +262,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/f8f2652/src/pluto/rxdb/Store.ts#L36) +[src/pluto/rxdb/Store.ts:36](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/rxdb/Store.ts#L36) ___ @@ -295,4 +295,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/f8f2652/src/pluto/rxdb/Store.ts#L47) +[src/pluto/rxdb/Store.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/rxdb/Store.ts#L47) diff --git a/docs/sdk/enums/AnonCredsCredentialProperties.md b/docs/sdk/enums/AnonCredsCredentialProperties.md index 2c4e19019..7fa53aa39 100644 --- a/docs/sdk/enums/AnonCredsCredentialProperties.md +++ b/docs/sdk/enums/AnonCredsCredentialProperties.md @@ -25,7 +25,7 @@ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L12) +[src/pollux/models/AnonCredsVerifiableCredential.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L12) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L10) +[src/pollux/models/AnonCredsVerifiableCredential.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L10) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L7) +[src/pollux/models/AnonCredsVerifiableCredential.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L7) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L8) +[src/pollux/models/AnonCredsVerifiableCredential.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L8) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L16) +[src/pollux/models/AnonCredsVerifiableCredential.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L16) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L11) +[src/pollux/models/AnonCredsVerifiableCredential.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L13) +[src/pollux/models/AnonCredsVerifiableCredential.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L13) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L14) +[src/pollux/models/AnonCredsVerifiableCredential.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L14) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L9) +[src/pollux/models/AnonCredsVerifiableCredential.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L9) ___ @@ -115,4 +115,4 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L15) +[src/pollux/models/AnonCredsVerifiableCredential.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L15) diff --git a/docs/sdk/enums/Domain.AttachmentFormats.md b/docs/sdk/enums/Domain.AttachmentFormats.md new file mode 100644 index 000000000..114b552df --- /dev/null +++ b/docs/sdk/enums/Domain.AttachmentFormats.md @@ -0,0 +1,98 @@ +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / AttachmentFormats + +# Enumeration: AttachmentFormats + +[Domain](../modules/Domain.md).AttachmentFormats + +## Table of contents + +### Enumeration Members + +- [ANONCREDS\_ISSUE](Domain.AttachmentFormats.md#anoncreds_issue) +- [ANONCREDS\_OFFER](Domain.AttachmentFormats.md#anoncreds_offer) +- [ANONCREDS\_PROOF\_REQUEST](Domain.AttachmentFormats.md#anoncreds_proof_request) +- [ANONCREDS\_REQUEST](Domain.AttachmentFormats.md#anoncreds_request) +- [AnonCreds](Domain.AttachmentFormats.md#anoncreds) +- [JWT](Domain.AttachmentFormats.md#jwt) +- [PRESENTATION\_EXCHANGE\_DEFINITIONS](Domain.AttachmentFormats.md#presentation_exchange_definitions) +- [PRESENTATION\_EXCHANGE\_SUBMISSION](Domain.AttachmentFormats.md#presentation_exchange_submission) + +## Enumeration Members + +### ANONCREDS\_ISSUE + +• **ANONCREDS\_ISSUE** = ``"anoncreds/credential@v1.0"`` + +#### Defined in + +[src/domain/models/MessageAttachment.ts:84](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L84) + +___ + +### ANONCREDS\_OFFER + +• **ANONCREDS\_OFFER** = ``"anoncreds/credential-offer@v1.0"`` + +#### Defined in + +[src/domain/models/MessageAttachment.ts:82](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L82) + +___ + +### ANONCREDS\_PROOF\_REQUEST + +• **ANONCREDS\_PROOF\_REQUEST** = ``"anoncreds/proof-request@v1.0"`` + +#### Defined in + +[src/domain/models/MessageAttachment.ts:85](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L85) + +___ + +### ANONCREDS\_REQUEST + +• **ANONCREDS\_REQUEST** = ``"anoncreds/credential-request@v1.0"`` + +#### Defined in + +[src/domain/models/MessageAttachment.ts:83](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L83) + +___ + +### AnonCreds + +• **AnonCreds** = ``"AnonCreds"`` + +#### Defined in + +[src/domain/models/MessageAttachment.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L89) + +___ + +### JWT + +• **JWT** = ``"prism/jwt"`` + +#### Defined in + +[src/domain/models/MessageAttachment.ts:88](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L88) + +___ + +### PRESENTATION\_EXCHANGE\_DEFINITIONS + +• **PRESENTATION\_EXCHANGE\_DEFINITIONS** = ``"dif/presentation-exchange/definitions@v1.0"`` + +#### Defined in + +[src/domain/models/MessageAttachment.ts:86](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L86) + +___ + +### PRESENTATION\_EXCHANGE\_SUBMISSION + +• **PRESENTATION\_EXCHANGE\_SUBMISSION** = ``"dif/presentation-exchange/submission@v1.0"`` + +#### Defined in + +[src/domain/models/MessageAttachment.ts:87](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L87) diff --git a/docs/sdk/enums/Domain.CredentialType.md b/docs/sdk/enums/Domain.CredentialType.md index 2fd9c6cfa..eef3c344d 100644 --- a/docs/sdk/enums/Domain.CredentialType.md +++ b/docs/sdk/enums/Domain.CredentialType.md @@ -8,66 +8,20 @@ ### Enumeration Members -- [ANONCREDS\_ISSUE](Domain.CredentialType.md#anoncreds_issue) -- [ANONCREDS\_OFFER](Domain.CredentialType.md#anoncreds_offer) -- [ANONCREDS\_PROOF\_REQUEST](Domain.CredentialType.md#anoncreds_proof_request) -- [ANONCREDS\_REQUEST](Domain.CredentialType.md#anoncreds_request) - [AnonCreds](Domain.CredentialType.md#anoncreds) - [JWT](Domain.CredentialType.md#jwt) -- [PRESENTATION\_EXCHANGE\_DEFINITIONS](Domain.CredentialType.md#presentation_exchange_definitions) -- [PRESENTATION\_EXCHANGE\_SUBMISSION](Domain.CredentialType.md#presentation_exchange_submission) - [Unknown](Domain.CredentialType.md#unknown) - [W3C](Domain.CredentialType.md#w3c) ## Enumeration Members -### ANONCREDS\_ISSUE - -• **ANONCREDS\_ISSUE** = ``"anoncreds/credential@v1.0"`` - -#### Defined in - -[src/domain/models/VerifiableCredential.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L8) - -___ - -### ANONCREDS\_OFFER - -• **ANONCREDS\_OFFER** = ``"anoncreds/credential-offer@v1.0"`` - -#### Defined in - -[src/domain/models/VerifiableCredential.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L6) - -___ - -### ANONCREDS\_PROOF\_REQUEST - -• **ANONCREDS\_PROOF\_REQUEST** = ``"anoncreds/proof-request@v1.0"`` - -#### Defined in - -[src/domain/models/VerifiableCredential.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L9) - -___ - -### ANONCREDS\_REQUEST - -• **ANONCREDS\_REQUEST** = ``"anoncreds/credential-request@v1.0"`` - -#### Defined in - -[src/domain/models/VerifiableCredential.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L7) - -___ - ### AnonCreds • **AnonCreds** = ``"AnonCreds"`` #### Defined in -[src/domain/models/VerifiableCredential.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L5) +[src/domain/models/VerifiableCredential.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L5) ___ @@ -77,27 +31,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:3](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L3) - -___ - -### PRESENTATION\_EXCHANGE\_DEFINITIONS - -• **PRESENTATION\_EXCHANGE\_DEFINITIONS** = ``"dif/presentation-exchange/definitions@v1.0"`` - -#### Defined in - -[src/domain/models/VerifiableCredential.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L10) - -___ - -### PRESENTATION\_EXCHANGE\_SUBMISSION - -• **PRESENTATION\_EXCHANGE\_SUBMISSION** = ``"dif/presentation-exchange/submission@v1.0"`` - -#### Defined in - -[src/domain/models/VerifiableCredential.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L11) +[src/domain/models/VerifiableCredential.ts:3](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L3) ___ @@ -107,7 +41,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L12) +[src/domain/models/VerifiableCredential.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L6) ___ @@ -117,4 +51,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L4) +[src/domain/models/VerifiableCredential.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L4) diff --git a/docs/sdk/enums/Domain.Curve.md b/docs/sdk/enums/Domain.Curve.md index 591e1ba4b..6c5a75176 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/f8f2652/src/domain/models/keyManagement/Curve.ts#L3) +[src/domain/models/keyManagement/Curve.ts:3](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/keyManagement/Curve.ts#L4) +[src/domain/models/keyManagement/Curve.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/keyManagement/Curve.ts#L2) +[src/domain/models/keyManagement/Curve.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Curve.ts#L2) diff --git a/docs/sdk/enums/Domain.DescriptorItemFormat.md b/docs/sdk/enums/Domain.DescriptorItemFormat.md index a4e8fd0e0..0d204fa9e 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:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L22) +[src/domain/models/VerifiableCredential.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L17) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L23) +[src/domain/models/VerifiableCredential.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L18) diff --git a/docs/sdk/enums/Domain.InputLimitDisclosure.md b/docs/sdk/enums/Domain.InputLimitDisclosure.md index 794fd21b5..a6524db36 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:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L17) +[src/domain/models/VerifiableCredential.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L12) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L16) +[src/domain/models/VerifiableCredential.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L11) diff --git a/docs/sdk/enums/Domain.JWTVerifiableCredentialProperties.md b/docs/sdk/enums/Domain.JWTVerifiableCredentialProperties.md index 73d47153e..e156f94cf 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:45](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L45) +[src/domain/models/VerifiableCredential.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L37) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L44) +[src/domain/models/VerifiableCredential.ts:36](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L36) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L40) +[src/domain/models/VerifiableCredential.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L32) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L42) +[src/domain/models/VerifiableCredential.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L34) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L43) +[src/domain/models/VerifiableCredential.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L35) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L48) +[src/domain/models/VerifiableCredential.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L40) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L41) +[src/domain/models/VerifiableCredential.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L33) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L47) +[src/domain/models/VerifiableCredential.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L39) ___ @@ -106,4 +106,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L46) +[src/domain/models/VerifiableCredential.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L38) diff --git a/docs/sdk/enums/Domain.JWTVerifiablePresentationProperties.md b/docs/sdk/enums/Domain.JWTVerifiablePresentationProperties.md index 7aea5cb88..8ca237856 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:54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L54) +[src/domain/models/VerifiableCredential.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L46) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L57) +[src/domain/models/VerifiableCredential.ts:49](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L49) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L56) +[src/domain/models/VerifiableCredential.ts:48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L48) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:52](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L52) +[src/domain/models/VerifiableCredential.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L44) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:53](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L53) +[src/domain/models/VerifiableCredential.ts:45](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L45) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:55](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L55) +[src/domain/models/VerifiableCredential.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L47) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L58) +[src/domain/models/VerifiableCredential.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L50) ___ @@ -95,4 +95,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:59](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L59) +[src/domain/models/VerifiableCredential.ts:51](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L51) diff --git a/docs/sdk/enums/Domain.KeyProperties.md b/docs/sdk/enums/Domain.KeyProperties.md index 3503c6a2b..6c60aaea8 100644 --- a/docs/sdk/enums/Domain.KeyProperties.md +++ b/docs/sdk/enums/Domain.KeyProperties.md @@ -29,7 +29,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/f8f2652/src/domain/models/KeyProperties.ts#L5) +[src/domain/models/KeyProperties.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/KeyProperties.ts#L5) ___ @@ -46,7 +46,7 @@ const chainCode = Buffer.from(props[KeyProperties.chainCode], "hex"); #### Defined in -[src/domain/models/KeyProperties.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/KeyProperties.ts#L25) +[src/domain/models/KeyProperties.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/KeyProperties.ts#L25) ___ @@ -58,7 +58,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/f8f2652/src/domain/models/KeyProperties.ts#L10) +[src/domain/models/KeyProperties.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/KeyProperties.ts#L10) ___ @@ -70,7 +70,7 @@ The 'curvePointX' represents the x-coordinate of a curve point for an elliptic-c #### Defined in -[src/domain/models/KeyProperties.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/KeyProperties.ts#L46) +[src/domain/models/KeyProperties.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/KeyProperties.ts#L46) ___ @@ -82,7 +82,7 @@ The 'curvePointY' represents the y-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/f8f2652/src/domain/models/KeyProperties.ts#L51) +[src/domain/models/KeyProperties.ts:51](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/KeyProperties.ts#L51) ___ @@ -94,7 +94,7 @@ The 'derivationPath' refers to the path used to derive a key in a hierarchical d #### Defined in -[src/domain/models/KeyProperties.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/KeyProperties.ts#L35) +[src/domain/models/KeyProperties.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/KeyProperties.ts#L35) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[src/domain/models/KeyProperties.ts:36](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/KeyProperties.ts#L36) +[src/domain/models/KeyProperties.ts:36](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/KeyProperties.ts#L36) ___ @@ -116,7 +116,7 @@ The 'rawKey' refers to the raw binary form of the key. #### Defined in -[src/domain/models/KeyProperties.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/KeyProperties.ts#L30) +[src/domain/models/KeyProperties.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/KeyProperties.ts#L30) ___ @@ -128,7 +128,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/f8f2652/src/domain/models/KeyProperties.ts#L15) +[src/domain/models/KeyProperties.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/KeyProperties.ts#L15) ___ @@ -140,4 +140,4 @@ The 'type' denotes the type of the key. #### Defined in -[src/domain/models/KeyProperties.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/KeyProperties.ts#L41) +[src/domain/models/KeyProperties.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/KeyProperties.ts#L41) diff --git a/docs/sdk/enums/Domain.KeyTypes.md b/docs/sdk/enums/Domain.KeyTypes.md index ca85f7222..846b4e3c8 100644 --- a/docs/sdk/enums/Domain.KeyTypes.md +++ b/docs/sdk/enums/Domain.KeyTypes.md @@ -19,7 +19,7 @@ #### Defined in -[src/domain/models/keyManagement/KeyTypes.ts:3](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/KeyTypes.ts#L3) +[src/domain/models/keyManagement/KeyTypes.ts:3](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/KeyTypes.ts#L3) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/KeyTypes.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/KeyTypes.ts#L2) +[src/domain/models/keyManagement/KeyTypes.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/KeyTypes.ts#L2) diff --git a/docs/sdk/enums/Domain.MessageDirection.md b/docs/sdk/enums/Domain.MessageDirection.md index cb1289ac2..4a2563881 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:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L16) +[src/domain/models/Message.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L16) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/Message.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L15) +[src/domain/models/Message.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L15) diff --git a/docs/sdk/enums/Domain.W3CVerifiableCredentialContext.md b/docs/sdk/enums/Domain.W3CVerifiableCredentialContext.md index 9bbcb4966..d4a5d6aab 100644 --- a/docs/sdk/enums/Domain.W3CVerifiableCredentialContext.md +++ b/docs/sdk/enums/Domain.W3CVerifiableCredentialContext.md @@ -18,4 +18,4 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L30) +[src/domain/models/VerifiableCredential.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L22) diff --git a/docs/sdk/enums/Domain.W3CVerifiableCredentialType.md b/docs/sdk/enums/Domain.W3CVerifiableCredentialType.md index 6b607acef..4c48dda10 100644 --- a/docs/sdk/enums/Domain.W3CVerifiableCredentialType.md +++ b/docs/sdk/enums/Domain.W3CVerifiableCredentialType.md @@ -19,7 +19,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L35) +[src/domain/models/VerifiableCredential.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L27) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L34) +[src/domain/models/VerifiableCredential.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L26) diff --git a/docs/sdk/enums/ListenerKey.md b/docs/sdk/enums/ListenerKey.md index 8ca6dd8e1..64430073f 100644 --- a/docs/sdk/enums/ListenerKey.md +++ b/docs/sdk/enums/ListenerKey.md @@ -18,7 +18,7 @@ #### Defined in -[src/prism-agent/types/index.ts:111](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L111) +[src/edge-agent/types/index.ts:118](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L118) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:110](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L110) +[src/edge-agent/types/index.ts:117](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L117) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:112](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L112) +[src/edge-agent/types/index.ts:119](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L119) diff --git a/docs/sdk/interfaces/AgentCredentials.md b/docs/sdk/interfaces/AgentCredentials.md index e309215a0..34815c8db 100644 --- a/docs/sdk/interfaces/AgentCredentials.md +++ b/docs/sdk/interfaces/AgentCredentials.md @@ -36,7 +36,7 @@ #### Defined in -[src/prism-agent/types/index.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L66) +[src/edge-agent/types/index.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L73) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:71](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L71) +[src/edge-agent/types/index.ts:78](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L78) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:60](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L60) +[src/edge-agent/types/index.ts:67](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L67) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:53](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L53) +[src/edge-agent/types/index.ts:60](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L60) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L56) +[src/edge-agent/types/index.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L63) ___ @@ -132,4 +132,4 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L58) +[src/edge-agent/types/index.ts:65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L65) diff --git a/docs/sdk/interfaces/AgentDIDHigherFunctions.md b/docs/sdk/interfaces/AgentDIDHigherFunctions.md index bfe190e2d..66446d995 100644 --- a/docs/sdk/interfaces/AgentDIDHigherFunctions.md +++ b/docs/sdk/interfaces/AgentDIDHigherFunctions.md @@ -33,7 +33,7 @@ #### Defined in -[src/prism-agent/types/index.ts:77](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L77) +[src/edge-agent/types/index.ts:84](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L84) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:82](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L82) +[src/edge-agent/types/index.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L89) ___ @@ -76,4 +76,4 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L75) +[src/edge-agent/types/index.ts:82](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L82) diff --git a/docs/sdk/interfaces/AgentInvitations.md b/docs/sdk/interfaces/AgentInvitations.md index c4f1cac74..8c3740b4c 100644 --- a/docs/sdk/interfaces/AgentInvitations.md +++ b/docs/sdk/interfaces/AgentInvitations.md @@ -34,7 +34,7 @@ #### Defined in -[src/prism-agent/types/index.ts:90](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L90) +[src/edge-agent/types/index.ts:97](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L97) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:94](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L94) +[src/edge-agent/types/index.ts:101](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L101) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:92](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L92) +[src/edge-agent/types/index.ts:99](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L99) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:98](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L98) +[src/edge-agent/types/index.ts:105](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L105) ___ @@ -114,4 +114,4 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:96](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L96) +[src/edge-agent/types/index.ts:103](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L103) diff --git a/docs/sdk/interfaces/AgentMessageEvents.md b/docs/sdk/interfaces/AgentMessageEvents.md index b6c7b0df4..1136e4303 100644 --- a/docs/sdk/interfaces/AgentMessageEvents.md +++ b/docs/sdk/interfaces/AgentMessageEvents.md @@ -29,7 +29,7 @@ #### Defined in -[src/prism-agent/types/index.ts:116](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L116) +[src/edge-agent/types/index.ts:123](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L123) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:118](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L118) +[src/edge-agent/types/index.ts:125](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L125) ___ @@ -71,4 +71,4 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:117](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L117) +[src/edge-agent/types/index.ts:124](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L124) diff --git a/docs/sdk/interfaces/BasicMessageBody.md b/docs/sdk/interfaces/BasicMessageBody.md index 48ed0134c..07212b39f 100644 --- a/docs/sdk/interfaces/BasicMessageBody.md +++ b/docs/sdk/interfaces/BasicMessageBody.md @@ -16,4 +16,4 @@ #### Defined in -[src/prism-agent/protocols/types.ts:71](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L71) +[src/edge-agent/protocols/types.ts:71](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L71) diff --git a/docs/sdk/interfaces/ConnectionsManagerInterface.md b/docs/sdk/interfaces/ConnectionsManagerInterface.md index 4e08eb565..58dfdde4e 100644 --- a/docs/sdk/interfaces/ConnectionsManagerInterface.md +++ b/docs/sdk/interfaces/ConnectionsManagerInterface.md @@ -17,6 +17,7 @@ - [mercury](ConnectionsManagerInterface.md#mercury) - [pairings](ConnectionsManagerInterface.md#pairings) - [pluto](ConnectionsManagerInterface.md#pluto) +- [withWebsocketsExperiment](ConnectionsManagerInterface.md#withwebsocketsexperiment) ### Methods @@ -37,7 +38,7 @@ #### Defined in -[src/prism-agent/types/index.ts:128](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L128) +[src/edge-agent/types/index.ts:135](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L135) ___ @@ -47,7 +48,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:132](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L132) +[src/edge-agent/types/index.ts:139](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L139) ___ @@ -57,7 +58,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:125](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L125) +[src/edge-agent/types/index.ts:132](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L132) ___ @@ -67,7 +68,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:129](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L129) +[src/edge-agent/types/index.ts:136](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L136) ___ @@ -77,7 +78,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:126](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L126) +[src/edge-agent/types/index.ts:133](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L133) ___ @@ -87,7 +88,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:130](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L130) +[src/edge-agent/types/index.ts:137](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L137) ___ @@ -97,7 +98,17 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:127](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L127) +[src/edge-agent/types/index.ts:134](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L134) + +___ + +### withWebsocketsExperiment + +• **withWebsocketsExperiment**: `boolean` + +#### Defined in + +[src/edge-agent/types/index.ts:141](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L141) ## Methods @@ -117,7 +128,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:136](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L136) +[src/edge-agent/types/index.ts:144](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L144) ___ @@ -137,7 +148,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:141](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L141) +[src/edge-agent/types/index.ts:149](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L149) ___ @@ -157,7 +168,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:143](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L143) +[src/edge-agent/types/index.ts:151](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L151) ___ @@ -177,7 +188,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:152](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L152) +[src/edge-agent/types/index.ts:160](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L160) ___ @@ -197,7 +208,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:138](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L138) +[src/edge-agent/types/index.ts:146](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L146) ___ @@ -217,7 +228,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:148](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L148) +[src/edge-agent/types/index.ts:156](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L156) ___ @@ -231,7 +242,7 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:150](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L150) +[src/edge-agent/types/index.ts:158](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L158) ___ @@ -245,4 +256,4 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:134](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L134) +[src/edge-agent/types/index.ts:142](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L142) diff --git a/docs/sdk/interfaces/CredentialBody.md b/docs/sdk/interfaces/CredentialBody.md index 612a1dcc6..2ed0b8381 100644 --- a/docs/sdk/interfaces/CredentialBody.md +++ b/docs/sdk/interfaces/CredentialBody.md @@ -28,7 +28,7 @@ #### Defined in -[src/prism-agent/protocols/types.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L8) +[src/edge-agent/protocols/types.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L8) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L6) +[src/edge-agent/protocols/types.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L6) ___ @@ -48,4 +48,4 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L7) +[src/edge-agent/protocols/types.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L7) diff --git a/docs/sdk/interfaces/DIDCommProtocol.md b/docs/sdk/interfaces/DIDCommProtocol.md index a48d3f8d8..b08e57dd8 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/f8f2652/src/mercury/DIDCommProtocol.ts#L4) +[src/mercury/DIDCommProtocol.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/mercury/DIDCommProtocol.ts#L14) +[src/mercury/DIDCommProtocol.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/mercury/DIDCommProtocol.ts#L14) diff --git a/docs/sdk/interfaces/Domain.Anoncreds.Credential.md b/docs/sdk/interfaces/Domain.Anoncreds.Credential.md index 7e24b8b5b..887a45d5a 100644 --- a/docs/sdk/interfaces/Domain.Anoncreds.Credential.md +++ b/docs/sdk/interfaces/Domain.Anoncreds.Credential.md @@ -22,7 +22,7 @@ #### Defined in -[src/domain/models/Anoncreds.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L61) +[src/domain/models/Anoncreds.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L61) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:60](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L60) +[src/domain/models/Anoncreds.ts:60](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L60) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L62) +[src/domain/models/Anoncreds.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L62) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L63) +[src/domain/models/Anoncreds.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L63) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:64](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L64) +[src/domain/models/Anoncreds.ts:64](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L64) diff --git a/docs/sdk/interfaces/Domain.Anoncreds.CredentialDefinition.md b/docs/sdk/interfaces/Domain.Anoncreds.CredentialDefinition.md index d8f9f8e8b..0f2dba0a3 100644 --- a/docs/sdk/interfaces/Domain.Anoncreds.CredentialDefinition.md +++ b/docs/sdk/interfaces/Domain.Anoncreds.CredentialDefinition.md @@ -22,7 +22,7 @@ #### Defined in -[src/domain/models/Anoncreds.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L56) +[src/domain/models/Anoncreds.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L56) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:52](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L52) +[src/domain/models/Anoncreds.ts:52](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L52) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L54) +[src/domain/models/Anoncreds.ts:54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L54) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:53](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L53) +[src/domain/models/Anoncreds.ts:53](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L53) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:55](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L55) +[src/domain/models/Anoncreds.ts:55](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L55) diff --git a/docs/sdk/interfaces/Domain.Anoncreds.CredentialIssued.md b/docs/sdk/interfaces/Domain.Anoncreds.CredentialIssued.md index 9dc2a9168..4f362c19e 100644 --- a/docs/sdk/interfaces/Domain.Anoncreds.CredentialIssued.md +++ b/docs/sdk/interfaces/Domain.Anoncreds.CredentialIssued.md @@ -32,7 +32,7 @@ Omit.cred\_def\_id #### Defined in -[src/domain/models/Anoncreds.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L61) +[src/domain/models/Anoncreds.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L61) ___ @@ -46,7 +46,7 @@ Omit.schema\_id #### Defined in -[src/domain/models/Anoncreds.ts:60](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L60) +[src/domain/models/Anoncreds.ts:60](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L60) ___ @@ -60,7 +60,7 @@ Omit.signature #### Defined in -[src/domain/models/Anoncreds.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L62) +[src/domain/models/Anoncreds.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L62) ___ @@ -74,7 +74,7 @@ Omit.signature\_correctness\_proof #### Defined in -[src/domain/models/Anoncreds.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L63) +[src/domain/models/Anoncreds.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L63) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L68) +[src/domain/models/Anoncreds.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L68) diff --git a/docs/sdk/interfaces/Domain.Anoncreds.CredentialOffer.md b/docs/sdk/interfaces/Domain.Anoncreds.CredentialOffer.md index e5909c27e..20e37a21c 100644 --- a/docs/sdk/interfaces/Domain.Anoncreds.CredentialOffer.md +++ b/docs/sdk/interfaces/Domain.Anoncreds.CredentialOffer.md @@ -22,7 +22,7 @@ #### Defined in -[src/domain/models/Anoncreds.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L38) +[src/domain/models/Anoncreds.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L38) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L40) +[src/domain/models/Anoncreds.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L40) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L42) +[src/domain/models/Anoncreds.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L42) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L41) +[src/domain/models/Anoncreds.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L41) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L39) +[src/domain/models/Anoncreds.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L39) diff --git a/docs/sdk/interfaces/Domain.Anoncreds.CredentialRequest.md b/docs/sdk/interfaces/Domain.Anoncreds.CredentialRequest.md index 81b80c304..6c21a22d6 100644 --- a/docs/sdk/interfaces/Domain.Anoncreds.CredentialRequest.md +++ b/docs/sdk/interfaces/Domain.Anoncreds.CredentialRequest.md @@ -22,7 +22,7 @@ #### Defined in -[src/domain/models/Anoncreds.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L8) +[src/domain/models/Anoncreds.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L8) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L9) +[src/domain/models/Anoncreds.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L9) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L7) +[src/domain/models/Anoncreds.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L7) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L10) +[src/domain/models/Anoncreds.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L10) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L11) +[src/domain/models/Anoncreds.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L11) diff --git a/docs/sdk/interfaces/Domain.Anoncreds.CredentialRequestMeta.md b/docs/sdk/interfaces/Domain.Anoncreds.CredentialRequestMeta.md index cb31ce2e7..22938cb3e 100644 --- a/docs/sdk/interfaces/Domain.Anoncreds.CredentialRequestMeta.md +++ b/docs/sdk/interfaces/Domain.Anoncreds.CredentialRequestMeta.md @@ -20,7 +20,7 @@ #### Defined in -[src/domain/models/Anoncreds.ts:28](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L28) +[src/domain/models/Anoncreds.ts:28](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L28) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L29) +[src/domain/models/Anoncreds.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L29) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L30) +[src/domain/models/Anoncreds.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L30) diff --git a/docs/sdk/interfaces/Domain.Anoncreds.Presentation.md b/docs/sdk/interfaces/Domain.Anoncreds.Presentation.md index 2a7e9459f..58c51d351 100644 --- a/docs/sdk/interfaces/Domain.Anoncreds.Presentation.md +++ b/docs/sdk/interfaces/Domain.Anoncreds.Presentation.md @@ -20,7 +20,7 @@ #### Defined in -[src/domain/models/Anoncreds.ts:130](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L130) +[src/domain/models/Anoncreds.ts:130](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L130) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:116](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L116) +[src/domain/models/Anoncreds.ts:116](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L116) ___ @@ -58,4 +58,4 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:123](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L123) +[src/domain/models/Anoncreds.ts:123](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L123) diff --git a/docs/sdk/interfaces/Domain.Anoncreds.PresentationRequest.md b/docs/sdk/interfaces/Domain.Anoncreds.PresentationRequest.md index 8bfb31f8f..2ad063057 100644 --- a/docs/sdk/interfaces/Domain.Anoncreds.PresentationRequest.md +++ b/docs/sdk/interfaces/Domain.Anoncreds.PresentationRequest.md @@ -22,7 +22,7 @@ #### Defined in -[src/domain/models/Anoncreds.ts:92](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L92) +[src/domain/models/Anoncreds.ts:92](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L92) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:91](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L91) +[src/domain/models/Anoncreds.ts:91](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L91) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:94](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L94) +[src/domain/models/Anoncreds.ts:94](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L94) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:95](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L95) +[src/domain/models/Anoncreds.ts:95](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L95) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:93](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L93) +[src/domain/models/Anoncreds.ts:93](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L93) diff --git a/docs/sdk/interfaces/Domain.Anoncreds.Schema.md b/docs/sdk/interfaces/Domain.Anoncreds.Schema.md index 4e1c957da..2b74436e2 100644 --- a/docs/sdk/interfaces/Domain.Anoncreds.Schema.md +++ b/docs/sdk/interfaces/Domain.Anoncreds.Schema.md @@ -21,7 +21,7 @@ #### Defined in -[src/domain/models/Anoncreds.ts:182](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L182) +[src/domain/models/Anoncreds.ts:182](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L182) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:179](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L179) +[src/domain/models/Anoncreds.ts:179](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L179) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:180](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L180) +[src/domain/models/Anoncreds.ts:180](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L180) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/domain/models/Anoncreds.ts:181](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L181) +[src/domain/models/Anoncreds.ts:181](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L181) diff --git a/docs/sdk/interfaces/Domain.Api.md b/docs/sdk/interfaces/Domain.Api.md index 8644ba003..9208f387a 100644 --- a/docs/sdk/interfaces/Domain.Api.md +++ b/docs/sdk/interfaces/Domain.Api.md @@ -22,7 +22,7 @@ #### Defined in -[src/domain/models/Api.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Api.ts#L8) +[src/domain/models/Api.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Api.ts#L8) ## Methods @@ -52,4 +52,4 @@ #### Defined in -[src/domain/models/Api.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Api.ts#L10) +[src/domain/models/Api.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Api.ts#L10) diff --git a/docs/sdk/interfaces/Domain.Apollo.md b/docs/sdk/interfaces/Domain.Apollo.md index 309a6abf5..f7a905f6c 100644 --- a/docs/sdk/interfaces/Domain.Apollo.md +++ b/docs/sdk/interfaces/Domain.Apollo.md @@ -35,7 +35,7 @@ #### Defined in -[src/domain/buildingBlocks/Apollo.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Apollo.ts#L10) +[src/domain/buildingBlocks/Apollo.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Apollo.ts#L10) ___ @@ -49,7 +49,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Apollo.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Apollo.ts#L7) +[src/domain/buildingBlocks/Apollo.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Apollo.ts#L7) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Apollo.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Apollo.ts#L9) +[src/domain/buildingBlocks/Apollo.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Apollo.ts#L9) ___ @@ -90,4 +90,4 @@ ___ #### Defined in -[src/domain/buildingBlocks/Apollo.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Apollo.ts#L8) +[src/domain/buildingBlocks/Apollo.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Apollo.ts#L8) diff --git a/docs/sdk/interfaces/Domain.AttachmentBase64.md b/docs/sdk/interfaces/Domain.AttachmentBase64.md index 4e06909ad..a05470757 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:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L19) +[src/domain/models/MessageAttachment.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L19) diff --git a/docs/sdk/interfaces/Domain.AttachmentHeader.md b/docs/sdk/interfaces/Domain.AttachmentHeader.md index 0ca5d917f..74039169e 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:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L4) +[src/domain/models/MessageAttachment.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L4) diff --git a/docs/sdk/interfaces/Domain.AttachmentJsonData.md b/docs/sdk/interfaces/Domain.AttachmentJsonData.md index 33bbcc5bc..c0686b7a4 100644 --- a/docs/sdk/interfaces/Domain.AttachmentJsonData.md +++ b/docs/sdk/interfaces/Domain.AttachmentJsonData.md @@ -18,4 +18,4 @@ #### Defined in -[src/domain/models/MessageAttachment.ts:28](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L28) +[src/domain/models/MessageAttachment.ts:28](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L28) diff --git a/docs/sdk/interfaces/Domain.AttachmentJws.md b/docs/sdk/interfaces/Domain.AttachmentJws.md index acbfba75f..bf1434a66 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:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L8) +[src/domain/models/MessageAttachment.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L8) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L9) +[src/domain/models/MessageAttachment.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L9) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L10) +[src/domain/models/MessageAttachment.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L10) diff --git a/docs/sdk/interfaces/Domain.AttachmentJwsData.md b/docs/sdk/interfaces/Domain.AttachmentJwsData.md index 61bcdbaec..19bf72419 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:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L14) +[src/domain/models/MessageAttachment.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L14) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L15) +[src/domain/models/MessageAttachment.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L15) diff --git a/docs/sdk/interfaces/Domain.AttachmentLinkData.md b/docs/sdk/interfaces/Domain.AttachmentLinkData.md index 0d1fa9af1..f5b8c8bf6 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:24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L24) +[src/domain/models/MessageAttachment.ts:24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L24) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L23) +[src/domain/models/MessageAttachment.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L23) diff --git a/docs/sdk/interfaces/Domain.Castor.md b/docs/sdk/interfaces/Domain.Castor.md index 4b748f228..f19a626c1 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:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Castor.ts#L10) +[src/domain/buildingBlocks/Castor.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Castor.ts#L10) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Castor.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Castor.ts#L6) +[src/domain/buildingBlocks/Castor.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Castor.ts#L6) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Castor.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Castor.ts#L20) +[src/domain/buildingBlocks/Castor.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Castor.ts#L20) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Castor.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Castor.ts#L5) +[src/domain/buildingBlocks/Castor.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Castor.ts#L5) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Castor.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Castor.ts#L14) +[src/domain/buildingBlocks/Castor.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Castor.ts#L14) ___ @@ -142,4 +142,4 @@ ___ #### Defined in -[src/domain/buildingBlocks/Castor.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Castor.ts#L15) +[src/domain/buildingBlocks/Castor.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Castor.ts#L15) diff --git a/docs/sdk/interfaces/Domain.CredentialIssueOptions.md b/docs/sdk/interfaces/Domain.CredentialIssueOptions.md index 871e2f72c..74d86e023 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/f8f2652/src/domain/models/Credential.ts#L68) +[src/domain/models/Credential.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Credential.ts#L67) +[src/domain/models/Credential.ts:67](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Credential.ts#L66) +[src/domain/models/Credential.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Credential.ts#L66) diff --git a/docs/sdk/interfaces/Domain.CredentialRequestOptions.md b/docs/sdk/interfaces/Domain.CredentialRequestOptions.md index d942b59cb..95e067828 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/f8f2652/src/domain/models/Credential.ts#L60) +[src/domain/models/Credential.ts:60](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Credential.ts#L59) +[src/domain/models/Credential.ts:59](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Credential.ts#L61) +[src/domain/models/Credential.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 52fed6f53..20e9f4bf6 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/f8f2652/src/domain/models/keyManagement/exportable/ExportableKey.ts#L27) +[src/domain/models/keyManagement/exportable/ExportableKey.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/ExportableKey.ts#L27) diff --git a/docs/sdk/interfaces/Domain.ExportableKey.JWK.md b/docs/sdk/interfaces/Domain.ExportableKey.JWK.md index f4ce82de5..0c6ef20f2 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/f8f2652/src/domain/models/keyManagement/exportable/ExportableKey.ts#L34) +[src/domain/models/keyManagement/exportable/ExportableKey.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/ExportableKey.ts#L34) diff --git a/docs/sdk/interfaces/Domain.ExportableKey.PEM.md b/docs/sdk/interfaces/Domain.ExportableKey.PEM.md index 4c51d3e94..f0af27225 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/f8f2652/src/domain/models/keyManagement/exportable/ExportableKey.ts#L40) +[src/domain/models/keyManagement/exportable/ExportableKey.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/ExportableKey.ts#L40) diff --git a/docs/sdk/interfaces/Domain.JWK.Base.md b/docs/sdk/interfaces/Domain.JWK.Base.md index f4ed2c887..b3c4b37f1 100644 --- a/docs/sdk/interfaces/Domain.JWK.Base.md +++ b/docs/sdk/interfaces/Domain.JWK.Base.md @@ -39,7 +39,7 @@ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L27) +[src/domain/models/keyManagement/exportable/JWK.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L27) ___ @@ -49,7 +49,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L29) +[src/domain/models/keyManagement/exportable/JWK.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L29) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L31) +[src/domain/models/keyManagement/exportable/JWK.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L31) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L33) +[src/domain/models/keyManagement/exportable/JWK.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L33) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L35) +[src/domain/models/keyManagement/exportable/JWK.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L35) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L37) +[src/domain/models/keyManagement/exportable/JWK.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L37) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L39) +[src/domain/models/keyManagement/exportable/JWK.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L39) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L41) +[src/domain/models/keyManagement/exportable/JWK.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L41) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L43) +[src/domain/models/keyManagement/exportable/JWK.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L43) ___ @@ -129,4 +129,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:45](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L45) +[src/domain/models/keyManagement/exportable/JWK.ts:45](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L45) diff --git a/docs/sdk/interfaces/Domain.JWK.EC.md b/docs/sdk/interfaces/Domain.JWK.EC.md index 2127dcecd..7fcb7c72c 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:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L27) +[src/domain/models/keyManagement/exportable/JWK.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L27) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:52](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L52) +[src/domain/models/keyManagement/exportable/JWK.ts:52](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L52) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L54) +[src/domain/models/keyManagement/exportable/JWK.ts:54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L54) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L29) +[src/domain/models/keyManagement/exportable/JWK.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L29) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L31) +[src/domain/models/keyManagement/exportable/JWK.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L31) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L33) +[src/domain/models/keyManagement/exportable/JWK.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L33) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L50) +[src/domain/models/keyManagement/exportable/JWK.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L50) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L37) +[src/domain/models/keyManagement/exportable/JWK.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L37) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L56) +[src/domain/models/keyManagement/exportable/JWK.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L56) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L39) +[src/domain/models/keyManagement/exportable/JWK.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L39) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L41) +[src/domain/models/keyManagement/exportable/JWK.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L41) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L43) +[src/domain/models/keyManagement/exportable/JWK.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L43) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:45](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L45) +[src/domain/models/keyManagement/exportable/JWK.ts:45](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L45) ___ @@ -207,4 +207,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L58) +[src/domain/models/keyManagement/exportable/JWK.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L58) diff --git a/docs/sdk/interfaces/Domain.JWK.OCT.md b/docs/sdk/interfaces/Domain.JWK.OCT.md index 8794c708f..8cc44f9c1 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:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L27) +[src/domain/models/keyManagement/exportable/JWK.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L27) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L29) +[src/domain/models/keyManagement/exportable/JWK.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L29) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L65) +[src/domain/models/keyManagement/exportable/JWK.ts:65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L65) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L31) +[src/domain/models/keyManagement/exportable/JWK.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L31) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L33) +[src/domain/models/keyManagement/exportable/JWK.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L33) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L63) +[src/domain/models/keyManagement/exportable/JWK.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L63) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L37) +[src/domain/models/keyManagement/exportable/JWK.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L37) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L39) +[src/domain/models/keyManagement/exportable/JWK.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L39) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L41) +[src/domain/models/keyManagement/exportable/JWK.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L41) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L43) +[src/domain/models/keyManagement/exportable/JWK.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L43) ___ @@ -174,4 +174,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:45](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L45) +[src/domain/models/keyManagement/exportable/JWK.ts:45](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L45) diff --git a/docs/sdk/interfaces/Domain.JWK.OKP.md b/docs/sdk/interfaces/Domain.JWK.OKP.md index aa76b4cb1..40a2e1cbe 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:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L27) +[src/domain/models/keyManagement/exportable/JWK.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L27) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:72](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L72) +[src/domain/models/keyManagement/exportable/JWK.ts:72](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L72) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:74](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L74) +[src/domain/models/keyManagement/exportable/JWK.ts:74](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L74) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L29) +[src/domain/models/keyManagement/exportable/JWK.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L29) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L31) +[src/domain/models/keyManagement/exportable/JWK.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L31) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L33) +[src/domain/models/keyManagement/exportable/JWK.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L33) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:70](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L70) +[src/domain/models/keyManagement/exportable/JWK.ts:70](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L70) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L37) +[src/domain/models/keyManagement/exportable/JWK.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L37) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:76](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L76) +[src/domain/models/keyManagement/exportable/JWK.ts:76](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L76) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L39) +[src/domain/models/keyManagement/exportable/JWK.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L39) ___ @@ -168,7 +168,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L41) +[src/domain/models/keyManagement/exportable/JWK.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L41) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L43) +[src/domain/models/keyManagement/exportable/JWK.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L43) ___ @@ -196,4 +196,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:45](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L45) +[src/domain/models/keyManagement/exportable/JWK.ts:45](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L45) diff --git a/docs/sdk/interfaces/Domain.JWK.RSA.md b/docs/sdk/interfaces/Domain.JWK.RSA.md index 721ffe5f3..f2acaa0ec 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:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L27) +[src/domain/models/keyManagement/exportable/JWK.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L27) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:82](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L82) +[src/domain/models/keyManagement/exportable/JWK.ts:82](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L82) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:83](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L83) +[src/domain/models/keyManagement/exportable/JWK.ts:83](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L83) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:84](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L84) +[src/domain/models/keyManagement/exportable/JWK.ts:84](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L84) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:85](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L85) +[src/domain/models/keyManagement/exportable/JWK.ts:85](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L85) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L29) +[src/domain/models/keyManagement/exportable/JWK.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L29) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L31) +[src/domain/models/keyManagement/exportable/JWK.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L31) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L33) +[src/domain/models/keyManagement/exportable/JWK.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L33) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:81](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L81) +[src/domain/models/keyManagement/exportable/JWK.ts:81](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L81) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:86](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L86) +[src/domain/models/keyManagement/exportable/JWK.ts:86](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L86) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:87](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L87) +[src/domain/models/keyManagement/exportable/JWK.ts:87](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L87) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:88](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L88) +[src/domain/models/keyManagement/exportable/JWK.ts:88](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L88) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L89) +[src/domain/models/keyManagement/exportable/JWK.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L89) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:90](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L90) +[src/domain/models/keyManagement/exportable/JWK.ts:90](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L90) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L37) +[src/domain/models/keyManagement/exportable/JWK.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L37) ___ @@ -220,7 +220,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L39) +[src/domain/models/keyManagement/exportable/JWK.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L39) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L41) +[src/domain/models/keyManagement/exportable/JWK.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L41) ___ @@ -248,7 +248,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L43) +[src/domain/models/keyManagement/exportable/JWK.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L43) ___ @@ -262,4 +262,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:45](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L45) +[src/domain/models/keyManagement/exportable/JWK.ts:45](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L45) diff --git a/docs/sdk/interfaces/Domain.KeyCurve.md b/docs/sdk/interfaces/Domain.KeyCurve.md index a25fa7945..c26e6d0d9 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/f8f2652/src/domain/models/keyManagement/KeyCurve.ts#L4) +[src/domain/models/keyManagement/KeyCurve.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/keyManagement/KeyCurve.ts#L5) +[src/domain/models/keyManagement/KeyCurve.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/KeyCurve.ts#L5) diff --git a/docs/sdk/interfaces/Domain.KeyRestoration.md b/docs/sdk/interfaces/Domain.KeyRestoration.md index c9aa76c5c..3b7eb90cf 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/f8f2652/src/domain/protocols/KeyRestoration.ts#L14) +[src/domain/protocols/KeyRestoration.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/protocols/KeyRestoration.ts#L23) +[src/domain/protocols/KeyRestoration.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/protocols/KeyRestoration.ts#L23) diff --git a/docs/sdk/interfaces/Domain.Mediator.md b/docs/sdk/interfaces/Domain.Mediator.md index 6faded561..153c49849 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/f8f2652/src/domain/models/Mediator.ts#L4) +[src/domain/models/Mediator.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Mediator.ts#L6) +[src/domain/models/Mediator.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/Mediator.ts#L5) +[src/domain/models/Mediator.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Mediator.ts#L5) diff --git a/docs/sdk/interfaces/Domain.Mercury.md b/docs/sdk/interfaces/Domain.Mercury.md index 12fd73730..f97266235 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/f8f2652/src/domain/buildingBlocks/Mercury.ts#L4) +[src/domain/buildingBlocks/Mercury.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/buildingBlocks/Mercury.ts#L6) +[src/domain/buildingBlocks/Mercury.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/buildingBlocks/Mercury.ts#L7) +[src/domain/buildingBlocks/Mercury.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/buildingBlocks/Mercury.ts#L5) +[src/domain/buildingBlocks/Mercury.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 6fe01e2b3..67290ee54 100644 --- a/docs/sdk/interfaces/Domain.Pluto-1.md +++ b/docs/sdk/interfaces/Domain.Pluto-1.md @@ -4,9 +4,9 @@ [Domain](../modules/Domain.md).Pluto -Pluto is a storage interface describing the storage requirements of the Edge Agents -implemented in this SDK. Implement this interface using your -preferred underlying storage technology most appropriate for your use case. +Pluto is a storage interface describing storage requirements of the edge agents +which will be implemented using this SDK. Implement this interface using your +preferred underlying storage technology, most appropriate for your use case. ## Implemented by @@ -62,7 +62,7 @@ Delete a previously stored messages #### Defined in -[src/domain/buildingBlocks/Pluto.ts:158](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L158) +[src/domain/buildingBlocks/Pluto.ts:158](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L158) ___ @@ -78,7 +78,7 @@ Retrieve all the stored credentials #### Defined in -[src/domain/buildingBlocks/Pluto.ts:138](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L138) +[src/domain/buildingBlocks/Pluto.ts:138](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L138) ___ @@ -94,7 +94,7 @@ Retrieve all stored DID pairs (DIDComm connections). #### Defined in -[src/domain/buildingBlocks/Pluto.ts:108](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L108) +[src/domain/buildingBlocks/Pluto.ts:108](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L108) ___ @@ -110,7 +110,7 @@ Retrieve all stored mediators. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:133](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L133) +[src/domain/buildingBlocks/Pluto.ts:133](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L133) ___ @@ -126,7 +126,7 @@ Retrieve all stored DIDComm messages. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:123](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L123) +[src/domain/buildingBlocks/Pluto.ts:123](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L123) ___ @@ -142,7 +142,7 @@ Retrieve all stored Peer DIDs. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:98](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L98) +[src/domain/buildingBlocks/Pluto.ts:98](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L98) ___ @@ -158,7 +158,7 @@ Retrieve all stored PRISM DIDs. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:93](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L93) +[src/domain/buildingBlocks/Pluto.ts:93](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L93) ___ @@ -180,7 +180,7 @@ Fetch the Credential Metadata by its name #### Defined in -[src/domain/buildingBlocks/Pluto.ts:48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L48) +[src/domain/buildingBlocks/Pluto.ts:48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L48) ___ @@ -202,7 +202,7 @@ Retrieve available private keys for a given DID. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:103](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L103) +[src/domain/buildingBlocks/Pluto.ts:103](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L103) ___ @@ -224,7 +224,7 @@ Retrieve the stored link secret by its name #### Defined in -[src/domain/buildingBlocks/Pluto.ts:143](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L143) +[src/domain/buildingBlocks/Pluto.ts:143](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L143) ___ @@ -246,7 +246,7 @@ Retrieve a DIDComm message by ID. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:128](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L128) +[src/domain/buildingBlocks/Pluto.ts:128](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L128) ___ @@ -268,7 +268,7 @@ Retrieve a DID pair containing a given DID as either host or receiver. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:113](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L113) +[src/domain/buildingBlocks/Pluto.ts:113](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L113) ___ @@ -290,7 +290,7 @@ Retrieve a DID pair by a given pair name. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:118](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L118) +[src/domain/buildingBlocks/Pluto.ts:118](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L118) ___ @@ -312,7 +312,7 @@ Revoke a Credential #### Defined in -[src/domain/buildingBlocks/Pluto.ts:153](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L153) +[src/domain/buildingBlocks/Pluto.ts:153](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L153) ___ @@ -320,7 +320,7 @@ ___ ▸ **start**(): `Promise`\<`void`\> -Pluto initialize function +Pluto initialise function #### Returns @@ -328,7 +328,7 @@ Pluto initialize function #### Defined in -[src/domain/buildingBlocks/Pluto.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L37) +[src/domain/buildingBlocks/Pluto.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L37) ___ @@ -350,7 +350,7 @@ Store a Credential into the Database #### Defined in -[src/domain/buildingBlocks/Pluto.ts:88](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L88) +[src/domain/buildingBlocks/Pluto.ts:88](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L88) ___ @@ -372,7 +372,7 @@ Store the Credential Metadata #### Defined in -[src/domain/buildingBlocks/Pluto.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L42) +[src/domain/buildingBlocks/Pluto.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L42) ___ @@ -396,7 +396,7 @@ Store a named pair of DIDs representing a DIDComm connection. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L63) +[src/domain/buildingBlocks/Pluto.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L63) ___ @@ -418,7 +418,7 @@ Store a new linkSecret #### Defined in -[src/domain/buildingBlocks/Pluto.ts:148](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L148) +[src/domain/buildingBlocks/Pluto.ts:148](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L148) ___ @@ -440,7 +440,7 @@ Store a mediator information. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:83](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L83) +[src/domain/buildingBlocks/Pluto.ts:83](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L83) ___ @@ -462,7 +462,7 @@ Store a DIDComm message. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L68) +[src/domain/buildingBlocks/Pluto.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L68) ___ @@ -484,7 +484,7 @@ Store an array of DIDComm messages #### Defined in -[src/domain/buildingBlocks/Pluto.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L73) +[src/domain/buildingBlocks/Pluto.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L73) ___ @@ -507,7 +507,7 @@ Store a Peer DID and an array of its privateKeys. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L58) +[src/domain/buildingBlocks/Pluto.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L58) ___ @@ -531,7 +531,7 @@ Store a PRISM DID and its private key with given metadata. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:53](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L53) +[src/domain/buildingBlocks/Pluto.ts:53](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L53) ___ @@ -553,4 +553,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:78](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L78) +[src/domain/buildingBlocks/Pluto.ts:78](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L78) diff --git a/docs/sdk/interfaces/Domain.Pluto.Storable.md b/docs/sdk/interfaces/Domain.Pluto.Storable.md index 281310ca7..a988853fe 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:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L20) +[src/domain/buildingBlocks/Pluto.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L20) diff --git a/docs/sdk/interfaces/Domain.Pollux-1.md b/docs/sdk/interfaces/Domain.Pollux-1.md index 804c745bd..f39f60e41 100644 --- a/docs/sdk/interfaces/Domain.Pollux-1.md +++ b/docs/sdk/interfaces/Domain.Pollux-1.md @@ -51,7 +51,7 @@ handle Credential related tasks #### Defined in -[src/domain/buildingBlocks/Pollux.ts:49](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L49) +[src/domain/buildingBlocks/Pollux.ts:21](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L21) ## Methods @@ -75,7 +75,7 @@ Creates a PresentationDefinitionRequest object for oob Verifications #### Defined in -[src/domain/buildingBlocks/Pollux.ts:69](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L69) +[src/domain/buildingBlocks/Pollux.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L41) ___ @@ -89,7 +89,7 @@ Process a PresentationRequest with Credential to create a Presentation. | Name | Type | Description | | :------ | :------ | :------ | -| `presentationRequest` | `PresentationRequest`\<`unknown`\> | - | +| `presentationRequest` | `PresentationRequest`\<`unknown`\> | | | `credential` | [`AnonCredsCredential`](../classes/AnonCredsCredential.md) | | | `options` | [`Anoncreds`](Domain.Pollux.createPresentationProof.options.Anoncreds.md) | object containing necessary metadata | @@ -103,7 +103,7 @@ dependent on the CredentialType #### Defined in -[src/domain/buildingBlocks/Pollux.ts:110](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L110) +[src/domain/buildingBlocks/Pollux.ts:82](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L82) ▸ **createPresentationProof**(`presentationRequest`, `credential`, `options`): `Promise`\<`string`\> @@ -121,7 +121,7 @@ dependent on the CredentialType #### Defined in -[src/domain/buildingBlocks/Pollux.ts:111](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L111) +[src/domain/buildingBlocks/Pollux.ts:83](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L83) ▸ **createPresentationProof**(`presentationRequest`, `credential`, `options?`): `Promise`\<`any`\> @@ -139,7 +139,7 @@ dependent on the CredentialType #### Defined in -[src/domain/buildingBlocks/Pollux.ts:112](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L112) +[src/domain/buildingBlocks/Pollux.ts:84](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L84) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L75) +[src/domain/buildingBlocks/Pollux.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L47) ___ @@ -181,7 +181,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L61) +[src/domain/buildingBlocks/Pollux.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L33) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L57) +[src/domain/buildingBlocks/Pollux.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L29) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:53](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L53) +[src/domain/buildingBlocks/Pollux.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L25) ___ @@ -248,7 +248,7 @@ true if the submission is valid or false if it is not #### Defined in -[src/domain/buildingBlocks/Pollux.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L89) +[src/domain/buildingBlocks/Pollux.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L61) ▸ **verifyPresentationSubmission**(`presentationSubmission`, `options?`): `Promise`\<`boolean`\> @@ -265,7 +265,7 @@ true if the submission is valid or false if it is not #### Defined in -[src/domain/buildingBlocks/Pollux.ts:93](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L93) +[src/domain/buildingBlocks/Pollux.ts:65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L65) ▸ **verifyPresentationSubmission**(`presentationSubmission`, `options?`): `Promise`\<`boolean`\> @@ -282,4 +282,4 @@ true if the submission is valid or false if it is not #### Defined in -[src/domain/buildingBlocks/Pollux.ts:97](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L97) +[src/domain/buildingBlocks/Pollux.ts:69](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L69) diff --git a/docs/sdk/interfaces/Domain.Pollux.createPresentationProof.options.Anoncreds.md b/docs/sdk/interfaces/Domain.Pollux.createPresentationProof.options.Anoncreds.md index 6170e71ca..a9b7b497c 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:131](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L131) +[src/domain/buildingBlocks/Pollux.ts:103](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L103) diff --git a/docs/sdk/interfaces/Domain.Pollux.createPresentationProof.options.JWT.md b/docs/sdk/interfaces/Domain.Pollux.createPresentationProof.options.JWT.md index 8e738fe6e..f7d8c3758 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:134](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L134) +[src/domain/buildingBlocks/Pollux.ts:106](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L106) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:135](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L135) +[src/domain/buildingBlocks/Pollux.ts:107](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L107) diff --git a/docs/sdk/interfaces/Domain.Pollux.verifyPresentationSubmission.options.JWT.md b/docs/sdk/interfaces/Domain.Pollux.verifyPresentationSubmission.options.JWT.md index 15914030e..727b7f872 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:123](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L123) +[src/domain/buildingBlocks/Pollux.ts:95](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L95) diff --git a/docs/sdk/interfaces/Domain.PresentationClaims.md b/docs/sdk/interfaces/Domain.PresentationClaims.md index 0bd3219a2..92b42ec50 100644 --- a/docs/sdk/interfaces/Domain.PresentationClaims.md +++ b/docs/sdk/interfaces/Domain.PresentationClaims.md @@ -20,7 +20,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:79](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L79) +[src/domain/models/VerifiableCredential.ts:71](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L71) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:78](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L78) +[src/domain/models/VerifiableCredential.ts:70](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L70) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:77](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L77) +[src/domain/models/VerifiableCredential.ts:69](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L69) diff --git a/docs/sdk/interfaces/Domain.ProvableCredential.md b/docs/sdk/interfaces/Domain.ProvableCredential.md index a54727dc8..db9cd89d7 100644 --- a/docs/sdk/interfaces/Domain.ProvableCredential.md +++ b/docs/sdk/interfaces/Domain.ProvableCredential.md @@ -19,26 +19,26 @@ ### presentation -▸ **presentation**(): [`W3CVerifiablePresentation`](../modules/Domain.md#w3cverifiablepresentation) +▸ **presentation**(): `unknown` #### Returns -[`W3CVerifiablePresentation`](../modules/Domain.md#w3cverifiablepresentation) +`unknown` #### Defined in -[src/domain/models/Credential.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Credential.ts#L38) +[src/domain/models/Credential.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Credential.ts#L38) ___ ### verifiableCredential -▸ **verifiableCredential**(): [`W3CVerifiableCredential`](../modules/Domain.md#w3cverifiablecredential) +▸ **verifiableCredential**(): `unknown` #### Returns -[`W3CVerifiableCredential`](../modules/Domain.md#w3cverifiablecredential) +`unknown` #### Defined in -[src/domain/models/Credential.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Credential.ts#L39) +[src/domain/models/Credential.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Credential.ts#L39) diff --git a/docs/sdk/interfaces/Domain.PublicKeyJWK.md b/docs/sdk/interfaces/Domain.PublicKeyJWK.md index 578233782..230b35736 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/f8f2652/src/domain/models/DIDDocument.ts#L128) +[src/domain/models/DIDDocument.ts:128](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L128) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:130](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/DIDDocument.ts#L130) +[src/domain/models/DIDDocument.ts:130](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L130) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:131](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/DIDDocument.ts#L131) +[src/domain/models/DIDDocument.ts:131](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L131) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:129](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/DIDDocument.ts#L129) +[src/domain/models/DIDDocument.ts:129](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L129) diff --git a/docs/sdk/interfaces/Domain.Seed.md b/docs/sdk/interfaces/Domain.Seed.md index 5a72055ed..7d367ed13 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/f8f2652/src/domain/models/Seed.ts#L2) +[src/domain/models/Seed.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Seed.ts#L2) diff --git a/docs/sdk/interfaces/Domain.SeedWords.md b/docs/sdk/interfaces/Domain.SeedWords.md index 7b167bdfd..4538b6a93 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/f8f2652/src/domain/models/SeedWords.ts#L5) +[src/domain/models/SeedWords.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/SeedWords.ts#L6) +[src/domain/models/SeedWords.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/SeedWords.ts#L6) diff --git a/docs/sdk/interfaces/Domain.Signature.md b/docs/sdk/interfaces/Domain.Signature.md index b33d23c8f..06f8cda78 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/f8f2652/src/domain/models/Signature.ts#L2) +[src/domain/models/Signature.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Signature.ts#L2) diff --git a/docs/sdk/interfaces/Domain.StorableCredential.md b/docs/sdk/interfaces/Domain.StorableCredential.md index d8a70a24b..57567cddb 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/f8f2652/src/domain/models/Credential.ts#L43) +[src/domain/models/Credential.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 fb8693250..b24354a52 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/f8f2652/src/domain/models/keyManagement/StorableKey.ts#L5) +[src/domain/models/keyManagement/StorableKey.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/keyManagement/StorableKey.ts#L4) +[src/domain/models/keyManagement/StorableKey.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/keyManagement/StorableKey.ts#L3) +[src/domain/models/keyManagement/StorableKey.ts:3](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/StorableKey.ts#L3) diff --git a/docs/sdk/interfaces/Domain.VerifiableCredentialTypeContainer.md b/docs/sdk/interfaces/Domain.VerifiableCredentialTypeContainer.md index c40e4cdd4..c99420a65 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:67](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L67) +[src/domain/models/VerifiableCredential.ts:59](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L59) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L68) +[src/domain/models/VerifiableCredential.ts:60](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L60) diff --git a/docs/sdk/interfaces/HandshakeRequestBody.md b/docs/sdk/interfaces/HandshakeRequestBody.md index 7e1669f60..7e8796cea 100644 --- a/docs/sdk/interfaces/HandshakeRequestBody.md +++ b/docs/sdk/interfaces/HandshakeRequestBody.md @@ -18,7 +18,7 @@ #### Defined in -[src/prism-agent/protocols/types.ts:91](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L91) +[src/edge-agent/protocols/types.ts:91](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L91) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:90](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L90) +[src/edge-agent/protocols/types.ts:90](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L90) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L89) +[src/edge-agent/protocols/types.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L89) diff --git a/docs/sdk/interfaces/IssueCredentialBody.md b/docs/sdk/interfaces/IssueCredentialBody.md index 501db69c1..f46a1ca83 100644 --- a/docs/sdk/interfaces/IssueCredentialBody.md +++ b/docs/sdk/interfaces/IssueCredentialBody.md @@ -30,7 +30,7 @@ #### Defined in -[src/prism-agent/protocols/types.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L8) +[src/edge-agent/protocols/types.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L8) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L6) +[src/edge-agent/protocols/types.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L6) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L7) +[src/edge-agent/protocols/types.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L7) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L12) +[src/edge-agent/protocols/types.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L12) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L13) +[src/edge-agent/protocols/types.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L13) diff --git a/docs/sdk/interfaces/MediationGrantBody.md b/docs/sdk/interfaces/MediationGrantBody.md index cd9876a8c..b707f52be 100644 --- a/docs/sdk/interfaces/MediationGrantBody.md +++ b/docs/sdk/interfaces/MediationGrantBody.md @@ -16,4 +16,4 @@ #### Defined in -[src/prism-agent/protocols/types.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L22) +[src/edge-agent/protocols/types.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L22) diff --git a/docs/sdk/interfaces/MediationKeysUpdateListBody.md b/docs/sdk/interfaces/MediationKeysUpdateListBody.md index 1f3abbb5e..1dd4e7aed 100644 --- a/docs/sdk/interfaces/MediationKeysUpdateListBody.md +++ b/docs/sdk/interfaces/MediationKeysUpdateListBody.md @@ -16,4 +16,4 @@ #### Defined in -[src/prism-agent/protocols/types.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L39) +[src/edge-agent/protocols/types.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L39) diff --git a/docs/sdk/interfaces/MediatorStore.md b/docs/sdk/interfaces/MediatorStore.md index 02f0c6f92..b51cf78da 100644 --- a/docs/sdk/interfaces/MediatorStore.md +++ b/docs/sdk/interfaces/MediatorStore.md @@ -25,7 +25,7 @@ #### Defined in -[src/prism-agent/types/index.ts:158](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L158) +[src/edge-agent/types/index.ts:166](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L166) ___ @@ -45,4 +45,4 @@ ___ #### Defined in -[src/prism-agent/types/index.ts:156](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/types/index.ts#L156) +[src/edge-agent/types/index.ts:164](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/types/index.ts#L164) diff --git a/docs/sdk/interfaces/OfferCredentialBody.md b/docs/sdk/interfaces/OfferCredentialBody.md index 23bcf4d94..ee3a1d484 100644 --- a/docs/sdk/interfaces/OfferCredentialBody.md +++ b/docs/sdk/interfaces/OfferCredentialBody.md @@ -31,7 +31,7 @@ #### Defined in -[src/prism-agent/protocols/types.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L8) +[src/edge-agent/protocols/types.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L8) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L26) +[src/edge-agent/protocols/types.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L26) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L6) +[src/edge-agent/protocols/types.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L6) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L7) +[src/edge-agent/protocols/types.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L7) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:28](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L28) +[src/edge-agent/protocols/types.ts:28](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L28) ___ @@ -89,4 +89,4 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L27) +[src/edge-agent/protocols/types.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L27) diff --git a/docs/sdk/interfaces/ParsedCredentialFormat.md b/docs/sdk/interfaces/ParsedCredentialFormat.md index 08a0b335d..17db549ce 100644 --- a/docs/sdk/interfaces/ParsedCredentialFormat.md +++ b/docs/sdk/interfaces/ParsedCredentialFormat.md @@ -22,4 +22,4 @@ #### Defined in -[src/prism-agent/protocols/types.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L35) +[src/edge-agent/protocols/types.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L35) diff --git a/docs/sdk/interfaces/PeerDID.PrivateKey.md b/docs/sdk/interfaces/PeerDID.PrivateKey.md index 14330f8fe..779691bfc 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/f8f2652/src/peer-did/PeerDID.ts#L11) +[src/peer-did/PeerDID.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/peer-did/PeerDID.ts#L17) +[src/peer-did/PeerDID.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/peer-did/PeerDID.ts#L17) diff --git a/docs/sdk/interfaces/PeerDIDEncoded.md b/docs/sdk/interfaces/PeerDIDEncoded.md index 98ab415c4..201455fac 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/f8f2652/src/peer-did/PeerDID.ts#L23) +[src/peer-did/PeerDID.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/peer-did/PeerDID.ts#L22) +[src/peer-did/PeerDID.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/peer-did/PeerDID.ts#L22) diff --git a/docs/sdk/interfaces/PickupAttachment.md b/docs/sdk/interfaces/PickupAttachment.md index 25d25037d..bc083eab5 100644 --- a/docs/sdk/interfaces/PickupAttachment.md +++ b/docs/sdk/interfaces/PickupAttachment.md @@ -17,7 +17,7 @@ #### Defined in -[src/prism-agent/protocols/types.ts:55](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L55) +[src/edge-agent/protocols/types.ts:55](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L55) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L56) +[src/edge-agent/protocols/types.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L56) diff --git a/docs/sdk/interfaces/PickupReceivedBody.md b/docs/sdk/interfaces/PickupReceivedBody.md index 9c4d33807..9ef239714 100644 --- a/docs/sdk/interfaces/PickupReceivedBody.md +++ b/docs/sdk/interfaces/PickupReceivedBody.md @@ -16,4 +16,4 @@ #### Defined in -[src/prism-agent/protocols/types.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L46) +[src/edge-agent/protocols/types.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L46) diff --git a/docs/sdk/interfaces/PickupRequestBody.md b/docs/sdk/interfaces/PickupRequestBody.md index f08ee7aa5..15442aae7 100644 --- a/docs/sdk/interfaces/PickupRequestBody.md +++ b/docs/sdk/interfaces/PickupRequestBody.md @@ -17,7 +17,7 @@ #### Defined in -[src/prism-agent/protocols/types.ts:51](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L51) +[src/edge-agent/protocols/types.ts:51](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L51) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L50) +[src/edge-agent/protocols/types.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L50) diff --git a/docs/sdk/interfaces/Pluto.Store.md b/docs/sdk/interfaces/Pluto.Store.md index f628f0e10..4c811aa7b 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:98](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L98) +[src/pluto/Pluto.ts:98](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L98) ___ @@ -68,7 +68,7 @@ Persist new data in the Store. #### Defined in -[src/pluto/Pluto.ts:84](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L84) +[src/pluto/Pluto.ts:84](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L84) ___ @@ -120,7 +120,7 @@ search for all models in TableOne #### Defined in -[src/pluto/Pluto.ts:76](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L76) +[src/pluto/Pluto.ts:76](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L76) ___ @@ -137,7 +137,7 @@ Will be called first before any usage, if provided. #### Defined in -[src/pluto/Pluto.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L47) +[src/pluto/Pluto.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L47) ___ @@ -166,4 +166,4 @@ Updating a new row in the Store #### Defined in -[src/pluto/Pluto.ts:91](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pluto/Pluto.ts#L91) +[src/pluto/Pluto.ts:91](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pluto/Pluto.ts#L91) diff --git a/docs/sdk/interfaces/PresentationBody.md b/docs/sdk/interfaces/PresentationBody.md index 68ffe3a93..0691e33b8 100644 --- a/docs/sdk/interfaces/PresentationBody.md +++ b/docs/sdk/interfaces/PresentationBody.md @@ -23,7 +23,7 @@ #### Defined in -[src/prism-agent/protocols/types.ts:67](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L67) +[src/edge-agent/protocols/types.ts:67](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L67) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L66) +[src/edge-agent/protocols/types.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L66) diff --git a/docs/sdk/interfaces/PrismOnboardingInvitationBody.md b/docs/sdk/interfaces/PrismOnboardingInvitationBody.md index c5a77aae2..36ce00de1 100644 --- a/docs/sdk/interfaces/PrismOnboardingInvitationBody.md +++ b/docs/sdk/interfaces/PrismOnboardingInvitationBody.md @@ -18,7 +18,7 @@ #### Defined in -[src/prism-agent/protocols/types.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L62) +[src/edge-agent/protocols/types.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L62) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L61) +[src/edge-agent/protocols/types.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L61) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:60](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L60) +[src/edge-agent/protocols/types.ts:60](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L60) diff --git a/docs/sdk/interfaces/PrismRevocationBody.md b/docs/sdk/interfaces/PrismRevocationBody.md index f551952b3..b2b1ba08a 100644 --- a/docs/sdk/interfaces/PrismRevocationBody.md +++ b/docs/sdk/interfaces/PrismRevocationBody.md @@ -17,7 +17,7 @@ #### Defined in -[src/prism-agent/protocols/types.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L18) +[src/edge-agent/protocols/types.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L18) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L17) +[src/edge-agent/protocols/types.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L17) diff --git a/docs/sdk/interfaces/ProofTypes.md b/docs/sdk/interfaces/ProofTypes.md index 709ca237e..ba9b665c5 100644 --- a/docs/sdk/interfaces/ProofTypes.md +++ b/docs/sdk/interfaces/ProofTypes.md @@ -18,7 +18,7 @@ #### Defined in -[src/prism-agent/protocols/types.ts:83](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L83) +[src/edge-agent/protocols/types.ts:83](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L83) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:82](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L82) +[src/edge-agent/protocols/types.ts:82](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L82) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:84](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L84) +[src/edge-agent/protocols/types.ts:84](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L84) diff --git a/docs/sdk/interfaces/ProposeCredentialBody.md b/docs/sdk/interfaces/ProposeCredentialBody.md index 4bb5e8570..5f82eea2a 100644 --- a/docs/sdk/interfaces/ProposeCredentialBody.md +++ b/docs/sdk/interfaces/ProposeCredentialBody.md @@ -29,7 +29,7 @@ #### Defined in -[src/prism-agent/protocols/types.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L8) +[src/edge-agent/protocols/types.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L8) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L31) +[src/edge-agent/protocols/types.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L31) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L6) +[src/edge-agent/protocols/types.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L6) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L7) +[src/edge-agent/protocols/types.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L7) diff --git a/docs/sdk/interfaces/RequestPresentationBody.md b/docs/sdk/interfaces/RequestPresentationBody.md index 0ce4814d9..57bf00e1a 100644 --- a/docs/sdk/interfaces/RequestPresentationBody.md +++ b/docs/sdk/interfaces/RequestPresentationBody.md @@ -29,7 +29,7 @@ #### Defined in -[src/prism-agent/protocols/types.ts:67](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L67) +[src/edge-agent/protocols/types.ts:67](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L67) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L66) +[src/edge-agent/protocols/types.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L66) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:76](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L76) +[src/edge-agent/protocols/types.ts:76](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L76) ___ @@ -63,4 +63,4 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L75) +[src/edge-agent/protocols/types.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L75) diff --git a/docs/sdk/modules.md b/docs/sdk/modules.md index 6c06af130..c4c519662 100644 --- a/docs/sdk/modules.md +++ b/docs/sdk/modules.md @@ -96,7 +96,7 @@ Re-exports [KeyProperties](enums/Domain.KeyProperties.md) #### Defined in -[src/prism-agent/protocols/types.ts:94](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L94) +[src/edge-agent/protocols/types.ts:94](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L94) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/prism-agent/protocols/types.ts:79](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/prism-agent/protocols/types.ts#L79) +[src/edge-agent/protocols/types.ts:79](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/edge-agent/protocols/types.ts#L79) ## Variables @@ -116,7 +116,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/AnonCredsVerifiableCredential.ts#L19) +[src/pollux/models/AnonCredsVerifiableCredential.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/AnonCredsVerifiableCredential.ts#L19) ___ @@ -126,4 +126,4 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/pollux/models/JWTVerifiableCredential.ts#L24) +[src/pollux/models/JWTVerifiableCredential.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/pollux/models/JWTVerifiableCredential.ts#L23) diff --git a/docs/sdk/modules/Domain.Anoncreds.md b/docs/sdk/modules/Domain.Anoncreds.md index 3b69f6b58..4cd8f778e 100644 --- a/docs/sdk/modules/Domain.Anoncreds.md +++ b/docs/sdk/modules/Domain.Anoncreds.md @@ -30,4 +30,4 @@ #### Defined in -[src/domain/models/Anoncreds.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Anoncreds.ts#L2) +[src/domain/models/Anoncreds.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Anoncreds.ts#L2) diff --git a/docs/sdk/modules/Domain.ExportableKey.md b/docs/sdk/modules/Domain.ExportableKey.md index 9ca98e89b..70b40c07e 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/f8f2652/src/domain/models/keyManagement/exportable/ExportableKey.ts#L24) +[src/domain/models/keyManagement/exportable/ExportableKey.ts:24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/ExportableKey.ts#L24) ## 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/f8f2652/src/domain/models/keyManagement/exportable/ExportableKey.ts#L53) +[src/domain/models/keyManagement/exportable/ExportableKey.ts:53](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/ExportableKey.ts#L53) diff --git a/docs/sdk/modules/Domain.ImportableKey.md b/docs/sdk/modules/Domain.ImportableKey.md index e28c6e0ac..64a22bac4 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/f8f2652/src/domain/models/keyManagement/exportable/ExportableKey.ts#L76) +[src/domain/models/keyManagement/exportable/ExportableKey.ts:76](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/ExportableKey.ts#L76) diff --git a/docs/sdk/modules/Domain.JWK.md b/docs/sdk/modules/Domain.JWK.md index 2849f9fd7..4173f563a 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:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L14) +[src/domain/models/keyManagement/exportable/JWK.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L14) ## Functions @@ -56,4 +56,4 @@ create a JWK from a given Key #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:101](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L101) +[src/domain/models/keyManagement/exportable/JWK.ts:101](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L101) diff --git a/docs/sdk/modules/Domain.Message.Attachment.md b/docs/sdk/modules/Domain.Message.Attachment.md index 879a8f5dd..cfa3878b9 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:153](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/Message.ts#L153) +[src/domain/models/Message.ts:153](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/Message.ts#L153) diff --git a/docs/sdk/modules/Domain.PEM.md b/docs/sdk/modules/Domain.PEM.md index e70334189..ef9dbe054 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/f8f2652/src/domain/models/keyManagement/exportable/PEM.ts#L41) +[src/domain/models/keyManagement/exportable/PEM.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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/f8f2652/src/domain/models/keyManagement/exportable/PEM.ts#L17) +[src/domain/models/keyManagement/exportable/PEM.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/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 9bedcfb88..6d45992a2 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:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pluto.ts#L23) +[src/domain/buildingBlocks/Pluto.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pluto.ts#L23) diff --git a/docs/sdk/modules/Domain.Pollux.createPresentationProof.md b/docs/sdk/modules/Domain.Pollux.createPresentationProof.md index 289dd3493..1672c3338 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:128](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L128) +[src/domain/buildingBlocks/Pollux.ts:100](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L100) -[src/domain/buildingBlocks/Pollux.ts:129](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L129) +[src/domain/buildingBlocks/Pollux.ts:101](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L101) diff --git a/docs/sdk/modules/Domain.Pollux.verifyPresentationSubmission.md b/docs/sdk/modules/Domain.Pollux.verifyPresentationSubmission.md index cdd7800cd..338c6b9e9 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:117](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L117) +[src/domain/buildingBlocks/Pollux.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L89) -[src/domain/buildingBlocks/Pollux.ts:118](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L118) +[src/domain/buildingBlocks/Pollux.ts:90](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/buildingBlocks/Pollux.ts#L90) diff --git a/docs/sdk/modules/Domain.PolluxError.md b/docs/sdk/modules/Domain.PolluxError.md index dda78948c..64fbb6fe2 100644 --- a/docs/sdk/modules/Domain.PolluxError.md +++ b/docs/sdk/modules/Domain.PolluxError.md @@ -10,8 +10,10 @@ - [CredentialTypeNotSupported](../classes/Domain.PolluxError.CredentialTypeNotSupported.md) - [InvalidCredentialError](../classes/Domain.PolluxError.InvalidCredentialError.md) +- [InvalidDescriptorFormatError](../classes/Domain.PolluxError.InvalidDescriptorFormatError.md) - [InvalidJWTPresentationDefinitionError](../classes/Domain.PolluxError.InvalidJWTPresentationDefinitionError.md) - [InvalidJWTString](../classes/Domain.PolluxError.InvalidJWTString.md) +- [InvalidPresentationError](../classes/Domain.PolluxError.InvalidPresentationError.md) - [InvalidPresentationProofArgs](../classes/Domain.PolluxError.InvalidPresentationProofArgs.md) - [InvalidVerifyCredentialError](../classes/Domain.PolluxError.InvalidVerifyCredentialError.md) - [InvalidVerifyFormatError](../classes/Domain.PolluxError.InvalidVerifyFormatError.md) diff --git a/docs/sdk/modules/Domain.StorableKey.md b/docs/sdk/modules/Domain.StorableKey.md index 8808e72d2..8d7c4512a 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:28](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/StorableKey.ts#L28) +[src/domain/models/keyManagement/StorableKey.ts:28](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/StorableKey.ts#L28) diff --git a/docs/sdk/modules/Domain.md b/docs/sdk/modules/Domain.md index 8b0eef720..aa49a5f7b 100644 --- a/docs/sdk/modules/Domain.md +++ b/docs/sdk/modules/Domain.md @@ -26,6 +26,7 @@ ### Enumerations +- [AttachmentFormats](../enums/Domain.AttachmentFormats.md) - [CredentialType](../enums/Domain.CredentialType.md) - [Curve](../enums/Domain.Curve.md) - [DescriptorItemFormat](../enums/Domain.DescriptorItemFormat.md) @@ -141,7 +142,7 @@ #### Defined in -[src/domain/models/MessageAttachment.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/MessageAttachment.ts#L31) +[src/domain/models/MessageAttachment.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/MessageAttachment.ts#L31) ___ @@ -155,7 +156,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L73) +[src/domain/models/VerifiableCredential.ts:65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L65) ___ @@ -165,7 +166,7 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:99](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/DIDDocument.ts#L99) +[src/domain/models/DIDDocument.ts:99](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/DIDDocument.ts#L99) ___ @@ -182,7 +183,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:114](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L114) +[src/domain/models/VerifiableCredential.ts:106](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L106) ___ @@ -201,7 +202,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:133](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L133) +[src/domain/models/VerifiableCredential.ts:125](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L125) ___ @@ -214,9 +215,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/f8f2652/src/domain/models/keyManagement/exportable/ExportableKey.ts#L11) +[src/domain/models/keyManagement/exportable/ExportableKey.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/ExportableKey.ts#L11) -[src/domain/models/keyManagement/exportable/ExportableKey.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/ExportableKey.ts#L23) +[src/domain/models/keyManagement/exportable/ExportableKey.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/ExportableKey.ts#L23) ___ @@ -233,7 +234,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:101](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L101) +[src/domain/models/VerifiableCredential.ts:93](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L93) ___ @@ -253,7 +254,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:106](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L106) +[src/domain/models/VerifiableCredential.ts:98](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L98) ___ @@ -274,7 +275,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:90](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L90) +[src/domain/models/VerifiableCredential.ts:82](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L82) ___ @@ -294,7 +295,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:82](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L82) +[src/domain/models/VerifiableCredential.ts:74](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L74) ___ @@ -306,9 +307,9 @@ JWK #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L7) +[src/domain/models/keyManagement/exportable/JWK.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L7) -[src/domain/models/keyManagement/exportable/JWK.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/exportable/JWK.ts#L13) +[src/domain/models/keyManagement/exportable/JWK.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/exportable/JWK.ts#L13) ___ @@ -331,7 +332,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:189](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L189) +[src/domain/models/VerifiableCredential.ts:181](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L181) ___ @@ -341,7 +342,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:229](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L229) +[src/domain/models/VerifiableCredential.ts:221](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L221) ___ @@ -363,7 +364,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:201](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L201) +[src/domain/models/VerifiableCredential.ts:193](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L193) ___ @@ -373,7 +374,7 @@ ___ #### Defined in -[src/domain/models/index.ts:24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/index.ts#L24) +[src/domain/models/index.ts:24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/index.ts#L24) ___ @@ -383,7 +384,7 @@ ___ #### Defined in -[src/domain/models/WordList.ts:1](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/WordList.ts#L1) +[src/domain/models/WordList.ts:1](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/WordList.ts#L1) ___ @@ -393,7 +394,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:71](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L71) +[src/domain/models/VerifiableCredential.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L63) ___ @@ -415,7 +416,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:120](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L120) +[src/domain/models/VerifiableCredential.ts:112](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L112) ___ @@ -431,7 +432,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/buildingBlocks/Pollux.ts#L14) +[src/domain/models/VerifiableCredential.ts:223](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L223) ___ @@ -451,7 +452,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:140](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L140) +[src/domain/models/VerifiableCredential.ts:132](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L132) ___ @@ -494,7 +495,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:150](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L150) +[src/domain/models/VerifiableCredential.ts:142](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L142) ___ @@ -513,7 +514,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:212](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L212) +[src/domain/models/VerifiableCredential.ts:204](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L204) ___ @@ -530,7 +531,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:223](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/VerifiableCredential.ts#L223) +[src/domain/models/VerifiableCredential.ts:215](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/VerifiableCredential.ts#L215) ## Functions @@ -551,4 +552,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/f8f2652/src/domain/models/keyManagement/Key.ts#L12) +[src/domain/models/keyManagement/Key.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/a3fc2aa/src/domain/models/keyManagement/Key.ts#L12) diff --git a/package-lock.json b/package-lock.json index 21b371626..319debf04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@atala/prism-wallet-sdk", - "version": "3.1.0", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@atala/prism-wallet-sdk", - "version": "3.1.0", + "version": "5.1.0", "license": "Apache-2.0", "dependencies": { "@atala/apollo": "^1.2.10", diff --git a/package.json b/package.json index 883e3ee4c..ae35acf3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atala/prism-wallet-sdk", - "version": "3.1.0", + "version": "5.1.0", "description": "Identus SDK - Typescript", "main": "./index.cjs", "module": "./index.mjs",