Skip to content

Commit f50a339

Browse files
authored
[create-pull-request] automated change
1 parent ca3780a commit f50a339

File tree

129 files changed

+969
-868
lines changed

Some content is hidden

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

129 files changed

+969
-868
lines changed

docs/Next/classes/BSON.BSONError.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,18 @@ <h2>Constructors</h2>
5858
<section class="tsd-panel tsd-member tsd-is-external"><a id="constructor" class="tsd-anchor"></a>
5959
<h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" id="icon-anchor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></svg></a></h3>
6060
<ul class="tsd-signatures tsd-is-external">
61-
<li class="tsd-signature tsd-anchor-link" id="constructor.new_BSONError"><span class="tsd-kind-constructor-signature">new BSONError</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">message</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="BSON.BSONError.html" class="tsd-signature-type tsd-kind-class">BSONError</a><a href="#constructor.new_BSONError" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
61+
<li class="tsd-signature tsd-anchor-link" id="constructor.new_BSONError"><span class="tsd-kind-constructor-signature">new BSONError</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">message</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="BSON.BSONError.html" class="tsd-signature-type tsd-kind-class">BSONError</a><a href="#constructor.new_BSONError" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
6262
<li class="tsd-description">
6363
<div class="tsd-parameters">
6464
<h4 class="tsd-parameters-title">Parameters</h4>
6565
<ul class="tsd-parameter-list">
6666
<li>
67-
<h5><span class="tsd-kind-parameter">message</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
67+
<h5><span class="tsd-kind-parameter">message</span>: <span class="tsd-signature-type">string</span></h5></li>
68+
<li>
69+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">cause</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
70+
<ul class="tsd-parameters">
71+
<li class="tsd-parameter">
72+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">cause</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span></h5></li></ul></li></ul></div>
6873
<h4 class="tsd-returns-title">Returns <a href="BSON.BSONError.html" class="tsd-signature-type tsd-kind-class">BSONError</a></h4><aside class="tsd-sources">
6974
<p>Overrides Error.constructor</p>
7075
<ul>
@@ -173,7 +178,7 @@ <h5><span class="tsd-kind-parameter">value</span>: <span class="tsd-signature-ty
173178
<h4 class="tsd-returns-title">Returns <span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol"> is </span><a href="BSON.BSONError.html" class="tsd-signature-type tsd-kind-class">BSONError</a></h4>
174179
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
175180
<ul>
176-
<li>Defined in node_modules/bson/bson.d.ts:170</li></ul></aside></li></ul></section></section></div>
181+
<li>Defined in node_modules/bson/bson.d.ts:172</li></ul></aside></li></ul></section></section></div>
177182
<div class="col-sidebar">
178183
<div class="page-menu">
179184
<div class="tsd-navigation settings">

