Skip to content

Commit

Permalink
chore(release): v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Jun 13, 2024
1 parent db34db1 commit e2718d0
Show file tree
Hide file tree
Showing 46 changed files with 143 additions and 903 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ 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-06-13: v0.16.0-dev.8
## 2024-06-13: v0.16.0
### Changed
- Upgraded Rust dependencies for `trycp_server` and updated JS client for it to match serialisation changes.

Expand Down
22 changes: 11 additions & 11 deletions docs/tryorama.adminapiresponseappauthenticationtokenissued.data.md
Original file line number Diff line number Diff line change
@@ -1,11 +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;
```
<!-- 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;
```
142 changes: 71 additions & 71 deletions docs/tryorama.adminapiresponseappauthenticationtokenissued.md
Original file line number Diff line number Diff line change
@@ -1,71 +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>
<!-- 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>
22 changes: 11 additions & 11 deletions docs/tryorama.adminapiresponseappauthenticationtokenissued.type.md
Original file line number Diff line number Diff line change
@@ -1,11 +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";
```
<!-- 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";
```
22 changes: 11 additions & 11 deletions docs/tryorama.iplayer.appws.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/tryorama](./tryorama.md) &gt; [IPlayer](./tryorama.iplayer.md) &gt; [appWs](./tryorama.iplayer.appws.md)

## IPlayer.appWs property

**Signature:**

```typescript
appWs: AppWebsocket | IAppWebsocket;
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/tryorama](./tryorama.md) &gt; [IPlayer](./tryorama.iplayer.md) &gt; [appWs](./tryorama.iplayer.appws.md)

## IPlayer.appWs property

**Signature:**

```typescript
appWs: AppWebsocket | IAppWebsocket;
```
22 changes: 11 additions & 11 deletions docs/tryorama.md
Original file line number Diff line number Diff line change
Expand Up @@ -735,17 +735,6 @@ A player tied to a [Conductor](./tryorama.conductor.md)<!-- -->.
All possible calls to the Admin API.


</td></tr>
<tr><td>

[RequestAdminInterfaceMessageType](./tryorama.requestadmininterfacemessagetype.md)


</td><td>

The types of all possible calls to the Admin API.


</td></tr>
<tr><td>

Expand Down Expand Up @@ -1159,6 +1148,17 @@ AdminWebsocket interface for local and TryCP conductors.
AppWebsocket interface for local and TryCP conductors.


</td></tr>
<tr><td>

[RequestAdminInterfaceMessageType](./tryorama.requestadmininterfacemessagetype.md)


</td><td>

The types of all possible calls to the Admin API.


</td></tr>
<tr><td>

Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.requestadmininterfacemessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ _(Optional)_

</td><td>

{ \[key in keyof [RequestAdminInterfaceMessageType](./tryorama.requestadmininterfacemessagetype.md)<!-- -->\]: null; }
[RequestAdminInterfaceMessageType](./tryorama.requestadmininterfacemessagetype.md)


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

```typescript
type: {
[key in keyof RequestAdminInterfaceMessageType]: null;
};
type: RequestAdminInterfaceMessageType;
```
11 changes: 0 additions & 11 deletions docs/tryorama.requestadmininterfacemessagetype.add_agent_info.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/tryorama.requestadmininterfacemessagetype.agent_info.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions docs/tryorama.requestadmininterfacemessagetype.disable_app.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/tryorama.requestadmininterfacemessagetype.dump_full_state.md

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions docs/tryorama.requestadmininterfacemessagetype.dump_state.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/tryorama.requestadmininterfacemessagetype.enable_app.md

This file was deleted.

Loading

0 comments on commit e2718d0

Please sign in to comment.