Skip to content

Commit

Permalink
chore(release): v0.17.0-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed May 3, 2024
1 parent f0704ed commit f382761
Show file tree
Hide file tree
Showing 105 changed files with 206 additions and 896 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added
### Removed
### Changed
- **BREAKING** Update enum serialization to match [changed Conductor API serialization format](https://github.com/holochain/holochain/blob/develop/crates/holochain/CHANGELOG.md#040-dev1).
### Fixed

## 2024-05-03: v0.17.0-dev.0
### Changed
- **BREAKING** Update enum serialization to match [changed Conductor API serialization format](https://github.com/holochain/holochain/blob/develop/crates/holochain/CHANGELOG.md#040-dev1).

## 2024-04-29: v0.16.0-dev.6
### Fixed
- Restored the ability to make a zome call on the app websocket using a role name instead of a cell id.
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseagentinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ AgentInfoResponse

</td><td>

{ agent\_info: null; }
"agent\_info"


</td><td>
Expand Down
4 changes: 1 addition & 3 deletions docs/tryorama.adminapiresponseagentinfo.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
**Signature:**

```typescript
type: {
agent_info: null;
};
type: "agent_info";
```
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseagentinfoadded.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Description

</td><td>

{ agent\_info\_added: null; }
"agent\_info\_added"


</td><td>
Expand Down
4 changes: 1 addition & 3 deletions docs/tryorama.adminapiresponseagentinfoadded.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
**Signature:**

```typescript
type: {
agent_info_added: null;
};
type: "agent_info_added";
```
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseagentpubkeygenerated.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ HoloHash

</td><td>

{ agent\_pub\_key\_generated: null; }
"agent\_pub\_key\_generated"


</td><td>
Expand Down
4 changes: 1 addition & 3 deletions docs/tryorama.adminapiresponseagentpubkeygenerated.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
**Signature:**

```typescript
type: {
agent_pub_key_generated: null;
};
type: "agent_pub_key_generated";
```
11 changes: 11 additions & 0 deletions docs/tryorama.adminapiresponseappauthenticationtokenissued.data.md
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) &gt; [@holochain/tryorama](./tryorama.md) &gt; [AdminApiResponseAppAuthenticationTokenIssued](./tryorama.adminapiresponseappauthenticationtokenissued.md) &gt; [data](./tryorama.adminapiresponseappauthenticationtokenissued.data.md)

## AdminApiResponseAppAuthenticationTokenIssued.data property

**Signature:**

```typescript
data: IssueAppAuthenticationTokenResponse;
```
71 changes: 71 additions & 0 deletions docs/tryorama.adminapiresponseappauthenticationtokenissued.md
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) &gt; [@holochain/tryorama](./tryorama.md) &gt; [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 docs/tryorama.adminapiresponseappauthenticationtokenissued.type.md
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) &gt; [@holochain/tryorama](./tryorama.md) &gt; [AdminApiResponseAppAuthenticationTokenIssued](./tryorama.adminapiresponseappauthenticationtokenissued.md) &gt; [type](./tryorama.adminapiresponseappauthenticationtokenissued.type.md)

## AdminApiResponseAppAuthenticationTokenIssued.type property

**Signature:**

```typescript
type: "app_authentication_token_issued";
```
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappdisabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ DisableAppResponse

</td><td>

{ app\_disabled: null; }
"app\_disabled"


</td><td>
Expand Down
4 changes: 1 addition & 3 deletions docs/tryorama.adminapiresponseappdisabled.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
**Signature:**

```typescript
type: {
app_disabled: null;
};
type: "app_disabled";
```
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappenabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ EnableAppResponse

</td><td>

{ app\_enabled: null; }
"app\_enabled"


</td><td>
Expand Down
4 changes: 1 addition & 3 deletions docs/tryorama.adminapiresponseappenabled.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
**Signature:**

```typescript
type: {
app_enabled: null;
};
type: "app_enabled";
```
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappinstalled.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ AppInfo

</td><td>

{ app\_installed: null; }
"app\_installed"


