-
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.
- Loading branch information
1 parent
297c8d4
commit d4450cd
Showing
161 changed files
with
40,263 additions
and
7,189 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
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) > [IAgentPlugin](./daf-core.iagentplugin.md) > [schema](./daf-core.iagentplugin.schema.md) | ||
|
||
## IAgentPlugin.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
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) > [IAgentPluginSchema](./daf-core.iagentpluginschema.md) > [components](./daf-core.iagentpluginschema.components.md) | ||
|
||
## IAgentPluginSchema.components property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
components: { | ||
schemas: any; | ||
methods: 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,20 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [IAgentPluginSchema](./daf-core.iagentpluginschema.md) | ||
|
||
## IAgentPluginSchema interface | ||
|
||
Agent plugin schema | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export interface IAgentPluginSchema | ||
``` | ||
|
||
## Properties | ||
|
||
| Property | Type | Description | | ||
| --- | --- | --- | | ||
| [components](./daf-core.iagentpluginschema.components.md) | { schemas: any; methods: 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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [validate](./daf-core.validate.md) | ||
|
||
## validate variable | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
validate: (args: object, schema: object, schemaPath?: string | undefined) => void | ||
``` |
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,23 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [ValidationError](./daf-core.validationerror.md) > [(constructor)](./daf-core.validationerror._constructor_.md) | ||
|
||
## ValidationError.(constructor) | ||
|
||
Constructs a new instance of the `ValidationError` class | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
constructor(message: string, code: string, path: string, description: string); | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| message | string | | | ||
| code | string | | | ||
| path | string | | | ||
| description | 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) > [ValidationError](./daf-core.validationerror.md) > [code](./daf-core.validationerror.code.md) | ||
|
||
## ValidationError.code property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
code: 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) > [ValidationError](./daf-core.validationerror.md) > [description](./daf-core.validationerror.description.md) | ||
|
||
## ValidationError.description property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
description: 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,28 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [daf-core](./daf-core.md) > [ValidationError](./daf-core.validationerror.md) | ||
|
||
## ValidationError class | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export declare class ValidationError extends Error | ||
``` | ||
<b>Extends:</b> Error | ||
## Constructors | ||
| Constructor | Modifiers | Description | | ||
| --- | --- | --- | | ||
| [(constructor)(message, code, path, description)](./daf-core.validationerror._constructor_.md) | | Constructs a new instance of the <code>ValidationError</code> class | | ||
## Properties | ||
| Property | Modifiers | Type | Description | | ||
| --- | --- | --- | --- | | ||
| [code](./daf-core.validationerror.code.md) | | string | | | ||
| [description](./daf-core.validationerror.description.md) | | string | | | ||
| [message](./daf-core.validationerror.message.md) | | string | | | ||
| [path](./daf-core.validationerror.path.md) | | 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) > [ValidationError](./daf-core.validationerror.md) > [message](./daf-core.validationerror.message.md) | ||
|
||
## ValidationError.message property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
message: 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) > [ValidationError](./daf-core.validationerror.md) > [path](./daf-core.validationerror.path.md) | ||
|
||
## ValidationError.path property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
path: 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
Oops, something went wrong.