Skip to content

Commit 51f95b6

Browse files
Release v3.5.0
1 parent 1143e86 commit 51f95b6

File tree

5 files changed

+46
-42
lines changed

5 files changed

+46
-42
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## v3.5.0
4+
- Make `code_challenge` an optional parameter on SLAS `getTrustedAgentAuthorizationToken` endpoint[#229](https://github.com/SalesforceCommerceCloud/commerce-sdk-isomorphic/pull/229)
5+
36
## v3.4.0
47

58
### API Changes

apis/slas-shopper-login-uap/shopper-login.raml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,6 +1411,7 @@ types:
14111411
minLength: 43
14121412
maxLength: 128
14131413
example: "krc5G3_5lRUcXDUzFZQ88oJA_-ZmlHWkyGsgOrSLEWg"
1414+
required: false
14141415
login_id:
14151416
description: |-
14161417
The ID of the shopper for trusted agent access.

docs/classes/shopperlogin.shopperlogin-1.html

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

docs/modules/version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> USER_<wbr>AGENT_<wbr>HEADER
9595
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module">
9696
<a name="user_agent_value" class="tsd-anchor"></a>
9797
<h3><span class="tsd-flag ts-flagConst">Const</span> USER_<wbr>AGENT_<wbr>VALUE</h3>
98-
<div class="tsd-signature tsd-kind-icon">USER_<wbr>AGENT_<wbr>VALUE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"commerce-sdk-isomorphic@3.3.0"</span><span class="tsd-signature-symbol"> = &quot;commerce-sdk-isomorphic@3.3.0&quot;</span></div>
98+
<div class="tsd-signature tsd-kind-icon">USER_<wbr>AGENT_<wbr>VALUE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"commerce-sdk-isomorphic@3.4.0"</span><span class="tsd-signature-symbol"> = &quot;commerce-sdk-isomorphic@3.4.0&quot;</span></div>
9999
<aside class="tsd-sources">
100100
<ul>
101101
<li>Defined in src/lib/version.ts:2</li>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commerce-sdk-isomorphic",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"private": false,
55
"description": "Salesforce Commerce SDK Isomorphic",
66
"bugs": {

0 commit comments

Comments
 (0)