@shopby/shop-sdk 1.48.1 → 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,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.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
|
+
|
|
12
|
+
### [1.48.2](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.48.1...v1.48.2) (2023-03-09)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* domain/display ProductReview 타입 추가 ([d5f4a12](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/d5f4a12497696f558895a23b18fa7845cb472e76))
|
|
18
|
+
|
|
5
19
|
### [1.48.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.48.0...v1.48.1) (2023-03-08)
|
|
6
20
|
|
|
7
21
|
|
|
@@ -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;
|
|
@@ -1251,6 +1252,7 @@ export interface ProductReview {
|
|
|
1251
1252
|
givenAccumulationYn: Yn;
|
|
1252
1253
|
extraJson: string;
|
|
1253
1254
|
registerName: string;
|
|
1255
|
+
registerNo: number;
|
|
1254
1256
|
}
|
|
1255
1257
|
export interface GetProductsProductNoProductReviewsResponse {
|
|
1256
1258
|
rate: number;
|