Skip to content

Commit 63ddd5c

Browse files
committed
chore: generating docs
[ci skip]
1 parent 5305988 commit 63ddd5c

File tree

1,008 files changed

+22982
-21097
lines changed

Some content is hidden

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

1,008 files changed

+22982
-21097
lines changed

docs/assets/highlight.css

+13-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
--dark-hl-3: #569CD6;
1010
--light-hl-4: #008000;
1111
--dark-hl-4: #6A9955;
12-
--light-hl-5: #AF00DB;
13-
--dark-hl-5: #C586C0;
14-
--light-hl-6: #001080;
15-
--dark-hl-6: #9CDCFE;
16-
--light-hl-7: #0070C1;
17-
--dark-hl-7: #4FC1FF;
12+
--light-hl-5: #001080;
13+
--dark-hl-5: #9CDCFE;
14+
--light-hl-6: #0070C1;
15+
--dark-hl-6: #4FC1FF;
16+
--light-hl-7: #098658;
17+
--dark-hl-7: #B5CEA8;
18+
--light-hl-8: #AF00DB;
19+
--dark-hl-8: #C586C0;
1820
--light-code-background: #FFFFFF;
1921
--dark-code-background: #1E1E1E;
2022
}
@@ -28,6 +30,7 @@
2830
--hl-5: var(--light-hl-5);
2931
--hl-6: var(--light-hl-6);
3032
--hl-7: var(--light-hl-7);
33+
--hl-8: var(--light-hl-8);
3134
--code-background: var(--light-code-background);
3235
} }
3336

@@ -40,6 +43,7 @@
4043
--hl-5: var(--dark-hl-5);
4144
--hl-6: var(--dark-hl-6);
4245
--hl-7: var(--dark-hl-7);
46+
--hl-8: var(--dark-hl-8);
4347
--code-background: var(--dark-code-background);
4448
} }
4549

@@ -52,6 +56,7 @@
5256
--hl-5: var(--light-hl-5);
5357
--hl-6: var(--light-hl-6);
5458
--hl-7: var(--light-hl-7);
59+
--hl-8: var(--light-hl-8);
5560
--code-background: var(--light-code-background);
5661
}
5762

@@ -64,6 +69,7 @@
6469
--hl-5: var(--dark-hl-5);
6570
--hl-6: var(--dark-hl-6);
6671
--hl-7: var(--dark-hl-7);
72+
--hl-8: var(--dark-hl-8);
6773
--code-background: var(--dark-code-background);
6874
}
6975

@@ -75,4 +81,5 @@
7581
.hl-5 { color: var(--hl-5); }
7682
.hl-6 { color: var(--hl-6); }
7783
.hl-7 { color: var(--hl-7); }
84+
.hl-8 { color: var(--hl-8); }
7885
pre, code { background: var(--code-background); }

docs/assets/search.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/ErrorPolykey.html

