commerce-sdk-isomorphic 1.7.1 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/lib/index.cjs.d.ts +1512 -263
- package/lib/index.cjs.js +1 -1
- package/lib/index.esm.d.ts +1512 -263
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## v1.8.0
|
|
4
|
+
|
|
5
|
+
#### API Changes
|
|
6
|
+
|
|
7
|
+
*Shopper Login*
|
|
8
|
+
|
|
9
|
+
* New Endpoints
|
|
10
|
+
|
|
11
|
+
| **Endpoint Name** | **Description** |
|
|
12
|
+
| ------------- |-------------|
|
|
13
|
+
| getSessionBridgeAccessToken | Get a shopper JWT access token for a registered customer using session bridge |
|
|
14
|
+
| getTrustedAgentAuthorizationToken | Obtains a new agent on behalf authorization token for a registered customer |
|
|
15
|
+
| getTrustedAgentAccessToken | Get a shopper JWT access token for a registered customer using a trusted agent (Merchant) |
|
|
16
|
+
|
|
17
|
+
#### Enhancements
|
|
18
|
+
|
|
19
|
+
* SLAS helpers support the `channel_id` (`siteId`) parameter
|
|
20
|
+
|
|
3
21
|
## v1.7.1
|
|
4
22
|
|
|
5
23
|
#### Bug fixes
|