Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hobigo committed Jun 17, 2020
1 parent c8cfb5b commit 4fa26f5
Show file tree
Hide file tree
Showing 67 changed files with 411 additions and 409 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## 1.3.0 - 2020-06-17
### Added
- new user group handing on Client and UserGroup object
- new user handing on Client and User object
Expand Down
164 changes: 82 additions & 82 deletions docs/api/classes/_client_.client.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/api/classes/_environment_.environment.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/environment.ts#L11">src/environment.ts:11</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/environment.ts#L11">src/environment.ts:11</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_environment_.environment.html" class="tsd-signature-type">Environment</a></h4>
Expand All @@ -133,7 +133,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> password</h3>
<div class="tsd-signature tsd-kind-icon">password<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/environment.ts#L10">src/environment.ts:10</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/environment.ts#L10">src/environment.ts:10</a></li>
</ul>
</aside>
</section>
Expand All @@ -143,7 +143,7 @@ <h3>recording<wbr>Active</h3>
<div class="tsd-signature tsd-kind-icon">recording<wbr>Active<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/environment.ts#L11">src/environment.ts:11</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/environment.ts#L11">src/environment.ts:11</a></li>
</ul>
</aside>
</section>
Expand All @@ -153,7 +153,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> url</h3>
<div class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/environment.ts#L8">src/environment.ts:8</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/environment.ts#L8">src/environment.ts:8</a></li>
</ul>
</aside>
</section>
Expand All @@ -163,7 +163,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> user<wbr>Name</h3>
<div class="tsd-signature tsd-kind-icon">user<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/environment.ts#L9">src/environment.ts:9</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/environment.ts#L9">src/environment.ts:9</a></li>
</ul>
</aside>
</section>
Expand All @@ -180,7 +180,7 @@ <h3>get<wbr>Server</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/environment.ts#L32">src/environment.ts:32</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/environment.ts#L32">src/environment.ts:32</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/environmentVcapServices.ts#L19">src/environmentVcapServices.ts:19</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/environmentVcapServices.ts#L19">src/environmentVcapServices.ts:19</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -147,7 +147,7 @@ <h3>password</h3>
<div class="tsd-signature tsd-kind-icon">password<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/environmentVcapServices.ts#L19">src/environmentVcapServices.ts:19</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/environmentVcapServices.ts#L19">src/environmentVcapServices.ts:19</a></li>
</ul>
</aside>
</section>
Expand All @@ -157,7 +157,7 @@ <h3>url</h3>
<div class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/environmentVcapServices.ts#L17">src/environmentVcapServices.ts:17</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/environmentVcapServices.ts#L17">src/environmentVcapServices.ts:17</a></li>
</ul>
</aside>
</section>
Expand All @@ -167,7 +167,7 @@ <h3>user<wbr>Name</h3>
<div class="tsd-signature tsd-kind-icon">user<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/environmentVcapServices.ts#L18">src/environmentVcapServices.ts:18</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/environmentVcapServices.ts#L18">src/environmentVcapServices.ts:18</a></li>
</ul>
</aside>
</section>
Expand All @@ -184,7 +184,7 @@ <h3>get<wbr>Server</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/environmentVcapServices.ts#L64">src/environmentVcapServices.ts:64</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/environmentVcapServices.ts#L64">src/environmentVcapServices.ts:64</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
4 changes: 2 additions & 2 deletions docs/api/classes/_error_.baseerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L18">src/error.ts:18</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L18">src/error.ts:18</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -183,7 +183,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> <span class="tsd-flag t
<div class="tsd-signature tsd-kind-icon">context<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L18">src/error.ts:18</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L18">src/error.ts:18</a></li>
</ul>
</aside>
</section>
Expand Down
6 changes: 3 additions & 3 deletions docs/api/classes/_error_.clienterror.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L7">src/error.ts:7</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L7">src/error.ts:7</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -146,7 +146,7 @@ <h3>code</h3>
<div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L6">src/error.ts:6</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L6">src/error.ts:6</a></li>
</ul>
</aside>
</section>
Expand All @@ -156,7 +156,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> <span class="tsd-flag t
<div class="tsd-signature tsd-kind-icon">context<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L7">src/error.ts:7</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L7">src/error.ts:7</a></li>
</ul>
</aside>
</section>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/classes/_error_.insufficientprivilegeserror.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="_error_.baseerror.html">BaseError</a>.<a href="_error_.baseerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L18">src/error.ts:18</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L18">src/error.ts:18</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="_error_.baseerror.html">BaseError</a>.<a href="_error_.baseerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L18">src/error.ts:18</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L18">src/error.ts:18</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/classes/_error_.operationfailederror.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="_error_.baseerror.html">BaseError</a>.<a href="_error_.baseerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L18">src/error.ts:18</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L18">src/error.ts:18</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/classes/_error_.querylimiterror.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="_error_.baseerror.html">BaseError</a>.<a href="_error_.baseerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L18">src/error.ts:18</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L18">src/error.ts:18</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/classes/_error_.queryoffseterror.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="_error_.baseerror.html">BaseError</a>.<a href="_error_.baseerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L18">src/error.ts:18</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L18">src/error.ts:18</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/classes/_error_.useralreadyexistserror.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="_error_.baseerror.html">BaseError</a>.<a href="_error_.baseerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L18">src/error.ts:18</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L18">src/error.ts:18</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/classes/_error_.usercreateerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="_error_.baseerror.html">BaseError</a>.<a href="_error_.baseerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L18">src/error.ts:18</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L18">src/error.ts:18</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/classes/_error_.usergroupalreadyexistserror.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="_error_.baseerror.html">BaseError</a>.<a href="_error_.baseerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L18">src/error.ts:18</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L18">src/error.ts:18</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/classes/_error_.usergroupdeletionfailederror.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="_error_.baseerror.html">BaseError</a>.<a href="_error_.baseerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L18">src/error.ts:18</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L18">src/error.ts:18</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/classes/_error_.usergroupdoesnotexisterror.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="_error_.baseerror.html">BaseError</a>.<a href="_error_.baseerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L18">src/error.ts:18</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L18">src/error.ts:18</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/classes/_error_.usernotfounderror.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="_error_.baseerror.html">BaseError</a>.<a href="_error_.baseerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L18">src/error.ts:18</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L18">src/error.ts:18</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/classes/_error_.userresendwelcomeemailerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="_error_.baseerror.html">BaseError</a>.<a href="_error_.baseerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L18">src/error.ts:18</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L18">src/error.ts:18</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/classes/_error_.userupdateerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="_error_.baseerror.html">BaseError</a>.<a href="_error_.baseerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/error.ts#L18">src/error.ts:18</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/error.ts#L18">src/error.ts:18</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
6 changes: 3 additions & 3 deletions docs/api/classes/_fakeserver_.fakeserver.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/fakeServer.ts#L13">src/fakeServer.ts:13</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/fakeServer.ts#L13">src/fakeServer.ts:13</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -136,7 +136,7 @@ <h3>fake<wbr>Responses</h3>
<div class="tsd-signature tsd-kind-icon">fake<wbr>Responses<span class="tsd-signature-symbol">:</span> <a href="_requestresponselogentry_.requestresponselogentry.html" class="tsd-signature-type">RequestResponseLogEntry</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = []</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/fakeServer.ts#L13">src/fakeServer.ts:13</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/fakeServer.ts#L13">src/fakeServer.ts:13</a></li>
</ul>
</aside>
</section>
Expand All @@ -153,7 +153,7 @@ <h3>get<wbr>Fake<wbr>Http<wbr>Response</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c6a633e/src/fakeServer.ts#L17">src/fakeServer.ts:17</a></li>
<li>Defined in <a href="https://github.com/hobigo/nextcloud-node-client/blob/c8cfb5b/src/fakeServer.ts#L17">src/fakeServer.ts:17</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
Loading

0 comments on commit 4fa26f5

Please sign in to comment.