</td><td>
Expand Down
4 changes: 1 addition & 3 deletions docs/tryorama.adminapiresponseappinstalled.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
**Signature:**

```typescript
type: {
app_installed: null;
};
type: "app_installed";
```
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappinterfaceattached.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ AttachAppInterfaceResponse

</td><td>

{ app\_interface\_attached: null; }
"app\_interface\_attached"


</td><td>
Expand Down
4 changes: 1 addition & 3 deletions docs/tryorama.adminapiresponseappinterfaceattached.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
**Signature:**

```typescript
type: {
app_interface_attached: null;
};
type: "app_interface_attached";
```
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappinterfaceslisted.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ListAppInterfacesResponse

</td><td>

{ app\_interfaces\_listed: null; }
"app\_interfaces\_listed"


</td><td>
Expand Down
4 changes: 1 addition & 3 deletions docs/tryorama.adminapiresponseappinterfaceslisted.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
**Signature:**

```typescript
type: {
app_interfaces_listed: null;
};
type: "app_interfaces_listed";
```
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappslisted.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ListAppsResponse

</td><td>

{ apps\_listed: null; }
"apps\_listed"


</td><td>
Expand Down
4 changes: 1 addition & 3 deletions docs/tryorama.adminapiresponseappslisted.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
**Signature:**

```typescript
type: {
apps_listed: null;
};
type: "apps_listed";
```
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ StartAppResponse

</td><td>

{ app\_started: null; }
"app\_started"


</td><td>
Expand Down
4 changes: 1 addition & 3 deletions docs/tryorama.adminapiresponseappstarted.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
**Signature:**

```typescript
type: {
app_started: null;
};
type: "app_started";
```
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappuninstalled.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ UninstallAppResponse

</td><td>

{ app\_uninstalled: null; }
"app\_uninstalled"


</td><td>
Expand Down
4 changes: 1 addition & 3 deletions docs/tryorama.adminapiresponseappuninstalled.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
**Signature:**

```typescript
type: {
app_uninstalled: null;
};
type: "app_uninstalled";
```
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponsecellidslisted.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ListCellIdsResponse

</td><td>

{ cell\_ids\_listed: null; }
"cell\_ids\_listed"


</td><td>
Expand Down
4 changes: 1 addition & 3 deletions docs/tryorama.adminapiresponsecellidslisted.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
**Signature:**

```typescript
type: {
cell_ids_listed: null;
};
type: "cell_ids_listed";
```
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseclonecelldeleted.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Description

</td><td>

{ clone\_cell\_deleted: null; }
"clone\_cell\_deleted"


</td><td>
Expand Down
4 changes: 1 addition & 3 deletions docs/tryorama.adminapiresponseclonecelldeleted.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
**Signature:**

```typescript
type: {
clone_cell_deleted: null;
};
type: "clone_cell_deleted";
```
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponsecoordinatorsupdated.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ UpdateCoordinatorsResponse

</td><td>

{ coordinators\_updated: null; }
"coordinators\_updated"


</td><td>
Expand Down
4 changes: 1 addition & 3 deletions docs/tryorama.adminapiresponsecoordinatorsupdated.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
**Signature:**

```typescript
type: {
coordinators_updated: null;
};
type: "coordinators_updated";
```
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponsednaregistered.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ HoloHash

</td><td>

{ dna\_registered: null; }
"dna\_registered"


</td><td>
Expand Down
4 changes: 1 addition & 3 deletions docs/tryorama.adminapiresponsednaregistered.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
**Signature:**

```typescript
type: {
dna_registered: null;
};
type: "dna_registered";
```
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponsednasdefinitionreturned.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ DnaDefinition

</td><td>

{ dna\_definition\_returned: null; }
"dna\_definition\_returned"


</td><td>
Expand Down
4 changes: 1 addition & 3 deletions docs/tryorama.adminapiresponsednasdefinitionreturned.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
**Signature:**

```typescript
type: {
dna_definition_returned: null;
};
type: "dna_definition_returned";
```
Loading

0 comments on commit f382761

Please sign in to comment.