-
Notifications
You must be signed in to change notification settings - Fork 13
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
105 changed files
with
206 additions
and
896 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ AgentInfoResponse | |
|
||
</td><td> | ||
|
||
{ agent\_info: null; } | ||
"agent\_info" | ||
|
||
|
||
</td><td> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,5 @@ | |
**Signature:** | ||
|
||
```typescript | ||
type: { | ||
agent_info: null; | ||
}; | ||
type: "agent_info"; | ||
``` |
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 |
---|---|---|
|
@@ -44,7 +44,7 @@ Description | |
|
||
</td><td> | ||
|
||
{ agent\_info\_added: null; } | ||
"agent\_info\_added" | ||
|
||
|
||
</td><td> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,5 @@ | |
**Signature:** | ||
|
||
```typescript | ||
type: { | ||
agent_info_added: null; | ||
}; | ||
type: "agent_info_added"; | ||
``` |
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 |
---|---|---|
|
@@ -61,7 +61,7 @@ HoloHash | |
|
||
</td><td> | ||
|
||
{ agent\_pub\_key\_generated: null; } | ||
"agent\_pub\_key\_generated" | ||
|
||
|
||
</td><td> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,5 @@ | |
**Signature:** | ||
|
||
```typescript | ||
type: { | ||
agent_pub_key_generated: null; | ||
}; | ||
type: "agent_pub_key_generated"; | ||
``` |
11 changes: 11 additions & 0 deletions
11
docs/tryorama.adminapiresponseappauthenticationtokenissued.data.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) > [@holochain/tryorama](./tryorama.md) > [AdminApiResponseAppAuthenticationTokenIssued](./tryorama.adminapiresponseappauthenticationtokenissued.md) > [data](./tryorama.adminapiresponseappauthenticationtokenissued.data.md) | ||
|
||
## AdminApiResponseAppAuthenticationTokenIssued.data property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
data: IssueAppAuthenticationTokenResponse; | ||
``` |
71 changes: 71 additions & 0 deletions
71
docs/tryorama.adminapiresponseappauthenticationtokenissued.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,71 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/tryorama](./tryorama.md) > [AdminApiResponseAppAuthenticationTokenIssued](./tryorama.adminapiresponseappauthenticationtokenissued.md) | ||
|
||
## AdminApiResponseAppAuthenticationTokenIssued interface | ||
|
||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface AdminApiResponseAppAuthenticationTokenIssued | ||
``` | ||
|
||
## Properties | ||
|
||
<table><thead><tr><th> | ||
|
||
Property | ||
|
||
|
||
</th><th> | ||
|
||
Modifiers | ||
|
||
|
||
</th><th> | ||
|
||
Type | ||
|
||
|
||
</th><th> | ||
|
||
Description | ||
|
||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
[data](./tryorama.adminapiresponseappauthenticationtokenissued.data.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
IssueAppAuthenticationTokenResponse | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[type](./tryorama.adminapiresponseappauthenticationtokenissued.type.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
"app\_authentication\_token\_issued" | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
</tbody></table> |
11 changes: 11 additions & 0 deletions
11
docs/tryorama.adminapiresponseappauthenticationtokenissued.type.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) > [@holochain/tryorama](./tryorama.md) > [AdminApiResponseAppAuthenticationTokenIssued](./tryorama.adminapiresponseappauthenticationtokenissued.md) > [type](./tryorama.adminapiresponseappauthenticationtokenissued.type.md) | ||
|
||
## AdminApiResponseAppAuthenticationTokenIssued.type property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
type: "app_authentication_token_issued"; | ||
``` |
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 |
---|---|---|
|
@@ -61,7 +61,7 @@ DisableAppResponse | |
|
||
</td><td> | ||
|
||
{ app\_disabled: null; } | ||
"app\_disabled" | ||
|
||
|
||
</td><td> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,5 @@ | |
**Signature:** | ||
|
||
```typescript | ||
type: { | ||
app_disabled: null; | ||
}; | ||
type: "app_disabled"; | ||
``` |
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 |
---|---|---|
|
@@ -61,7 +61,7 @@ EnableAppResponse | |
|
||
</td><td> | ||
|
||
{ app\_enabled: null; } | ||
"app\_enabled" | ||
|
||
|
||
</td><td> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,5 @@ | |
**Signature:** | ||
|
||
```typescript | ||
type: { | ||
app_enabled: null; | ||
}; | ||
type: "app_enabled"; | ||
``` |
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 |
---|---|---|
|
@@ -61,7 +61,7 @@ AppInfo | |
|
||
</td><td> | ||
|
||
{ app\_installed: null; } | ||
"app\_installed" | ||
|
||
|
||
</td><td> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,5 @@ | |
**Signature:** | ||
|
||
```typescript | ||
type: { | ||
app_installed: null; | ||
}; | ||
type: "app_installed"; | ||
``` |
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 |
---|---|---|
|
@@ -7,7 +7,5 @@ | |
**Signature:** | ||
|
||
```typescript | ||
type: { | ||
app_interface_attached: null; | ||
}; | ||
type: "app_interface_attached"; | ||
``` |
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 |
---|---|---|
|
@@ -7,7 +7,5 @@ | |
**Signature:** | ||
|
||
```typescript | ||
type: { | ||
app_interfaces_listed: null; | ||
}; | ||
type: "app_interfaces_listed"; | ||
``` |
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 |
---|---|---|
|
@@ -61,7 +61,7 @@ ListAppsResponse | |
|
||
</td><td> | ||
|
||
{ apps\_listed: null; } | ||
"apps\_listed" | ||
|
||
|
||
</td><td> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,5 @@ | |
**Signature:** | ||
|
||
```typescript | ||
type: { | ||
apps_listed: null; | ||
}; | ||
type: "apps_listed"; | ||
``` |
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 |
---|---|---|
|
@@ -61,7 +61,7 @@ StartAppResponse | |
|
||
</td><td> | ||
|
||
{ app\_started: null; } | ||
"app\_started" | ||
|
||
|
||
</td><td> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,5 @@ | |
**Signature:** | ||
|
||
```typescript | ||
type: { | ||
app_started: null; | ||
}; | ||
type: "app_started"; | ||
``` |
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 |
---|---|---|
|
@@ -61,7 +61,7 @@ UninstallAppResponse | |
|
||
</td><td> | ||
|
||
{ app\_uninstalled: null; } | ||
"app\_uninstalled" | ||
|
||
|
||
</td><td> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,5 @@ | |
**Signature:** | ||
|
||
```typescript | ||
type: { | ||
app_uninstalled: null; | ||
}; | ||
type: "app_uninstalled"; | ||
``` |
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 |
---|---|---|
|
@@ -61,7 +61,7 @@ ListCellIdsResponse | |
|
||
</td><td> | ||
|
||
{ cell\_ids\_listed: null; } | ||
"cell\_ids\_listed" | ||
|
||
|
||
</td><td> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,5 @@ | |
**Signature:** | ||
|
||
```typescript | ||
type: { | ||
cell_ids_listed: null; | ||
}; | ||
type: "cell_ids_listed"; | ||
``` |
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 |
---|---|---|
|
@@ -44,7 +44,7 @@ Description | |
|
||
</td><td> | ||
|
||
{ clone\_cell\_deleted: null; } | ||
"clone\_cell\_deleted" | ||
|
||
|
||
</td><td> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,5 @@ | |
**Signature:** | ||
|
||
```typescript | ||
type: { | ||
clone_cell_deleted: null; | ||
}; | ||
type: "clone_cell_deleted"; | ||
``` |
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 |
---|---|---|
|
@@ -7,7 +7,5 @@ | |
**Signature:** | ||
|
||
```typescript | ||
type: { | ||
coordinators_updated: null; | ||
}; | ||
type: "coordinators_updated"; | ||
``` |
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 |
---|---|---|
|
@@ -61,7 +61,7 @@ HoloHash | |
|
||
</td><td> | ||
|
||
{ dna\_registered: null; } | ||
"dna\_registered" | ||
|
||
|
||
</td><td> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,5 @@ | |
**Signature:** | ||
|
||
```typescript | ||
type: { | ||
dna_registered: null; | ||
}; | ||
type: "dna_registered"; | ||
``` |
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 |
---|---|---|
|
@@ -61,7 +61,7 @@ DnaDefinition | |
|
||
</td><td> | ||
|
||
{ dna\_definition\_returned: null; } | ||
"dna\_definition\_returned" | ||
|
||
|
||
</td><td> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,5 @@ | |
**Signature:** | ||
|
||
```typescript | ||
type: { | ||
dna_definition_returned: null; | ||
}; | ||
type: "dna_definition_returned"; | ||
``` |
Oops, something went wrong.