@shopby/shop-sdk 1.48.2 → 1.48.3

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.48.3](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.48.2...v1.48.3) (2023-03-10)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * domain/display ProductsProductNoInquiresItem 타입 추가 ([a85ef4a](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/a85ef4aa0d65ba5235c6303fe149b9d2df28e9cf))
11
+
5
12
  ### [1.48.2](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.48.1...v1.48.2) (2023-03-09)
6
13
 
7
14
 
@@ -528,6 +528,7 @@ export interface ProductsProductNoInquiresItem {
528
528
  registerName: string;
529
529
  displayStatusType: DisplayStatusType;
530
530
  inquiryNo: number;
531
+ blocked: boolean;
531
532
  }
532
533
  export interface ProductsProductNoInquiresAnswer {
533
534
  administrator: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.48.2",
3
+ "version": "1.48.3",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",