@shopby/shop-sdk 1.61.0 → 1.61.2

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,15 @@
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.61.2](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.61.1...v1.61.2) (2023-07-27)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 상품진열 request > by 파라미터에 optional 추가 ([2715eec](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/2715eec6067827f5961ccbb465c8f84f698d088b))
11
+
12
+ ### [1.61.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.61.0...v1.61.1) (2023-07-27)
13
+
5
14
  ## [1.61.0](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.60.5...v1.61.0) (2023-07-20)
6
15
 
7
16
 
@@ -401,7 +401,7 @@ export interface GetDisplaySectionsIdsSectionIdRequest extends RequestConfig {
401
401
  sectionsId: string;
402
402
  };
403
403
  queryString: {
404
- by: OrderByType;
404
+ by?: OrderByType;
405
405
  soldout: boolean;
406
406
  saleStatus?: SaleStatusType;
407
407
  pageNumber: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.61.0",
3
+ "version": "1.61.2",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",