Skip to content

Commit 71c9610

Browse files
authored
[create-pull-request] automated change
1 parent bcb97ff commit 71c9610

File tree

123 files changed

+4072
-1617
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+4072
-1617
lines changed

docs/Next/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/Next/classes/AbstractCursor.html

Lines changed: 150 additions & 43 deletions
Large diffs are not rendered by default.

docs/Next/classes/AggregationCursor.html

Lines changed: 159 additions & 52 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.BSONRegExp.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,20 @@ <h2>Methods</h2>
105105
<section class="tsd-panel tsd-member tsd-is-external"><a id="inspect" class="tsd-anchor"></a>
106106
<h3 class="tsd-anchor-link"><span>inspect</span><a href="#inspect" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
107107
<ul class="tsd-signatures tsd-is-external">
108-
<li class="tsd-signature tsd-anchor-link" id="inspect.inspect-1"><span class="tsd-kind-call-signature">inspect</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#inspect.inspect-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
108+
<li class="tsd-signature tsd-anchor-link" id="inspect.inspect-1"><span class="tsd-kind-call-signature">inspect</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">depth</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">inspect</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#inspect.inspect-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
109109
<li class="tsd-description">
110+
<div class="tsd-comment tsd-typography"><p>Prints a human-readable string of BSON value information
111+
If invoked manually without node.js.inspect function, this will default to a modified JSON.stringify</p>
112+
</div>
113+
<div class="tsd-parameters">
114+
<h4 class="tsd-parameters-title">Parameters</h4>
115+
<ul class="tsd-parameter-list">
116+
<li>
117+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">depth</span>: <span class="tsd-signature-type">number</span></h5></li>
118+
<li>
119+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-type">unknown</span></h5></li>
120+
<li>
121+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">inspect</span>: <span class="tsd-signature-type ">InspectFn</span></h5></li></ul></div>
110122
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
111123
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
112124
<p>Overrides <a href="BSON.BSONValue.html">BSONValue</a>.<a href="BSON.BSONValue.html#inspect">inspect</a></p>

docs/Next/classes/BSON.BSONSymbol.html

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,21 +96,33 @@ <h2>Methods</h2>
9696
<section class="tsd-panel tsd-member tsd-is-external"><a id="inspect" class="tsd-anchor"></a>
9797
<h3 class="tsd-anchor-link"><span>inspect</span><a href="#inspect" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
9898
<ul class="tsd-signatures tsd-is-external">
99-
<li class="tsd-signature tsd-anchor-link" id="inspect.inspect-1"><span class="tsd-kind-call-signature">inspect</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#inspect.inspect-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
99+
<li class="tsd-signature tsd-anchor-link" id="inspect.inspect-1"><span class="tsd-kind-call-signature">inspect</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">depth</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">inspect</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#inspect.inspect-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
100100
<li class="tsd-description">
101+
<div class="tsd-comment tsd-typography"><p>Prints a human-readable string of BSON value information
102+
If invoked manually without node.js.inspect function, this will default to a modified JSON.stringify</p>
103+
</div>
104+
<div class="tsd-parameters">
105+
<h4 class="tsd-parameters-title">Parameters</h4>
106+
<ul class="tsd-parameter-list">
107+
<li>
108+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">depth</span>: <span class="tsd-signature-type">number</span></h5></li>
109+
<li>
110+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-type">unknown</span></h5></li>
111+
<li>
112+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">inspect</span>: <span class="tsd-signature-type ">InspectFn</span></h5></li></ul></div>
101113
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
102114
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
103115
<p>Overrides <a href="BSON.BSONValue.html">BSONValue</a>.<a href="BSON.BSONValue.html#inspect">inspect</a></p>
104116
<ul>
105-
<li>Defined in node_modules/bson/bson.d.ts:235</li></ul></aside></li></ul></section>
117+
<li>Defined in node_modules/bson/bson.d.ts:238</li></ul></aside></li></ul></section>
106118
<section class="tsd-panel tsd-member tsd-is-external"><a id="toJSON" class="tsd-anchor"></a>
107119
<h3 class="tsd-anchor-link"><span>toJSON</span><a href="#toJSON" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
108120
<ul class="tsd-signatures tsd-is-external">
109121
<li class="tsd-signature tsd-anchor-link" id="toJSON.toJSON-1"><span class="tsd-kind-call-signature">toJSON</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#toJSON.toJSON-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
110122
<li class="tsd-description">
111123
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
112124
<ul>
113-
<li>Defined in node_modules/bson/bson.d.ts:236</li></ul></aside></li></ul></section>
125+
<li>Defined in node_modules/bson/bson.d.ts:235</li></ul></aside></li></ul></section>
114126
<section class="tsd-panel tsd-member tsd-is-external"><a id="toString" class="tsd-anchor"></a>
115127
<h3 class="tsd-anchor-link"><span>to<wbr/>String</span><a href="#toString" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
116128
<ul class="tsd-signatures tsd-is-external">

