Skip to content

Commit

Permalink
chore(release): v0.16.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Apr 17, 2024
1 parent ff5d3ee commit 04ecda1
Show file tree
Hide file tree
Showing 118 changed files with 11,105 additions and 889 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
### Removed

## 2024-04-17: v0.16.11
### Fixed
- Replace all IPv4 addresses `127.0.0.1` by `localhost`.

## 2024-02-27: v0.16.10
### Fixed
- Type: `AppInfoResponse` can be `null` if the requested app is not found.
Expand Down
168 changes: 156 additions & 12 deletions docs/client.actiontype.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,160 @@ export declare enum ActionType

## Enumeration Members

| Member | Value | Description |
| --- | --- | --- |
| AgentValidationPkg | <code>&quot;AgentValidationPkg&quot;</code> | |
| CloseChain | <code>&quot;CloseChain&quot;</code> | |
| Create | <code>&quot;Create&quot;</code> | |
| CreateLink | <code>&quot;CreateLink&quot;</code> | |
| Delete | <code>&quot;Delete&quot;</code> | |
| DeleteLink | <code>&quot;DeleteLink&quot;</code> | |
| Dna | <code>&quot;Dna&quot;</code> | |
| InitZomesComplete | <code>&quot;InitZomesComplete&quot;</code> | |
| OpenChain | <code>&quot;OpenChain&quot;</code> | |
| Update | <code>&quot;Update&quot;</code> | |
<table><thead><tr><th>

Member


</th><th>

Value


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

AgentValidationPkg


</td><td>

`"AgentValidationPkg"`


</td><td>


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

CloseChain


</td><td>

`"CloseChain"`


</td><td>


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

Create


</td><td>

`"Create"`


</td><td>


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

CreateLink


</td><td>

`"CreateLink"`


</td><td>


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

Delete


</td><td>

`"Delete"`


</td><td>


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

DeleteLink


</td><td>

`"DeleteLink"`


</td><td>


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

Dna


</td><td>

`"Dna"`


</td><td>


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

InitZomesComplete


</td><td>

`"InitZomesComplete"`


</td><td>


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

OpenChain


</td><td>

`"OpenChain"`


</td><td>


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

Update


</td><td>

`"Update"`


</td><td>


</td></tr>
</tbody></table>

0 comments on commit 04ecda1

Please sign in to comment.