Skip to content

Commit

Permalink
deploy: 24589b0
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Jul 30, 2024
1 parent ce9fade commit 1f24483
Show file tree
Hide file tree
Showing 25 changed files with 308 additions and 48 deletions.
2 changes: 1 addition & 1 deletion assets/navigation.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/search.js

Large diffs are not rendered by default.

75 changes: 38 additions & 37 deletions classes/AppClient.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion classes/DataClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@
existing data is deleted.</p>
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></h4><p>The number of items deleted</p>
<div class="tsd-comment tsd-typography"></div></li></ul></section><section class="tsd-panel tsd-member"><a id="getDatabaseConnection" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Database<wbr/>Connection</span><a href="#getDatabaseConnection" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="getDatabaseConnection.getDatabaseConnection-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get<wbr/>Database<wbr/>Connection</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">orgId</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span><a href="#getDatabaseConnection.getDatabaseConnection-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Get a connection to access a MongoDB Atlas Data federation instance.</p>
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">orgId</span>: <span class="tsd-signature-type">string</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4><p>Hostname of the federated database</p>
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">orgId</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>Organization to retrieve connection for</p>
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4><p>Hostname of the federated database</p>
<div class="tsd-comment tsd-typography"></div></li></ul></section><section class="tsd-panel tsd-member"><a id="listDatasetsByIds" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>list<wbr/>Datasets<wbr/>By<wbr/>Ids</span><a href="#listDatasetsByIds" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="listDatasetsByIds.listDatasetsByIds-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">list<wbr/>Datasets<wbr/>By<wbr/>Ids</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">ids</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Dataset</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#listDatasetsByIds.listDatasetsByIds-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>List all of the datasets specified by the given dataset IDs.</p>
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">ids</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></span><div class="tsd-comment tsd-typography"><p>The list of IDs of the datasets</p>
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Dataset</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><p>The list of datasets</p>
Expand Down
4 changes: 3 additions & 1 deletion classes/ViamClient.html

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions classes/appApi.UpdateRegistryItemRequest.html

Large diffs are not rendered by default.

Loading

0 comments on commit 1f24483

Please sign in to comment.