Skip to content

Commit

Permalink
export more helper types from core api
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Nov 15, 2023
1 parent 6bf3f6c commit 8d7a9ed
Show file tree
Hide file tree
Showing 19 changed files with 196 additions and 29 deletions.
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/classes/index.DaemonStatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<a href="index.DaemonStatus.html#fromJsonString-2" class="tsd-index-link tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>from<wbr/>Json<wbr/>String</span></a>
</div></section></div></details></section></section><section class="tsd-panel-group tsd-member-group"><h2>Constructors</h2><section class="tsd-panel tsd-member tsd-is-external"><a id="constructor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-external"><li class="tsd-signature tsd-anchor-link" id="constructor.new_DaemonStatus"><span class="tsd-kind-constructor-signature">new <wbr/>Daemon<wbr/>Status</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">data</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.DaemonStatus.html" class="tsd-signature-type tsd-kind-class">DaemonStatus</a><a href="#constructor.new_DaemonStatus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">data</span>: <span class="tsd-signature-type ">PartialMessage</span><span class="tsd-signature-symbol">&lt;</span><a href="index.DaemonStatus.html" class="tsd-signature-type tsd-kind-class">DaemonStatus</a><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div><h4 class="tsd-returns-title">Returns <a href="index.DaemonStatus.html" class="tsd-signature-type tsd-kind-class">DaemonStatus</a></h4><aside class="tsd-sources"><p>Overrides Message&lt;DaemonStatus&gt;.constructor</p><ul><li>Defined in node_modules/@webmeshproject/api/v1/app_pb.ts:1537</li></ul></aside></li></ul></section></section><section class="tsd-panel-group tsd-member-group"><h2>Properties</h2><section class="tsd-panel tsd-member tsd-is-external"><a id="buildDate" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>build<wbr/>Date</span><a href="#buildDate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">build<wbr/>Date</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;&quot;</span></div><div class="tsd-comment tsd-typography"><p>BuildDate is the build date of the daemon.</p>
</div><div class="tsd-comment tsd-typography"><h4>Generated</h4><p>from field: string buildDate = 6;</p>
</div><aside class="tsd-sources"><ul><li>Defined in node_modules/@webmeshproject/api/v1/app_pb.ts:1514</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-external"><a id="connections" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>connections</span><a href="#connections" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">connections</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>[<span class="tsd-kind-index-signature">key</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">DaemonConnStatus</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = {}</span></div><div class="tsd-comment tsd-typography"><p>Connections are a map of known connections to the daemon and their statuses.</p>
</div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter-index-signature"><h5><span class="tsd-signature-symbol">[</span><span class="tsd-kind-parameter">key</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type ">DaemonConnStatus</span></h5></li></ul></div><div class="tsd-comment tsd-typography"><h4>Generated</h4><p>from field: map&lt;string, v1.DaemonConnStatus&gt; connections = 9;</p>
</div><aside class="tsd-sources"><ul><li>Defined in node_modules/@webmeshproject/api/v1/app_pb.ts:1514</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-external"><a id="connections" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>connections</span><a href="#connections" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">connections</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>[<span class="tsd-kind-index-signature">key</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><a href="../enums/index.ConnectionStatus.html" class="tsd-signature-type tsd-kind-enum">ConnectionStatus</a><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = {}</span></div><div class="tsd-comment tsd-typography"><p>Connections are a map of known connections to the daemon and their statuses.</p>
</div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter-index-signature"><h5><span class="tsd-signature-symbol">[</span><span class="tsd-kind-parameter">key</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><a href="../enums/index.ConnectionStatus.html" class="tsd-signature-type tsd-kind-enum">ConnectionStatus</a></h5></li></ul></div><div class="tsd-comment tsd-typography"><h4>Generated</h4><p>from field: map&lt;string, v1.DaemonConnStatus&gt; connections = 9;</p>
</div><aside class="tsd-sources"><ul><li>Defined in node_modules/@webmeshproject/api/v1/app_pb.ts:1535</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-external"><a id="description" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>description</span><a href="#description" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">description</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;&quot;</span></div><div class="tsd-comment tsd-typography"><p>Description is a description of the daemon.</p>
</div><div class="tsd-comment tsd-typography"><h4>Generated</h4><p>from field: string description = 3;</p>
</div><aside class="tsd-sources"><ul><li>Defined in node_modules/@webmeshproject/api/v1/app_pb.ts:1493</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-external"><a id="gitCommit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>git<wbr/>Commit</span><a href="#gitCommit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">git<wbr/>Commit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;&quot;</span></div><div class="tsd-comment tsd-typography"><p>GitCommit is the git commit of the daemon.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/index.Defaults.html

Large diffs are not rendered by default.

Loading

0 comments on commit 8d7a9ed

Please sign in to comment.