@shopby/shop-sdk 1.27.4 → 1.27.6

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,20 @@
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.27.6](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.27.5...v1.27.6) (2022-10-30)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * myzorder cart api modify ([dfda931](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/dfda93118ae109aed32ce3652d6570ae2ceca552))
11
+
12
+ ### [1.27.5](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.27.4...v1.27.5) (2022-10-27)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * myzorder cart api modify ([d4b666c](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/d4b666c7b97ef90bb126e09d2851eaf7471811ff))
18
+
5
19
  ### [1.27.4](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.27.3...v1.27.4) (2022-10-27)
6
20
 
7
21
 
@@ -61,7 +61,7 @@ export interface MaxBuyCountInfo {
61
61
  maxBuyTimeCount: number;
62
62
  }
63
63
  export interface PostCartRequest extends OptionalAccessTokenRequest {
64
- requestBody: CartLoad;
64
+ requestBody: CartLoad[];
65
65
  }
66
66
  export interface CartLoad {
67
67
  orderCnt: number;
@@ -309,6 +309,7 @@ export interface OrderProductOption {
309
309
  optionManagementCd: string;
310
310
  cartNo: number;
311
311
  productNo: number;
312
+ productName?: string;
312
313
  }
313
314
  export interface SetOption {
314
315
  usesOption: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.27.4",
3
+ "version": "1.27.6",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",