Skip to content

Commit 4ee21bd

Browse files
authored
Merge pull request #139 from erincdustin/11.0.6
11.0.6
2 parents 8df4633 + 46a2da2 commit 4ee21bd

File tree

226 files changed

+2231
-2046
lines changed

Some content is hidden

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

226 files changed

+2231
-2046
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to the ordercloud-javascript-sdk will be documented in this
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
# [11.0.6] - 2025-07-09
9+
- Bring SDK up to date with API v1.0.406
10+
811
# [11.0.5] - 2025-06-12
912
- Bring SDK up to date with API v1.0.402
1013

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/Resources.Addresses.html

Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

docs/classes/Resources.AdminAddresses.html

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

docs/classes/Resources.AdminUserGroups.html

Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

docs/classes/Resources.AdminUsers.html

Lines changed: 10 additions & 10 deletions
Large diffs are not rendered by default.

docs/classes/Resources.ApiClients.html

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

docs/classes/Resources.ApprovalRules.html

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

docs/classes/Resources.BundleLineItems.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h3 class="tsd-anchor-link"><span>Create</span><a href="#Create" aria-label="Per
6565
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
6666
<li class="tsd-signature tsd-anchor-link" id="Create.Create-1">Create<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLineItem</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>direction<span class="tsd-signature-symbol">: </span><a href="../types/OrderDirection.html" class="tsd-signature-type" data-tsd-kind="Type alias">OrderDirection</a>, orderID<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, bundleID<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, bundleItems<span class="tsd-signature-symbol">: </span><a href="../interfaces/BundleItems.html" class="tsd-signature-type" data-tsd-kind="Interface">BundleItems</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">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">any</span><span class="tsd-signature-symbol">&gt;</span>, requestOptions<span class="tsd-signature-symbol">?: </span><a href="../interfaces/RequestOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">RequestOptions</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="../types/RequiredDeep.html" class="tsd-signature-type" data-tsd-kind="Type alias">RequiredDeep</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLineItem</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><a href="#Create.Create-1" 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></li>
6767
<li class="tsd-description">
68-
<div class="tsd-comment tsd-typography"><p>Create a new bundle line item. If ID is provided and an object with that ID already exists, a 409 (conflict) error is returned.
68+
<div class="tsd-comment tsd-typography"><p>Create a bundle line item
6969
Check out the <a href="https://ordercloud.io/api-reference/orders-and-fulfillment/bundle-line-items/create%7Capi">docs</a> for more info</p>
7070
</div>
7171
<section class="tsd-panel tsd-type-parameters">
@@ -78,7 +78,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
7878
<ul class="tsd-parameter-list">
7979
<li>
8080
<h5>direction: <a href="../types/OrderDirection.html" class="tsd-signature-type" data-tsd-kind="Type alias">OrderDirection</a></h5>
81-
<div class="tsd-comment tsd-typography"><p>Direction of the order, from the current user&#39;s perspective. Possible values: incoming, outgoing, all.</p>
81+
<div class="tsd-comment tsd-typography"><p>Direction of the order, from the current user&#39;s perspective.</p>
8282
</div></li>
8383
<li>
8484
<h5>orderID: <span class="tsd-signature-type">string</span></h5>
@@ -100,15 +100,15 @@ <h3 class="tsd-anchor-link"><span>Delete</span><a href="#Delete" aria-label="Per
100100
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
101101
<li class="tsd-signature tsd-anchor-link" id="Delete.Delete-1">Delete<span class="tsd-signature-symbol">(</span>direction<span class="tsd-signature-symbol">: </span><a href="../types/OrderDirection.html" class="tsd-signature-type" data-tsd-kind="Type alias">OrderDirection</a>, orderID<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, bundleID<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, bundleItemID<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, requestOptions<span class="tsd-signature-symbol">?: </span><a href="../interfaces/RequestOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">RequestOptions</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><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#Delete.Delete-1" 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></li>
102102
<li class="tsd-description">
103-
<div class="tsd-comment tsd-typography"><p>Delete a bundle line item.
103+
<div class="tsd-comment tsd-typography"><p>Delete a bundle line item
104104
Check out the <a href="https://ordercloud.io/api-reference/orders-and-fulfillment/bundle-line-items/delete%7Capi">docs</a> for more info</p>
105105
</div>
106106
<div class="tsd-parameters">
107107
<h4 class="tsd-parameters-title">Parameters</h4>
108108
<ul class="tsd-parameter-list">
109109
<li>
110110
<h5>direction: <a href="../types/OrderDirection.html" class="tsd-signature-type" data-tsd-kind="Type alias">OrderDirection</a></h5>
111-
<div class="tsd-comment tsd-typography"><p>Direction of the order, from the current user&#39;s perspective. Possible values: incoming, outgoing, all.</p>
111+
<div class="tsd-comment tsd-typography"><p>Direction of the order, from the current user&#39;s perspective.</p>
112112
</div></li>
113113
<li>
114114
<h5>orderID: <span class="tsd-signature-type">string</span></h5>

docs/classes/Resources.BundleSubscriptionItems.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h3 class="tsd-anchor-link"><span>Create</span><a href="#Create" aria-label="Per
6565
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
6666
<li class="tsd-signature tsd-anchor-link" id="Create.Create-1">Create<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLineItem</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>subscriptionID<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, bundleID<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, bundleItems<span class="tsd-signature-symbol">: </span><a href="../interfaces/BundleItems.html" class="tsd-signature-type" data-tsd-kind="Interface">BundleItems</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">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">any</span><span class="tsd-signature-symbol">&gt;</span>, requestOptions<span class="tsd-signature-symbol">?: </span><a href="../interfaces/RequestOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">RequestOptions</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="../types/RequiredDeep.html" class="tsd-signature-type" data-tsd-kind="Type alias">RequiredDeep</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLineItem</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><a href="#Create.Create-1" 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></li>
6767
<li class="tsd-description">
68-
<div class="tsd-comment tsd-typography"><p>Create a new bundle subscription item. If ID is provided and an object with that ID already exists, a 409 (conflict) error is returned.
68+
<div class="tsd-comment tsd-typography"><p>Create a bundle subscription item
6969
Check out the <a href="https://ordercloud.io/api-reference/orders-and-fulfillment/bundle-subscription-items/create%7Capi">docs</a> for more info</p>
7070
</div>
7171
<section class="tsd-panel tsd-type-parameters">
@@ -96,7 +96,7 @@ <h3 class="tsd-anchor-link"><span>Delete</span><a href="#Delete" aria-label="Per
9696
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
9797
<li class="tsd-signature tsd-anchor-link" id="Delete.Delete-1">Delete<span class="tsd-signature-symbol">(</span>subscriptionID<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, bundleID<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, bundleItemID<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, requestOptions<span class="tsd-signature-symbol">?: </span><a href="../interfaces/RequestOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">RequestOptions</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><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#Delete.Delete-1" 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></li>
9898
<li class="tsd-description">
99-
<div class="tsd-comment tsd-typography"><p>Delete a bundle subscription item.
99+
<div class="tsd-comment tsd-typography"><p>Delete a bundle subscription item
100100
Check out the <a href="https://ordercloud.io/api-reference/orders-and-fulfillment/bundle-subscription-items/delete%7Capi">docs</a> for more info</p>
101101
</div>
102102
<div class="tsd-parameters">

0 commit comments

Comments
 (0)