@shopby/shop-sdk 1.55.7 → 1.55.8

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.55.8](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.55.7...v1.55.8) (2023-03-27)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * get profile product-inquiries 내상품문의 목록 조회하기에서 누락된 blocked 항목 추가 ([c32b79f](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/c32b79f36fc22ab027ac1299b19668a8e74ff108))
11
+
5
12
  ### [1.55.7](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.55.6...v1.55.7) (2023-03-25)
6
13
 
7
14
 
@@ -751,6 +751,7 @@ export interface ProfileProductInquiriesItem {
751
751
  registerName: string;
752
752
  displayStatusType: DisplayStatusType;
753
753
  inquiryNo: number;
754
+ blocked: boolean;
754
755
  }
755
756
  export interface ProfileProductInquiriesAnswer {
756
757
  administrator: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.55.7",
3
+ "version": "1.55.8",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",