@shopby/shop-sdk 1.34.4 → 1.35.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,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.35.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.35.0...v1.35.1) (2023-02-01)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 마이지오더 api 타입 수정 ([b3fb2c6](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/b3fb2c663cfbefb56c4f1812d5fa8f1d033bfbb8))
11
+
12
+ ## [1.35.0](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.34.4...v1.35.0) (2023-01-31)
13
+
14
+
15
+ ### Features
16
+
17
+ * getDisplaySectionsIdsSectionIdRequest에 useAccessToken 필드 추가 ([d6ede36](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/d6ede36e615dd50c235427176559529d7ccb568a))
18
+
5
19
  ### [1.34.4](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.34.3...v1.34.4) (2023-01-31)
6
20
 
7
21
 
@@ -308,6 +308,7 @@ export interface GetDisplaySectionsIdsSectionIdRequest extends RequestConfig {
308
308
  hasTotalCount: boolean;
309
309
  hasOptionValues: boolean;
310
310
  };
311
+ useAccessToken?: boolean;
311
312
  }
312
313
  export interface GetDisplaySectionsIdsSectionIdResponse {
313
314
  rightSpaceColor: string;
@@ -41,7 +41,7 @@ export interface CartOrderProduct {
41
41
  liked: boolean;
42
42
  productName: string;
43
43
  partnerNo: number;
44
- maxBuyCountInfo: MaxBuyCountInfo[];
44
+ maxBuyCountInfo: MaxBuyCountInfo;
45
45
  accumulationUsable: boolean;
46
46
  eanCode: string;
47
47
  minBuyCount: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.34.4",
3
+ "version": "1.35.1",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",