+17-2
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,19 @@ <h4>Hierarchy</h4>
2828
<li><span class="target">ErrorPolykey</span>
2929
<ul class="tsd-hierarchy">
3030
<li><a href="utils.errors.ErrorUtils.html" class="tsd-signature-type tsd-kind-class">ErrorUtils</a></li>
31+
<li><a href="utils.errors.ErrorRateLimiter.html" class="tsd-signature-type tsd-kind-class">ErrorRateLimiter</a></li>
3132
<li><a href="errors.ErrorPolykeyUnimplemented.html" class="tsd-signature-type tsd-kind-class">ErrorPolykeyUnimplemented</a></li>
3233
<li><a href="errors.ErrorPolykeyUnknown.html" class="tsd-signature-type tsd-kind-class">ErrorPolykeyUnknown</a></li>
34+
<li><a href="errors.ErrorPolykeyUnexpected.html" class="tsd-signature-type tsd-kind-class">ErrorPolykeyUnexpected</a></li>
3335
<li><a href="errors.ErrorPolykeyAgentRunning.html" class="tsd-signature-type tsd-kind-class">ErrorPolykeyAgentRunning</a></li>
3436
<li><a href="errors.ErrorPolykeyAgentNotRunning.html" class="tsd-signature-type tsd-kind-class">ErrorPolykeyAgentNotRunning</a></li>
3537
<li><a href="errors.ErrorPolykeyAgentDestroyed.html" class="tsd-signature-type tsd-kind-class">ErrorPolykeyAgentDestroyed</a></li>
3638
<li><a href="errors.ErrorPolykeyClientRunning.html" class="tsd-signature-type tsd-kind-class">ErrorPolykeyClientRunning</a></li>
3739
<li><a href="errors.ErrorPolykeyClientNotRunning.html" class="tsd-signature-type tsd-kind-class">ErrorPolykeyClientNotRunning</a></li>
3840
<li><a href="errors.ErrorPolykeyClientDestroyed.html" class="tsd-signature-type tsd-kind-class">ErrorPolykeyClientDestroyed</a></li>
39-
<li><a href="errors.ErrorACL.html" class="tsd-signature-type tsd-kind-class">ErrorACL</a></li>
41+
<li><a href="errors.ErrorPolykeyClientCreateTimeout.html" class="tsd-signature-type tsd-kind-class">ErrorPolykeyClientCreateTimeout</a></li>
42+
<li><a href="errors.ErrorPolykeyClientNodeIdInvalid.html" class="tsd-signature-type tsd-kind-class">ErrorPolykeyClientNodeIdInvalid</a></li>
43+
<li><a href="errors.ErrorAudit.html" class="tsd-signature-type tsd-kind-class">ErrorAudit</a></li>
4044
<li><a href="errors.ErrorSessions.html" class="tsd-signature-type tsd-kind-class">ErrorSessions</a></li>
4145
<li><a href="errors.ErrorKeys.html" class="tsd-signature-type tsd-kind-class">ErrorKeys</a></li>
4246
<li><a href="errors.ErrorVaults.html" class="tsd-signature-type tsd-kind-class">ErrorVaults</a></li>
@@ -56,7 +60,8 @@ <h4>Hierarchy</h4>
5660
<li><a href="errors.ErrorStatus.html" class="tsd-signature-type tsd-kind-class">ErrorStatus</a></li>
5761
<li><a href="errors.ErrorTasks.html" class="tsd-signature-type tsd-kind-class">ErrorTasks</a></li>
5862
<li><a href="errors.ErrorTokens.html" class="tsd-signature-type tsd-kind-class">ErrorTokens</a></li>
59-
<li><a href="errors.ErrorValidation.html" class="tsd-signature-type tsd-kind-class">ErrorValidation</a></li></ul></li></ul></li></ul></section><aside class="tsd-sources">
63+
<li><a href="errors.ErrorValidation.html" class="tsd-signature-type tsd-kind-class">ErrorValidation</a></li>
64+
<li><a href="acl.errors.ErrorACL.html" class="tsd-signature-type tsd-kind-class">ErrorACL</a></li></ul></li></ul></li></ul></section><aside class="tsd-sources">
6065
<ul>
6166
<li>Defined in <a href="https://github.com/MatrixAI/Polykey/blob/master/src/ErrorPolykey.ts#L5">src/ErrorPolykey.ts:5</a></li></ul></aside>
6267
<section class="tsd-panel-group tsd-index-group">
@@ -88,6 +93,7 @@ <h3 class="tsd-index-heading">Accessors</h3>
8893
<section class="tsd-index-section">
8994
<h3 class="tsd-index-heading">Methods</h3>
9095
<div class="tsd-index-list"><a href="ErrorPolykey.html#toJSON" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-2048"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)"></path></g></svg><span>toJSON</span></a>
96+
<a href="ErrorPolykey.html#toString" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>to<wbr/>String</span></a>
9197
<a href="ErrorPolykey.html#captureStackTrace" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>capture<wbr/>Stack<wbr/>Trace</span></a>
9298
<a href="ErrorPolykey.html#fromJSON" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>fromJSON</span></a>
9399
</div></section></div></details></section></section>
@@ -235,6 +241,14 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span
235241
<p>Overrides AbstractError.toJSON</p>
236242
<ul>
237243
<li>Defined in <a href="https://github.com/MatrixAI/Polykey/blob/master/src/ErrorPolykey.ts#L36">src/ErrorPolykey.ts:36</a></li></ul></aside></li></ul></section>
244+
<section class="tsd-panel tsd-member"><a id="toString" class="tsd-anchor"></a>
245+
<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>
246+
<ul class="tsd-signatures">
247+
<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>
248+
<li class="tsd-description">
249+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
250+
<ul>
251+
<li>Defined in <a href="https://github.com/MatrixAI/Polykey/blob/master/src/ErrorPolykey.ts#L43">src/ErrorPolykey.ts:43</a></li></ul></aside></li></ul></section>
238252
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="captureStackTrace" class="tsd-anchor"></a>
239253
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>capture<wbr/>Stack<wbr/>Trace</span><a href="#captureStackTrace" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
240254
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
@@ -307,6 +321,7 @@ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon
307321
<li><a href="#stackTraceLimit" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>stack<wbr/>Trace<wbr/>Limit</span></a></li>
308322
<li><a href="#description-1" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-262144"></use></svg><span>description</span></a></li>
309323
<li><a href="#toJSON" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>toJSON</span></a></li>
324+
<li><a href="#toString" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>to<wbr/>String</span></a></li>
310325
<li><a href="#captureStackTrace" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>capture<wbr/>Stack<wbr/>Trace</span></a></li>
311326
<li><a href="#fromJSON" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>fromJSON</span></a></li></ul></div></details></div>
312327
<div class="site-menu">

0 commit comments

Comments
 (0)