docs/Next/classes/BSON.BSONRegExp.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h4>Hierarchy</h4>
2727
<ul class="tsd-hierarchy">
2828
<li><span class="target">BSONRegExp</span></li></ul></li></ul></section><aside class="tsd-sources">
2929
<ul>
30-
<li>Defined in node_modules/bson/bson.d.ts:178</li></ul></aside>
30+
<li>Defined in node_modules/bson/bson.d.ts:180</li></ul></aside>
3131
<section class="tsd-panel-group tsd-index-group">
3232
<section class="tsd-panel tsd-index-panel">
3333
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -75,19 +75,19 @@ <h4 class="tsd-returns-title">Returns <a href="BSON.BSONRegExp.html" class="tsd-
7575
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
7676
<p>Overrides <a href="BSON.BSONValue.html">BSONValue</a>.<a href="BSON.BSONValue.html#constructor">constructor</a></p>
7777
<ul>
78-
<li>Defined in node_modules/bson/bson.d.ts:186</li></ul></aside></li></ul></section></section>
78+
<li>Defined in node_modules/bson/bson.d.ts:188</li></ul></aside></li></ul></section></section>
7979
<section class="tsd-panel-group tsd-member-group">
8080
<h2>Properties</h2>
8181
<section class="tsd-panel tsd-member tsd-is-external"><a id="options" class="tsd-anchor"></a>
8282
<h3 class="tsd-anchor-link"><span>options</span><a href="#options" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
8383
<div class="tsd-signature"><span class="tsd-kind-property">options</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
8484
<ul>
85-
<li>Defined in node_modules/bson/bson.d.ts:181</li></ul></aside></section>
85+
<li>Defined in node_modules/bson/bson.d.ts:183</li></ul></aside></section>
8686
<section class="tsd-panel tsd-member tsd-is-external"><a id="pattern" class="tsd-anchor"></a>
8787
<h3 class="tsd-anchor-link"><span>pattern</span><a href="#pattern" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
8888
<div class="tsd-signature"><span class="tsd-kind-property">pattern</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
8989
<ul>
90-
<li>Defined in node_modules/bson/bson.d.ts:180</li></ul></aside></section></section>
90+
<li>Defined in node_modules/bson/bson.d.ts:182</li></ul></aside></section></section>
9191
<section class="tsd-panel-group tsd-member-group">
9292
<h2>Accessors</h2>
9393
<section class="tsd-panel tsd-member tsd-is-external"><a id="_bsontype" class="tsd-anchor"></a>
@@ -99,7 +99,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">&quot;BSO
9999
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
100100
<p>Overrides BSONValue._bsontype</p>
101101
<ul>
102-
<li>Defined in node_modules/bson/bson.d.ts:179</li></ul></aside></li></ul></section></section>
102+
<li>Defined in node_modules/bson/bson.d.ts:181</li></ul></aside></li></ul></section></section>
103103
<section class="tsd-panel-group tsd-member-group">
104104
<h2>Methods</h2>
105105
<section class="tsd-panel tsd-member tsd-is-external"><a id="inspect" class="tsd-anchor"></a>
@@ -123,7 +123,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</s
123123
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
124124
<p>Overrides <a href="BSON.BSONValue.html">BSONValue</a>.<a href="BSON.BSONValue.html#inspect">inspect</a></p>
125125
<ul>
126-
<li>Defined in node_modules/bson/bson.d.ts:190</li></ul></aside></li></ul></section>
126+
<li>Defined in node_modules/bson/bson.d.ts:192</li></ul></aside></li></ul></section>
127127
<section class="tsd-panel tsd-member tsd-is-external"><a id="parseOptions" class="tsd-anchor"></a>
128128
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>parse<wbr/>Options</span><a href="#parseOptions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
129129
<ul class="tsd-signatures tsd-is-external">
@@ -136,7 +136,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
136136
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
137137
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
138138
<ul>
139-
<li>Defined in node_modules/bson/bson.d.ts:187</li></ul></aside></li></ul></section></section></div>
139+
<li>Defined in node_modules/bson/bson.d.ts:189</li></ul></aside></li></ul></section></section></div>
140140
<div class="col-sidebar">
141141
<div class="page-menu">
142142
<div class="tsd-navigation settings">

docs/Next/classes/BSON.BSONRuntimeError.html

