-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
839 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
docs/api/interfaces/modules_verifiable_credentials.StoreVcResult.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Interface: StoreVcResult | ||
|
||
[modules/verifiable-credentials](../modules/modules_verifiable_credentials.md).StoreVcResult | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [status](modules_verifiable_credentials.StoreVcResult.md#status) | ||
- [vcId](modules_verifiable_credentials.StoreVcResult.md#vcid) | ||
|
||
## Properties | ||
|
||
### status | ||
|
||
• **status**: ``"OK"`` \| ``"FAILED"`` | ||
|
||
___ | ||
|
||
### vcId | ||
|
||
• **vcId**: `string` |
26 changes: 26 additions & 0 deletions
26
docs/api/interfaces/modules_verifiable_credentials.WebNodeQueryMessage.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Interface: WebNodeQueryMessage | ||
|
||
[modules/verifiable-credentials](../modules/modules_verifiable_credentials.md).WebNodeQueryMessage | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [descriptor](modules_verifiable_credentials.WebNodeQueryMessage.md#descriptor) | ||
|
||
## Properties | ||
|
||
### descriptor | ||
|
||
• **descriptor**: `Object` | ||
|
||
#### Type declaration | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `cid?` | `string` | | ||
| `dataFormat?` | `string` | | ||
| `dateSort?` | ``"createdAscending"`` \| ``"createdDescending"`` \| ``"publishedAscending"`` \| ``"publishedDescending"`` | | ||
| `method` | ``"CollectionsQuery"`` | | ||
| `objectId?` | `string` | | ||
| `schema?` | `string` | |
35 changes: 35 additions & 0 deletions
35
docs/api/interfaces/modules_verifiable_credentials.WebNodeReply.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Interface: WebNodeReply<T\> | ||
|
||
[modules/verifiable-credentials](../modules/modules_verifiable_credentials.md).WebNodeReply | ||
|
||
## Type parameters | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `T` | `unknown` | | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [entries](modules_verifiable_credentials.WebNodeReply.md#entries) | ||
- [messageId](modules_verifiable_credentials.WebNodeReply.md#messageid) | ||
- [status](modules_verifiable_credentials.WebNodeReply.md#status) | ||
|
||
## Properties | ||
|
||
### entries | ||
|
||
• `Optional` **entries**: `T` | ||
|
||
___ | ||
|
||
### messageId | ||
|
||
• **messageId**: `string` | ||
|
||
___ | ||
|
||
### status | ||
|
||
• `Optional` **status**: [`WebNodeStatus`](modules_verifiable_credentials.WebNodeStatus.md) |
29 changes: 29 additions & 0 deletions
29
docs/api/interfaces/modules_verifiable_credentials.WebNodeRequestObject.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Interface: WebNodeRequestObject | ||
|
||
[modules/verifiable-credentials](../modules/modules_verifiable_credentials.md).WebNodeRequestObject | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [messages](modules_verifiable_credentials.WebNodeRequestObject.md#messages) | ||
- [requestId](modules_verifiable_credentials.WebNodeRequestObject.md#requestid) | ||
- [target](modules_verifiable_credentials.WebNodeRequestObject.md#target) | ||
|
||
## Properties | ||
|
||
### messages | ||
|
||
• **messages**: ([`WebNodeWriteMessage`](modules_verifiable_credentials.WebNodeWriteMessage.md) \| [`WebNodeQueryMessage`](modules_verifiable_credentials.WebNodeQueryMessage.md))[] | ||
|
||
___ | ||
|
||
### requestId | ||
|
||
• **requestId**: `string` | ||
|
||
___ | ||
|
||
### target | ||
|
||
• **target**: `string` |
35 changes: 35 additions & 0 deletions
35
docs/api/interfaces/modules_verifiable_credentials.WebNodeResponseObject.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Interface: WebNodeResponseObject<T\> | ||
|
||
[modules/verifiable-credentials](../modules/modules_verifiable_credentials.md).WebNodeResponseObject | ||
|
||
## Type parameters | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `T` | `unknown` | | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [replies](modules_verifiable_credentials.WebNodeResponseObject.md#replies) | ||
- [requestId](modules_verifiable_credentials.WebNodeResponseObject.md#requestid) | ||
- [status](modules_verifiable_credentials.WebNodeResponseObject.md#status) | ||
|
||
## Properties | ||
|
||
### replies | ||
|
||
• `Optional` **replies**: [`WebNodeReply`](modules_verifiable_credentials.WebNodeReply.md)<`T`\>[] | ||
|
||
___ | ||
|
||
### requestId | ||
|
||
• **requestId**: `string` | ||
|
||
___ | ||
|
||
### status | ||
|
||
• `Optional` **status**: [`WebNodeStatus`](modules_verifiable_credentials.WebNodeStatus.md) |
22 changes: 22 additions & 0 deletions
22
docs/api/interfaces/modules_verifiable_credentials.WebNodeStatus.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Interface: WebNodeStatus | ||
|
||
[modules/verifiable-credentials](../modules/modules_verifiable_credentials.md).WebNodeStatus | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [code](modules_verifiable_credentials.WebNodeStatus.md#code) | ||
- [message](modules_verifiable_credentials.WebNodeStatus.md#message) | ||
|
||
## Properties | ||
|
||
### code | ||
|
||
• **code**: `number` | ||
|
||
___ | ||
|
||
### message | ||
|
||
• `Optional` **message**: `string` |
34 changes: 34 additions & 0 deletions
34
docs/api/interfaces/modules_verifiable_credentials.WebNodeWriteMessage.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Interface: WebNodeWriteMessage | ||
|
||
[modules/verifiable-credentials](../modules/modules_verifiable_credentials.md).WebNodeWriteMessage | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [data](modules_verifiable_credentials.WebNodeWriteMessage.md#data) | ||
- [descriptor](modules_verifiable_credentials.WebNodeWriteMessage.md#descriptor) | ||
|
||
## Properties | ||
|
||
### data | ||
|
||
• **data**: `string` | ||
|
||
___ | ||
|
||
### descriptor | ||
|
||
• **descriptor**: `Object` | ||
|
||
#### Type declaration | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `cid` | `string` | | ||
| `dataFormat?` | `string` | | ||
| `dateCreated` | `number` | | ||
| `datePublished?` | `number` | | ||
| `method` | ``"CollectionsWrite"`` | | ||
| `objectId` | `string` | | ||
| `schema?` | `string` | |
Oops, something went wrong.