@shopby/shop-sdk 1.56.6 → 1.56.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,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.56.7](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.56.6...v1.56.7) (2023-03-29)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* domain/display ProductPhotoReview 타입 추가 ([7f0368e](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/7f0368ef3e97c56ae4212f89c16edc89da737f11))
|
|
11
|
+
|
|
5
12
|
### [1.56.6](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.56.5...v1.56.6) (2023-03-29)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -1262,6 +1262,7 @@ export interface ProductPhotoReview {
|
|
|
1262
1262
|
attachedFileCount: number;
|
|
1263
1263
|
urls: Array<string>;
|
|
1264
1264
|
reviewNo: number;
|
|
1265
|
+
registerNo: number;
|
|
1265
1266
|
}
|
|
1266
1267
|
export interface GetProductsProductNoProductReviewsRequest extends OptionalAccessTokenRequest {
|
|
1267
1268
|
pathVariable: {
|