Skip to content

Commit

Permalink
chore: release 2.4.0 (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Jul 13, 2022
1 parent 8ab8658 commit fca1ff2
Show file tree
Hide file tree
Showing 112 changed files with 709 additions and 172 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.4.0](https://github.com/box/box-node-sdk/compare/v2.3.0...v2.4.0) (2022-07-13)


### New Features and Enhancements

* Added support for file requests ([#742](https://github.com/box/box-node-sdk/issues/742)) ([30b2e76](https://github.com/box/box-node-sdk/commit/30b2e767c6c3af68e1463cc801914f9889dc593c))
* Added support of `admin_logs_streaming` stream type ([#740](https://github.com/box/box-node-sdk/issues/740)) ([406950a](https://github.com/box/box-node-sdk/commit/406950a03af54a022427e0532e889a61e0d25152))

### Bug Fixes

* properly handle client errors in streams ([#736](https://github.com/box/box-node-sdk/issues/736)) ([12378d6](https://github.com/box/box-node-sdk/commit/12378d6755c2e3cddcb79439cdcbbe8e1e61df13))

## [2.3.0](https://github.com/box/box-node-sdk/compare/v2.2.0...v2.3.0) (2022-04-28)


Expand Down
8 changes: 4 additions & 4 deletions docs/jsdoc/APIRequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="api-request.ts.html">api-request.ts</a>, <a href="api-request.ts.html#line96">line 96</a>
<a href="api-request.ts.html">api-request.ts</a>, <a href="api-request.ts.html#line110">line 110</a>
</li></ul></dd>


Expand Down Expand Up @@ -338,7 +338,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="api-request.ts.html">api-request.ts</a>, <a href="api-request.ts.html#line113">line 113</a>
<a href="api-request.ts.html">api-request.ts</a>, <a href="api-request.ts.html#line127">line 127</a>
</li></ul></dd>


Expand Down Expand Up @@ -445,7 +445,7 @@ <h4 class="name" id="getResponseStream"><span class="type-signature"></span>getR

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="api-request.ts.html">api-request.ts</a>, <a href="api-request.ts.html#line136">line 136</a>
<a href="api-request.ts.html">api-request.ts</a>, <a href="api-request.ts.html#line158">line 158</a>
</li></ul></dd>


Expand Down Expand Up @@ -519,7 +519,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="APIReques
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Thu Apr 28 2022 01:44:54 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Wed Jul 13 2022 05:25:41 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/APIRequestManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="APIReques
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Thu Apr 28 2022 01:44:54 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Wed Jul 13 2022 05:25:41 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/AppAuthSession.html
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="APIReques
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Thu Apr 28 2022 01:44:54 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Wed Jul 13 2022 05:25:41 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/BasicSession.html
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="APIReques
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Thu Apr 28 2022 01:44:54 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Wed Jul 13 2022 05:25:41 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
52 changes: 26 additions & 26 deletions docs/jsdoc/BoxClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line154">line 154</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line155">line 155</a>
</li></ul></dd>


Expand Down Expand Up @@ -296,7 +296,7 @@ <h5>Type:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line654">line 654</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line656">line 656</a>
</li></ul></dd>


Expand Down Expand Up @@ -361,7 +361,7 @@ <h4 class="name" id="batch"><span class="type-signature"></span>batch<span class

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line163">line 163</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line164">line 164</a>
</li></ul></dd>


Expand Down Expand Up @@ -425,7 +425,7 @@ <h4 class="name" id="batchExec"><span class="type-signature"></span>batchExec<sp

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line176">line 176</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line177">line 177</a>
</li></ul></dd>


Expand Down Expand Up @@ -710,7 +710,7 @@ <h5 class="subsection-title">Properties:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line627">line 627</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line629">line 629</a>
</li></ul></dd>


Expand Down Expand Up @@ -778,7 +778,7 @@ <h5>Type:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line662">line 662</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line664">line 664</a>
</li></ul></dd>


Expand Down Expand Up @@ -925,7 +925,7 @@ <h5 class="subsection-title">Properties:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line643">line 643</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line645">line 645</a>
</li></ul></dd>


Expand Down Expand Up @@ -1006,7 +1006,7 @@ <h4 class="name" id="asSelf"><span class="type-signature"></span>asSelf<span cla

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line398">line 398</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line400">line 400</a>
</li></ul></dd>


Expand Down Expand Up @@ -1162,7 +1162,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line389">line 389</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line391">line 391</a>
</li></ul></dd>


Expand Down Expand Up @@ -1360,7 +1360,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line527">line 527</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line529">line 529</a>
</li></ul></dd>


Expand Down Expand Up @@ -1521,7 +1521,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line542">line 542</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line544">line 544</a>
</li></ul></dd>


Expand Down Expand Up @@ -1754,7 +1754,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line482">line 482</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line484">line 484</a>
</li></ul></dd>


Expand Down Expand Up @@ -2115,7 +2115,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line421">line 421</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line423">line 423</a>
</li></ul></dd>


Expand Down Expand Up @@ -2350,7 +2350,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line440">line 440</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line442">line 442</a>
</li></ul></dd>


Expand Down Expand Up @@ -2579,7 +2579,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line496">line 496</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line498">line 498</a>
</li></ul></dd>


Expand Down Expand Up @@ -2808,7 +2808,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line609">line 609</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line611">line 611</a>
</li></ul></dd>


Expand Down Expand Up @@ -3051,7 +3051,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line454">line 454</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line456">line 456</a>
</li></ul></dd>


Expand Down Expand Up @@ -3280,7 +3280,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line468">line 468</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line470">line 470</a>
</li></ul></dd>


Expand Down Expand Up @@ -3386,7 +3386,7 @@ <h4 class="name" id="revokeSharedContext"><span class="type-signature"></span>re

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line379">line 379</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line381">line 381</a>
</li></ul></dd>


Expand Down Expand Up @@ -3554,7 +3554,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line408">line 408</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line410">line 410</a>
</li></ul></dd>


Expand Down Expand Up @@ -3737,7 +3737,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line343">line 343</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line345">line 345</a>
</li></ul></dd>


Expand Down Expand Up @@ -3893,7 +3893,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line358">line 358</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line360">line 360</a>
</li></ul></dd>


Expand Down Expand Up @@ -4091,7 +4091,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line370">line 370</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line372">line 372</a>
</li></ul></dd>


Expand Down Expand Up @@ -4353,7 +4353,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line510">line 510</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line512">line 512</a>
</li></ul></dd>


Expand Down Expand Up @@ -4508,7 +4508,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line572">line 572</a>
<a href="box-client.ts.html">box-client.ts</a>, <a href="box-client.ts.html#line574">line 574</a>
</li></ul></dd>


Expand Down Expand Up @@ -4582,7 +4582,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="APIReques
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Thu Apr 28 2022 01:44:54 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Wed Jul 13 2022 05:25:41 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/BoxSDKNode.html
Original file line number Diff line number Diff line change
Expand Up @@ -3230,7 +3230,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="APIReques
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Thu Apr 28 2022 01:44:54 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Wed Jul 13 2022 05:25:41 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/CCGSession.html
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="APIReques
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Thu Apr 28 2022 01:44:54 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Wed Jul 13 2022 05:25:41 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/ChunkedUploader.html
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="APIReques
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Thu Apr 28 2022 01:44:54 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Wed Jul 13 2022 05:25:41 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/CollaborationAllowlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -2379,7 +2379,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="APIReques
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Thu Apr 28 2022 01:44:54 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Wed Jul 13 2022 05:25:41 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/Collaborations.html
Original file line number Diff line number Diff line change
Expand Up @@ -3096,7 +3096,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="APIReques
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Thu Apr 28 2022 01:44:54 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Wed Jul 13 2022 05:25:41 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/Collections.html
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="APIReques
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Thu Apr 28 2022 01:44:54 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Wed Jul 13 2022 05:25:41 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/Comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="APIReques
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Thu Apr 28 2022 01:44:54 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Wed Jul 13 2022 05:25:41 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/Config.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="APIReques
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Thu Apr 28 2022 01:44:54 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Wed Jul 13 2022 05:25:41 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/DevicePins.html
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="APIReques
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Thu Apr 28 2022 01:44:54 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Wed Jul 13 2022 05:25:41 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
Loading

0 comments on commit fca1ff2

Please sign in to comment.