Skip to content

Commit 2186e20

Browse files
authored
Merge pull request #146 from erincdustin/11.1.5
11.1.5
2 parents c124d2b + be34494 commit 2186e20

15 files changed

+37
-28
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.1.5] - 2026-03-02
9+
- Bring SDK up to date with API v1.0.436
10+
811
# [11.1.4] - 2025-12-17
912
- Bring SDK up to date with API v1.0.432
1013

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ Simply set the options you need to override and the SDK will merge it with the d
206206
import { Configuration } from 'ordercloud-javascript-sdk';
207207

208208
Configuration.Set({
209+
// This URL can be found on your dashboard or in the upper right hand context menu of your OrderCloud application in Sitecore Portal.
209210
baseApiUrl: 'https://sandboxapi.ordercloud.io',
210211
timeoutInMilliseconds: 20 * 1000
211212
})

codegen/templates/Configuration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { SdkConfiguration } from './models'
22

33
class Configuration {
44
private defaultConfig: SdkConfiguration = {
5+
// This URL can be found on your dashboard or in the upper right hand context menu of your OrderCloud application in Sitecore Portal.
56
baseApiUrl: 'https://api.ordercloud.io',
67
apiVersion: 'v1',
78
timeoutInMilliseconds: 60 * 1000, // 60 seconds by default

codegen/templates/models/SdkConfiguration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export interface SdkConfiguration {
44
/**
55
* The apiurl that will be used to talk to the ordercloud API.
66
* It may be useful to change this to interact with different environments
7+
* This URL can be found on your dashboard or in the upper right hand context menu of your OrderCloud application in Sitecore Portal.
78
*
89
* Defaults to: https://api.ordercloud.io
910
*/

docs/classes/Resources.Configuration.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2>Properties</h2>
4343
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>config</span><a href="#config" 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>
4444
<div class="tsd-signature">config<span class="tsd-signature-symbol">:</span> <a href="../interfaces/SdkConfiguration.html" class="tsd-signature-type" data-tsd-kind="Interface">SdkConfiguration</a><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources">
4545
<ul>
46-
<li>Defined in Configuration.ts:17</li></ul></aside></section>
46+
<li>Defined in Configuration.ts:18</li></ul></aside></section>
4747
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private"><a id="defaultConfig" class="tsd-anchor"></a>
4848
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>default<wbr/>Config</span><a href="#defaultConfig" 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>
4949
<div class="tsd-signature">default<wbr/>Config<span class="tsd-signature-symbol">:</span> <a href="../interfaces/SdkConfiguration.html" class="tsd-signature-type" data-tsd-kind="Interface">SdkConfiguration</a><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources">
@@ -58,7 +58,7 @@ <h3 class="tsd-anchor-link"><span>Get</span><a href="#Get" aria-label="Permalink
5858
<li class="tsd-description">
5959
<h4 class="tsd-returns-title">Returns <a href="../interfaces/SdkConfiguration.html" class="tsd-signature-type" data-tsd-kind="Interface">SdkConfiguration</a></h4><aside class="tsd-sources">
6060
<ul>
61-
<li>Defined in Configuration.ts:37</li></ul></aside></li></ul></section>
61+
<li>Defined in Configuration.ts:38</li></ul></aside></li></ul></section>
6262
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="Set" class="tsd-anchor"></a>
6363
<h3 class="tsd-anchor-link"><span>Set</span><a href="#Set" 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>
6464
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -71,7 +71,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
7171
<h5>config: <a href="../interfaces/SdkConfiguration.html" class="tsd-signature-type" data-tsd-kind="Interface">SdkConfiguration</a></h5></li></ul></div>
7272
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
7373
<ul>
74-
<li>Defined in Configuration.ts:28</li></ul></aside></li></ul></section></section></div>
74+
<li>Defined in Configuration.ts:29</li></ul></aside></li></ul></section></section></div>
7575
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
7676
<div class="tsd-navigation settings">
7777
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">

0 commit comments

Comments
 (0)