Skip to content

Commit

Permalink
Deploying to gh-pages from @ be5447c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Elschnagoo committed Aug 23, 2023
1 parent 92f15ad commit 2e2a2a2
Show file tree
Hide file tree
Showing 44 changed files with 225 additions and 201 deletions.
20 changes: 10 additions & 10 deletions classes/ApiAuthTestAction.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">ApiAuthTestAction</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/9c76071/src/actions/ApiAuthTestAction.ts#L10">src/actions/ApiAuthTestAction.ts:10</a></li></ul></aside>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/be5447c/src/actions/ApiAuthTestAction.ts#L10">src/actions/ApiAuthTestAction.ts:10</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -80,7 +80,7 @@ <h5><span class="tsd-kind-parameter">module</span>: <a href="../types/IBaseKerne
<h4 class="tsd-returns-title">Returns <a href="ApiAuthTestAction.html" class="tsd-signature-type tsd-kind-class">ApiAuthTestAction</a></h4><aside class="tsd-sources">
<p>Overrides <a href="BaseApiAction.html">BaseApiAction</a>.<a href="BaseApiAction.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/9c76071/src/actions/ApiAuthTestAction.ts#L11">src/actions/ApiAuthTestAction.ts:11</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/be5447c/src/actions/ApiAuthTestAction.ts#L11">src/actions/ApiAuthTestAction.ts:11</a></li></ul></aside></li></ul></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited tsd-is-external"><a id="channel" class="tsd-anchor"></a>
Expand All @@ -94,13 +94,13 @@ <h3 class="tsd-anchor-link"><span>exmod</span><a href="#exmod" aria-label="Perma
<div class="tsd-signature"><span class="tsd-kind-property">exmod</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="../types/IBaseKernelModule.html" class="tsd-signature-type tsd-kind-type-alias">IBaseKernelModule</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/IKernel.html" class="tsd-signature-type tsd-kind-interface">IKernel</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/JwtExtend.html" class="tsd-signature-type tsd-kind-type-alias">JwtExtend</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<p>Inherited from <a href="BaseApiAction.html">BaseApiAction</a>.<a href="BaseApiAction.html#exmod">exmod</a></p>
<ul>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/9c76071/src/classes/BaseApiAction.ts#L23">src/classes/BaseApiAction.ts:23</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/be5447c/src/classes/BaseApiAction.ts#L23">src/classes/BaseApiAction.ts:23</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="forceDebug" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>force<wbr/>Debug</span><a href="#forceDebug" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">force<wbr/>Debug</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<p>Inherited from <a href="BaseApiAction.html">BaseApiAction</a>.<a href="BaseApiAction.html#forceDebug">forceDebug</a></p>
<ul>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/9c76071/src/classes/BaseAction.ts#L32">src/classes/BaseAction.ts:32</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/be5447c/src/classes/BaseAction.ts#L32">src/classes/BaseAction.ts:32</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="logger" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>logger</span><a href="#logger" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">logger</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="CoreLogger.html" class="tsd-signature-type tsd-kind-class">CoreLogger</a></div><aside class="tsd-sources">
Expand All @@ -112,13 +112,13 @@ <h3 class="tsd-anchor-link"><span>mode</span><a href="#mode" aria-label="Permali
<div class="tsd-signature"><span class="tsd-kind-property">mode</span><span class="tsd-signature-symbol">:</span> <a href="../enums/ActionMode.html" class="tsd-signature-type tsd-kind-enum">ActionMode</a></div><aside class="tsd-sources">
<p>Inherited from <a href="BaseApiAction.html">BaseApiAction</a>.<a href="BaseApiAction.html#mode">mode</a></p>
<ul>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/9c76071/src/classes/BaseAction.ts#L30">src/classes/BaseAction.ts:30</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/be5447c/src/classes/BaseAction.ts#L30">src/classes/BaseAction.ts:30</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="type" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>type</span><a href="#type" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <a href="../types/ActionTypes.html" class="tsd-signature-type tsd-kind-type-alias">ActionTypes</a></div><aside class="tsd-sources">
<p>Inherited from <a href="BaseApiAction.html">BaseApiAction</a>.<a href="BaseApiAction.html#type">type</a></p>
<ul>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/9c76071/src/classes/BaseApiAction.ts#L25">src/classes/BaseApiAction.ts:25</a></li></ul></aside></section></section>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/be5447c/src/classes/BaseApiAction.ts#L25">src/classes/BaseApiAction.ts:25</a></li></ul></aside></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="debug" class="tsd-anchor"></a>
Expand Down Expand Up @@ -224,7 +224,7 @@ <h5><span class="tsd-kind-parameter">data</span>: <a href="../types/JwtToken.htm
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<p>Overrides <a href="BaseApiAction.html">BaseApiAction</a>.<a href="BaseApiAction.html#handler">handler</a></p>
<ul>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/9c76071/src/actions/ApiAuthTestAction.ts#L16">src/actions/ApiAuthTestAction.ts:16</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/be5447c/src/actions/ApiAuthTestAction.ts#L16">src/actions/ApiAuthTestAction.ts:16</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="info" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>info</span><a href="#info" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
Expand Down Expand Up @@ -275,7 +275,7 @@ <h3 class="tsd-anchor-link"><span>register</span><a href="#register" aria-label=
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
<p>Inherited from <a href="BaseApiAction.html">BaseApiAction</a>.<a href="BaseApiAction.html#register">register</a></p>
<ul>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/9c76071/src/classes/BaseApiAction.ts#L38">src/classes/BaseApiAction.ts:38</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/be5447c/src/classes/BaseApiAction.ts#L38">src/classes/BaseApiAction.ts:38</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="secureHandler" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>secure<wbr/>Handler</span><a href="#secureHandler" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<ul class="tsd-signatures tsd-is-inherited">
Expand All @@ -299,7 +299,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<p>Inherited from <a href="BaseApiAction.html">BaseApiAction</a>.<a href="BaseApiAction.html#secureHandler">secureHandler</a></p>
<ul>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/9c76071/src/classes/BaseAction.ts#L49">src/classes/BaseAction.ts:49</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/be5447c/src/classes/BaseAction.ts#L49">src/classes/BaseAction.ts:49</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="setLogger" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>set<wbr/>Logger</span><a href="#setLogger" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
Expand Down Expand Up @@ -327,7 +327,7 @@ <h5><span class="tsd-kind-parameter">mode</span>: <a href="../enums/ActionMode.h
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
<p>Inherited from <a href="BaseApiAction.html">BaseApiAction</a>.<a href="BaseApiAction.html#setMode">setMode</a></p>
<ul>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/9c76071/src/classes/BaseAction.ts#L86">src/classes/BaseAction.ts:86</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/GrandlineX/kernel/blob/be5447c/src/classes/BaseAction.ts#L86">src/classes/BaseAction.ts:86</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="verbose" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>verbose</span><a href="#verbose" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
Expand Down
Loading

0 comments on commit 2e2a2a2

Please sign in to comment.