Lines changed: 4 additions & 4 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">BSONRuntimeError</span></li></ul></li></ul></section><aside class="tsd-sources">
2525
<ul>
26-
<li>Defined in node_modules/bson/bson.d.ts:215</li></ul></aside>
26+
<li>Defined in node_modules/bson/bson.d.ts:217</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">
@@ -65,7 +65,7 @@ <h5><span class="tsd-kind-parameter">message</span>: <span class="tsd-signature-
6565
<h4 class="tsd-returns-title">Returns <a href="BSON.BSONRuntimeError.html" class="tsd-signature-type tsd-kind-class">BSONRuntimeError</a></h4><aside class="tsd-sources">
6666
<p>Overrides <a href="BSON.BSONError.html">BSONError</a>.<a href="BSON.BSONError.html#constructor">constructor</a></p>
6767
<ul>
68-
<li>Defined in node_modules/bson/bson.d.ts:217</li></ul></aside></li></ul></section></section>
68+
<li>Defined in node_modules/bson/bson.d.ts:219</li></ul></aside></li></ul></section></section>
6969
<section class="tsd-panel-group tsd-member-group">
7070
<h2>Properties</h2>
7171
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="cause" class="tsd-anchor"></a>
@@ -128,7 +128,7 @@ <h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permali
128128
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">&quot;BSONRuntimeError&quot;</span></h4><aside class="tsd-sources">
129129
<p>Overrides BSONError.name</p>
130130
<ul>
131-
<li>Defined in node_modules/bson/bson.d.ts:216</li></ul></aside></li></ul></section></section>
131+
<li>Defined in node_modules/bson/bson.d.ts:218</li></ul></aside></li></ul></section></section>
132132
<section class="tsd-panel-group tsd-member-group">
133133
<h2>Methods</h2>
134134
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="captureStackTrace" class="tsd-anchor"></a>
@@ -171,7 +171,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-kind-parameter">value</sp
171171
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
172172
<p>Inherited from <a href="BSON.BSONError.html">BSONError</a>.<a href="BSON.BSONError.html#isBSONError">isBSONError</a></p>
173173
<ul>
174-
<li>Defined in node_modules/bson/bson.d.ts:170</li></ul></aside></li></ul></section></section></div>
174+
<li>Defined in node_modules/bson/bson.d.ts:172</li></ul></aside></li></ul></section></section></div>
175175
<div class="col-sidebar">
176176
<div class="page-menu">
177177
<div class="tsd-navigation settings">

docs/Next/classes/BSON.BSONSymbol.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h4>Hierarchy</h4>
2727
<ul class="tsd-hierarchy">
2828
<li><span class="target">BSONSymbol</span></li></ul></li></ul></section><aside class="tsd-sources">
2929
<ul>
30-
<li>Defined in node_modules/bson/bson.d.ts:225</li></ul></aside>
30+
<li>Defined in node_modules/bson/bson.d.ts:227</li></ul></aside>
3131
<section class="tsd-panel-group tsd-index-group">
3232
<section class="tsd-panel tsd-index-panel">
3333
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -71,14 +71,14 @@ <h4 class="tsd-returns-title">Returns <a href="BSON.BSONSymbol.html" class="tsd-
7171
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
7272
<p>Overrides <a href="BSON.BSONValue.html">BSONValue</a>.<a href="BSON.BSONValue.html#constructor">constructor</a></p>
7373
<ul>
74-
<li>Defined in node_modules/bson/bson.d.ts:231</li></ul></aside></li></ul></section></section>
74+
<li>Defined in node_modules/bson/bson.d.ts:233</li></ul></aside></li></ul></section></section>
7575
<section class="tsd-panel-group tsd-member-group">
7676
<h2>Properties</h2>
7777
<section class="tsd-panel tsd-member tsd-is-external"><a id="value" class="tsd-anchor"></a>
7878
<h3 class="tsd-anchor-link"><span>value</span><a href="#value" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
7979
<div class="tsd-signature"><span class="tsd-kind-property">value</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
8080
<ul>
81-
<li>Defined in node_modules/bson/bson.d.ts:227</li></ul></aside></section></section>
81+
<li>Defined in node_modules/bson/bson.d.ts:229</li></ul></aside></section></section>
8282
<section class="tsd-panel-group tsd-member-group">
8383
<h2>Accessors</h2>
8484
<section class="tsd-panel tsd-member tsd-is-external"><a id="_bsontype" class="tsd-anchor"></a>
@@ -90,7 +90,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">&quot;BSO
9090
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
9191
<p>Overrides BSONValue._bsontype</p>
9292
<ul>
93-
<li>Defined in node_modules/bson/bson.d.ts:226</li></ul></aside></li></ul></section></section>
93+
<li>Defined in node_modules/bson/bson.d.ts:228</li></ul></aside></li></ul></section></section>
9494
<section class="tsd-panel-group tsd-member-group">
9595
<h2>Methods</h2>
9696
<section class="tsd-panel tsd-member tsd-is-external"><a id="inspect" class="tsd-anchor"></a>
@@ -114,23 +114,23 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</s
114114
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
115115
<p>Overrides <a href="BSON.BSONValue.html">BSONValue</a>.<a href="BSON.BSONValue.html#inspect">inspect</a></p>
116116
<ul>
117-
<li>Defined in node_modules/bson/bson.d.ts:238</li></ul></aside></li></ul></section>
117+
<li>Defined in node_modules/bson/bson.d.ts:240</li></ul></aside></li></ul></section>
118118
<section class="tsd-panel tsd-member tsd-is-external"><a id="toJSON" class="tsd-anchor"></a>
119119
<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>
120120
<ul class="tsd-signatures tsd-is-external">
121121
<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>
122122
<li class="tsd-description">
123123
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
124124
<ul>
125-
<li>Defined in node_modules/bson/bson.d.ts:235</li></ul></aside></li></ul></section>
125+
<li>Defined in node_modules/bson/bson.d.ts:237</li></ul></aside></li></ul></section>
126126
<section class="tsd-panel tsd-member tsd-is-external"><a id="toString" class="tsd-anchor"></a>
127127
<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>
128128
<ul class="tsd-signatures tsd-is-external">
129129
<li class="tsd-signature tsd-anchor-link" id="toString.toString-1"><span class="tsd-kind-call-signature">to<wbr/>String</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="#toString.toString-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
130130
<li class="tsd-description">
131131
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
132132
<ul>
133-
<li>Defined in node_modules/bson/bson.d.ts:234</li></ul></aside></li></ul></section>
133+
<li>Defined in node_modules/bson/bson.d.ts:236</li></ul></aside></li></ul></section>
134134
<section class="tsd-panel tsd-member tsd-is-external"><a id="valueOf" class="tsd-anchor"></a>
135135
<h3 class="tsd-anchor-link"><span>value<wbr/>Of</span><a href="#valueOf" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
136136
<ul class="tsd-signatures tsd-is-external">
@@ -141,7 +141,7 @@ <h3 class="tsd-anchor-link"><span>value<wbr/>Of</span><a href="#valueOf" aria-la
141141
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
142142
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
143143
<ul>
144-
<li>Defined in node_modules/bson/bson.d.ts:233</li></ul></aside></li></ul></section></section></div>
144+
<li>Defined in node_modules/bson/bson.d.ts:235</li></ul></aside></li></ul></section></section></div>
145145
<div class="col-sidebar">
146146
<div class="page-menu">
147147
<div class="tsd-navigation settings">

