-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Validating all plugin method arguments
- Loading branch information
1 parent
29c6b0e
commit 2c868f7
Showing
104 changed files
with
3,306 additions
and
891 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
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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [Agent](./daf-core.agent.md) > [schema](./daf-core.agent.schema.md) | ||
|
||
## Agent.schema property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
readonly schema: IAgentPluginSchema; | ||
``` |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiableCredential](./daf-core.verifiablecredential.md) > ["@context"](./daf-core.verifiablecredential.__context_.md) | ||
|
||
## VerifiableCredential."@context" property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
'@context': string[]; | ||
``` |
14 changes: 14 additions & 0 deletions
14
docs/api/daf-core.verifiablecredential.credentialstatus.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,14 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiableCredential](./daf-core.verifiablecredential.md) > [credentialStatus](./daf-core.verifiablecredential.credentialstatus.md) | ||
|
||
## VerifiableCredential.credentialStatus property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
credentialStatus?: { | ||
id: string; | ||
type: string; | ||
}; | ||
``` |
14 changes: 14 additions & 0 deletions
14
docs/api/daf-core.verifiablecredential.credentialsubject.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,14 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiableCredential](./daf-core.verifiablecredential.md) > [credentialSubject](./daf-core.verifiablecredential.credentialsubject.md) | ||
|
||
## VerifiableCredential.credentialSubject property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
credentialSubject: { | ||
id?: string; | ||
[x: string]: any; | ||
}; | ||
``` |
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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiableCredential](./daf-core.verifiablecredential.md) > [expirationDate](./daf-core.verifiablecredential.expirationdate.md) | ||
|
||
## VerifiableCredential.expirationDate property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
expirationDate?: string; | ||
``` |
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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiableCredential](./daf-core.verifiablecredential.md) > [id](./daf-core.verifiablecredential.id.md) | ||
|
||
## VerifiableCredential.id property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
id?: string; | ||
``` |
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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiableCredential](./daf-core.verifiablecredential.md) > [issuanceDate](./daf-core.verifiablecredential.issuancedate.md) | ||
|
||
## VerifiableCredential.issuanceDate property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
issuanceDate: string; | ||
``` |
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,14 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiableCredential](./daf-core.verifiablecredential.md) > [issuer](./daf-core.verifiablecredential.issuer.md) | ||
|
||
## VerifiableCredential.issuer property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
issuer: { | ||
id: string; | ||
[x: string]: any; | ||
}; | ||
``` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiableCredential](./daf-core.verifiablecredential.md) > [proof](./daf-core.verifiablecredential.proof.md) | ||
|
||
## VerifiableCredential.proof property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
proof: { | ||
type?: string; | ||
[x: string]: any; | ||
}; | ||
``` |
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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiableCredential](./daf-core.verifiablecredential.md) > [type](./daf-core.verifiablecredential.type.md) | ||
|
||
## VerifiableCredential.type property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
type: string[]; | ||
``` |
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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiablePresentation](./daf-core.verifiablepresentation.md) > ["@context"](./daf-core.verifiablepresentation.__context_.md) | ||
|
||
## VerifiablePresentation."@context" property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
'@context': string[]; | ||
``` |
11 changes: 11 additions & 0 deletions
11
docs/api/daf-core.verifiablepresentation.expirationdate.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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiablePresentation](./daf-core.verifiablepresentation.md) > [expirationDate](./daf-core.verifiablepresentation.expirationdate.md) | ||
|
||
## VerifiablePresentation.expirationDate property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
expirationDate?: string; | ||
``` |
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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiablePresentation](./daf-core.verifiablepresentation.md) > [holder](./daf-core.verifiablepresentation.holder.md) | ||
|
||
## VerifiablePresentation.holder property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
holder: string; | ||
``` |
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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiablePresentation](./daf-core.verifiablepresentation.md) > [id](./daf-core.verifiablepresentation.id.md) | ||
|
||
## VerifiablePresentation.id property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
id?: string; | ||
``` |
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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiablePresentation](./daf-core.verifiablepresentation.md) > [issuanceDate](./daf-core.verifiablepresentation.issuancedate.md) | ||
|
||
## VerifiablePresentation.issuanceDate property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
issuanceDate?: string; | ||
``` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiablePresentation](./daf-core.verifiablepresentation.md) > [proof](./daf-core.verifiablepresentation.proof.md) | ||
|
||
## VerifiablePresentation.proof property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
proof: { | ||
type?: string; | ||
[x: string]: any; | ||
}; | ||
``` |
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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiablePresentation](./daf-core.verifiablepresentation.md) > [type](./daf-core.verifiablepresentation.type.md) | ||
|
||
## VerifiablePresentation.type property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
type: string[]; | ||
``` |
11 changes: 11 additions & 0 deletions
11
docs/api/daf-core.verifiablepresentation.verifiablecredential.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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiablePresentation](./daf-core.verifiablepresentation.md) > [verifiableCredential](./daf-core.verifiablepresentation.verifiablecredential.md) | ||
|
||
## VerifiablePresentation.verifiableCredential property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
verifiableCredential: VerifiableCredential[]; | ||
``` |
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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [VerifiablePresentation](./daf-core.verifiablepresentation.md) > [verifier](./daf-core.verifiablepresentation.verifier.md) | ||
|
||
## VerifiablePresentation.verifier property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
verifier: string[]; | ||
``` |
Oops, something went wrong.