@shopby/shop-sdk 1.51.0 → 1.51.1
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.51.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.51.0...v1.51.1) (2023-03-16)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* domain/product PostProfileRecentProductsRequest requestBody 오타 수정 ([86dae15](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/86dae15098aad374034b4622d30f4bc3ea3afb71))
|
|
11
|
+
|
|
5
12
|
## [1.51.0](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.48.8...v1.51.0) (2023-03-16)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -218,6 +218,6 @@ export interface RelatedProduct {
|
|
|
218
218
|
export declare type GetProductsProductNoRelatedProductsResponse = Array<RelatedProduct>;
|
|
219
219
|
export interface PostProfileRecentProductsRequest extends RequestConfig {
|
|
220
220
|
requestBody: {
|
|
221
|
-
|
|
221
|
+
productNo: number;
|
|
222
222
|
};
|
|
223
223
|
}
|