Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to the ordercloud-javascript-sdk will be documented in this
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [11.0.5] - 2025-06-12
- Bring SDK up to date with API v1.0.402

# [11.0.4] - 2025-06-10
- Bring SDK up to date with API v1.0.401

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/classes/Resources.Cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ <h3 class="tsd-anchor-link"><span>Refresh<wbr/>Promotions</span><a href="#Refres
<h4>Type Parameters</h4>
<ul class="tsd-type-parameters">
<li>
<h4>TRefreshPromosResponse<span class="tsd-signature-symbol"> extends </span><a href="../interfaces/RefreshPromosResponse.html" class="tsd-signature-type" data-tsd-kind="Interface">RefreshPromosResponse</a></h4></li></ul></section>
<h4>TRefreshPromosResponse<span class="tsd-signature-symbol"> extends </span><a href="../interfaces/RefreshPromosResponse.html" class="tsd-signature-type" data-tsd-kind="Interface">RefreshPromosResponse</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TRefreshPromosResponse</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section>
<div class="tsd-parameters">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/Resources.Orders.html
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ <h3 class="tsd-anchor-link"><span>Refresh<wbr/>Promotions</span><a href="#Refres
<h4>Type Parameters</h4>
<ul class="tsd-type-parameters">
<li>
<h4>TRefreshPromosResponse<span class="tsd-signature-symbol"> extends </span><a href="../interfaces/RefreshPromosResponse.html" class="tsd-signature-type" data-tsd-kind="Interface">RefreshPromosResponse</a></h4></li></ul></section>
<h4>TRefreshPromosResponse<span class="tsd-signature-symbol"> extends </span><a href="../interfaces/RefreshPromosResponse.html" class="tsd-signature-type" data-tsd-kind="Interface">RefreshPromosResponse</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TRefreshPromosResponse</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section>
<div class="tsd-parameters">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
Expand Down
180 changes: 173 additions & 7 deletions docs/interfaces/AddedPromo.html

Large diffs are not rendered by default.

13 changes: 10 additions & 3 deletions docs/interfaces/RefreshPromosResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@
<ul class="tsd-breadcrumb">
<li><a href="../index.html">ordercloud-javascript-sdk</a></li>
<li><a href="RefreshPromosResponse.html">RefreshPromosResponse</a></li></ul>
<h1>Interface RefreshPromosResponse</h1></div>
<h1>Interface RefreshPromosResponse&lt;TPromosAddedXp, TPromosRemovedXp&gt;</h1></div>
<section class="tsd-panel tsd-type-parameters">
<h4>Type Parameters</h4>
<ul class="tsd-type-parameters">
<li>
<h4>TPromosAddedXp = <span class="tsd-signature-type">any</span></h4></li>
<li>
<h4>TPromosRemovedXp = <span class="tsd-signature-type">any</span></h4></li></ul></section>
<section class="tsd-panel tsd-hierarchy">
<h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
Expand All @@ -35,12 +42,12 @@ <h3 class="tsd-index-heading">Properties</h3>
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="PromosAdded" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>Promos<wbr/>Added</span><a href="#PromosAdded" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></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" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">Promos<wbr/>Added<span class="tsd-signature-symbol">?:</span> <a href="AddedPromo.html" class="tsd-signature-type" data-tsd-kind="Interface">AddedPromo</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<div class="tsd-signature">Promos<wbr/>Added<span class="tsd-signature-symbol">?:</span> <a href="AddedPromo.html" class="tsd-signature-type" data-tsd-kind="Interface">AddedPromo</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TPromosAddedXp</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/models/RefreshPromosResponse.ts#L5">models/RefreshPromosResponse.ts:5</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="PromosRemoved" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>Promos<wbr/>Removed</span><a href="#PromosRemoved" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">Promos<wbr/>Removed<span class="tsd-signature-symbol">?:</span> <a href="RemovedPromo.html" class="tsd-signature-type" data-tsd-kind="Interface">RemovedPromo</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<div class="tsd-signature">Promos<wbr/>Removed<span class="tsd-signature-symbol">?:</span> <a href="RemovedPromo.html" class="tsd-signature-type" data-tsd-kind="Interface">RemovedPromo</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TPromosRemovedXp</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/models/RefreshPromosResponse.ts#L6">models/RefreshPromosResponse.ts:6</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
Expand Down
Loading