@shopby/shop-sdk 1.48.5 → 1.48.7

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.48.7](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.48.6...v1.48.7) (2023-03-15)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * displayableStock column 추가 ([c2d1961](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/c2d196148055d98c25c496122dd0eaa06174c821))
11
+
12
+ ### [1.48.6](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.48.5...v1.48.6) (2023-03-14)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * reviewAvailable 프로퍼티추가 ([653f2f9](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/653f2f93ea1c9fab766e1d515adb4b852e30d8b6))
18
+
5
19
  ### [1.48.5](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.48.3...v1.48.5) (2023-03-13)
6
20
 
7
21
 
@@ -331,6 +331,7 @@ export interface GetDisplaySectionsIdsSectionIdResponse {
331
331
  recommendedProducts: Array<DisplaySectionsIdsSectionIdRecommendedProducts>;
332
332
  products: Array<Required<DisplaySectionsIdsSectionIdRecommendedProducts>>;
333
333
  promotionText: string;
334
+ displayableStock: boolean;
334
335
  }
335
336
  export interface DisplaySectionsIdsSectionIdDisplayConfig {
336
337
  displayHeight?: number;
@@ -45,6 +45,7 @@ export interface GetProductsProductNoResponse {
45
45
  exchangeGuide?: HTMLString;
46
46
  refundGuide?: HTMLString;
47
47
  price: ProductPrice;
48
+ reviewAvailable: boolean;
48
49
  categories: ProductNestingCategory[];
49
50
  stock: ProductStock;
50
51
  deliveryDate: ProductDeliveryDate;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.48.5",
3
+ "version": "1.48.7",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",