docs/Next/classes/BSON.BSONValue.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h4>Hierarchy</h4>
3434
<li><a href="BSON.BSONRegExp.html" class="tsd-signature-type tsd-kind-class">BSONRegExp</a></li>
3535
<li><a href="BSON.Decimal128.html" class="tsd-signature-type tsd-kind-class">Decimal128</a></li></ul></li></ul></section><aside class="tsd-sources">
3636
<ul>
37-
<li>Defined in node_modules/bson/bson.d.ts:275</li></ul></aside>
37+
<li>Defined in node_modules/bson/bson.d.ts:277</li></ul></aside>
3838
<section class="tsd-panel-group tsd-index-group">
3939
<section class="tsd-panel tsd-index-panel">
4040
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -70,7 +70,7 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code
7070
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
7171
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
7272
<ul>
73-
<li>Defined in node_modules/bson/bson.d.ts:277</li></ul></aside></li></ul></section></section>
73+
<li>Defined in node_modules/bson/bson.d.ts:279</li></ul></aside></li></ul></section></section>
7474
<section class="tsd-panel-group tsd-member-group">
7575
<h2>Methods</h2>
7676
<section class="tsd-panel tsd-member tsd-is-external"><a id="inspect" class="tsd-anchor"></a>
@@ -93,7 +93,7 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-
9393
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
9494
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
9595
<ul>
96-
<li>Defined in node_modules/bson/bson.d.ts:283</li></ul></aside></li></ul></section></section></div>
96+
<li>Defined in node_modules/bson/bson.d.ts:285</li></ul></aside></li></ul></section></section></div>
9797
<div class="col-sidebar">
9898
<div class="page-menu">
9999
<div class="tsd-navigation settings">

0 commit comments

Comments
 (0)