@shopby/shop-sdk 1.43.0 → 1.43.1

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 CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.43.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.43.0...v1.43.1) (2023-02-20)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * guest cart request item export 추가 ([a11d971](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/a11d9717797e8d44ee5f46dca0d2681178711944))
11
+
5
12
  ## [1.43.0](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.42.8...v1.43.0) (2023-02-20)
6
13
 
7
14
 
@@ -137,7 +137,7 @@ export interface GetCartSubsetResponse {
137
137
  price: CartPrice;
138
138
  invalidProducts: CartOrderProduct[];
139
139
  }
140
- interface GuestCartRequestItem extends CartLoad {
140
+ export interface GuestCartRequestItem extends CartLoad {
141
141
  cartNo: number;
142
142
  }
143
143
  export interface PostGuestCartRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.43.0",
3
+ "version": "1.43.1",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",