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 Apr 24, 2024
1 parent 3d23881 commit f9e0a8a
Show file tree
Hide file tree
Showing 28 changed files with 10,243 additions and 7,529 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions docs/classes/Customers.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ <h3>Methods</h3>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Customers.html#importCSV" class="tsd-kind-icon">importCSV</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Customers.html#list" class="tsd-kind-icon">list</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Customers.html#listActivities" class="tsd-kind-icon">list<wbr>Activities</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Customers.html#listRedeemables" class="tsd-kind-icon">list<wbr>Redeemables</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Customers.html#scroll" class="tsd-kind-icon">scroll</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Customers.html#update" class="tsd-kind-icon">update</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Customers.html#updateConsents" class="tsd-kind-icon">update<wbr>Consents</a></li>
Expand Down Expand Up @@ -320,6 +321,36 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="listRedeemables" class="tsd-anchor"></a>
<h3>list<wbr>Redeemables</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">list<wbr>Redeemables<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, params<span class="tsd-signature-symbol">?: </span><a href="../interfaces/CustomerRedeemablesListQueryParams.html" class="tsd-signature-type" data-tsd-kind="Interface">CustomerRedeemablesListQueryParams</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/CustomerRedeemablesListResponse.html" class="tsd-signature-type" data-tsd-kind="Interface">CustomerRedeemablesListResponse</a><span class="tsd-signature-symbol">&gt;</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
</aside>
<div class="tsd-comment tsd-typography">
<dl class="tsd-comment-tags">
<dt>see</dt>
<dd><p><a href="https://docs.voucherify.io/reference/list-customer-redeemables">https://docs.voucherify.io/reference/list-customer-redeemables</a></p>
</dd>
</dl>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>id: <span class="tsd-signature-type">string</span></h5>
</li>
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> params: <a href="../interfaces/CustomerRedeemablesListQueryParams.html" class="tsd-signature-type" data-tsd-kind="Interface">CustomerRedeemablesListQueryParams</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/CustomerRedeemablesListResponse.html" class="tsd-signature-type" data-tsd-kind="Interface">CustomerRedeemablesListResponse</a><span class="tsd-signature-symbol">&gt;</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="scroll" class="tsd-anchor"></a>
<h3>scroll</h3>
Expand Down Expand Up @@ -503,6 +534,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="Customers.html#listActivities" class="tsd-kind-icon">list<wbr>Activities</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="Customers.html#listRedeemables" class="tsd-kind-icon">list<wbr>Redeemables</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="Customers.html#scroll" class="tsd-kind-icon">scroll</a>
</li>
Expand Down
Loading

0 comments on commit f9e0a8a

Please sign in to comment.