Skip to content

Commit

Permalink
Auto updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-slezak authored and github-actions[bot] committed Jan 23, 2024
1 parent 25c3f13 commit 1ec75c7
Show file tree
Hide file tree
Showing 4 changed files with 6,757 additions and 6,667 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

25 changes: 22 additions & 3 deletions docs/classes/VoucherifyError.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ <h3>Properties</h3>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="VoucherifyError.html#cause" class="tsd-kind-icon">cause</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="VoucherifyError.html#code" class="tsd-kind-icon">code</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="VoucherifyError.html#details" class="tsd-kind-icon">details</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="VoucherifyError.html#error" class="tsd-kind-icon">error</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="VoucherifyError.html#key" class="tsd-kind-icon">key</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="VoucherifyError.html#message" class="tsd-kind-icon">message</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="VoucherifyError.html#message-1" class="tsd-kind-icon">message</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="VoucherifyError.html#name" class="tsd-kind-icon">name</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="VoucherifyError.html#related_object_ids" class="tsd-kind-icon">related_<wbr>object_<wbr>ids</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="VoucherifyError.html#related_object_total" class="tsd-kind-icon">related_<wbr>object_<wbr>total</a></li>
Expand Down Expand Up @@ -178,6 +179,21 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> details</h3>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="error" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> error</h3>
<div class="tsd-signature tsd-kind-icon">error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>message<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div>
<aside class="tsd-sources">
</aside>
<div class="tsd-type-declaration">
<h4>Type declaration</h4>
<ul class="tsd-parameters">
<li class="tsd-parameter">
<h5>message<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
</li>
</ul>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="key" class="tsd-anchor"></a>
<h3>key</h3>
Expand All @@ -186,7 +202,7 @@ <h3>key</h3>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external">
<a name="message" class="tsd-anchor"></a>
<a name="message-1" class="tsd-anchor"></a>
<h3>message</h3>
<div class="tsd-signature tsd-kind-icon">message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
Expand Down Expand Up @@ -354,11 +370,14 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="VoucherifyError.html#details" class="tsd-kind-icon">details</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="VoucherifyError.html#error" class="tsd-kind-icon">error</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="VoucherifyError.html#key" class="tsd-kind-icon">key</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external">
<a href="VoucherifyError.html#message" class="tsd-kind-icon">message</a>
<a href="VoucherifyError.html#message-1" class="tsd-kind-icon">message</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external">
<a href="VoucherifyError.html#name" class="tsd-kind-icon">name</a>
Expand Down
Loading

0 comments on commit 1ec75c7

Please sign in to comment.