docs/Next/classes/BSON.BSONValue.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,24 @@ <h2>Methods</h2>
7676
<section class="tsd-panel tsd-member tsd-is-external"><a id="inspect" class="tsd-anchor"></a>
7777
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>inspect</span><a href="#inspect" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
7878
<ul class="tsd-signatures tsd-is-external">
79-
<li class="tsd-signature tsd-anchor-link" id="inspect.inspect-1"><span class="tsd-kind-call-signature">inspect</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#inspect.inspect-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
79+
<li class="tsd-signature tsd-anchor-link" id="inspect.inspect-1"><span class="tsd-kind-call-signature">inspect</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">depth</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">inspect</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#inspect.inspect-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
8080
<li class="tsd-description">
81+
<div class="tsd-comment tsd-typography"><p>Prints a human-readable string of BSON value information
82+
If invoked manually without node.js.inspect function, this will default to a modified JSON.stringify</p>
83+
</div>
84+
<div class="tsd-parameters">
85+
<h4 class="tsd-parameters-title">Parameters</h4>
86+
<ul class="tsd-parameter-list">
87+
<li>
88+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">depth</span>: <span class="tsd-signature-type">number</span></h5></li>
89+
<li>
90+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-type">unknown</span></h5></li>
91+
<li>
92+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">inspect</span>: <span class="tsd-signature-type ">InspectFn</span></h5></li></ul></div>
8193
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
8294
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
8395
<ul>
84-
<li>Defined in node_modules/bson/bson.d.ts:279</li></ul></aside></li></ul></section></section></div>
96+
<li>Defined in node_modules/bson/bson.d.ts:283</li></ul></aside></li></ul></section></section></div>
8597
<div class="col-sidebar">
8698
<div class="page-menu">
8799
<div class="tsd-navigation settings">

docs/Next/classes/BSON.BSONVersionError.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h4>Hierarchy</h4>
2323
<ul class="tsd-hierarchy">
2424
<li><span class="target">BSONVersionError</span></li></ul></li></ul></section><aside class="tsd-sources">
2525
<ul>
26-
<li>Defined in node_modules/bson/bson.d.ts:287</li></ul></aside>
26+
<li>Defined in node_modules/bson/bson.d.ts:291</li></ul></aside>
2727
<section class="tsd-panel-group tsd-index-group">
2828
<section class="tsd-panel tsd-index-panel">
2929
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -60,7 +60,7 @@ <h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-
6060
<h4 class="tsd-returns-title">Returns <a href="BSON.BSONVersionError.html" class="tsd-signature-type tsd-kind-class">BSONVersionError</a></h4><aside class="tsd-sources">
6161
<p>Overrides <a href="BSON.BSONError.html">BSONError</a>.<a href="BSON.BSONError.html#constructor">constructor</a></p>
6262
<ul>
63-
<li>Defined in node_modules/bson/bson.d.ts:289</li></ul></aside></li></ul></section></section>
63+
<li>Defined in node_modules/bson/bson.d.ts:293</li></ul></aside></li></ul></section></section>
6464
<section class="tsd-panel-group tsd-member-group">
6565
<h2>Properties</h2>
6666
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="cause" class="tsd-anchor"></a>
@@ -123,7 +123,7 @@ <h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permali
123123
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">&quot;BSONVersionError&quot;</span></h4><aside class="tsd-sources">
124124
<p>Overrides BSONError.name</p>
125125
<ul>
126-
<li>Defined in node_modules/bson/bson.d.ts:288</li></ul></aside></li></ul></section></section>
126+
<li>Defined in node_modules/bson/bson.d.ts:292</li></ul></aside></li></ul></section></section>
127127
<section class="tsd-panel-group tsd-member-group">
128128
<h2>Methods</h2>
129129
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="captureStackTrace" class="tsd-anchor"></a>

docs/Next/classes/BSON.Binary.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,20 @@ <h2>Methods</h2>
216216
<section class="tsd-panel tsd-member tsd-is-external"><a id="inspect" class="tsd-anchor"></a>
217217
<h3 class="tsd-anchor-link"><span>inspect</span><a href="#inspect" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
218218
<ul class="tsd-signatures tsd-is-external">
219-
<li class="tsd-signature tsd-anchor-link" id="inspect.inspect-1"><span class="tsd-kind-call-signature">inspect</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#inspect.inspect-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
219+
<li class="tsd-signature tsd-anchor-link" id="inspect.inspect-1"><span class="tsd-kind-call-signature">inspect</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">depth</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">inspect</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#inspect.inspect-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
220220
<li class="tsd-description">
221+
<div class="tsd-comment tsd-typography"><p>Prints a human-readable string of BSON value information
222+
If invoked manually without node.js.inspect function, this will default to a modified JSON.stringify</p>
223+
</div>
224+
<div class="tsd-parameters">
225+
<h4 class="tsd-parameters-title">Parameters</h4>
226+
<ul class="tsd-parameter-list">
227+
<li>
228+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">depth</span>: <span class="tsd-signature-type">number</span></h5></li>
229+
<li>
230+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-type">unknown</span></h5></li>
231+
<li>
232+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">inspect</span>: <span class="tsd-signature-type ">InspectFn</span></h5></li></ul></div>
221233
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
222234
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
223235
<p>Overrides <a href="BSON.BSONValue.html">BSONValue</a>.<a href="BSON.BSONValue.html#inspect">inspect</a></p>

0 commit comments

Comments
 (0)