@shopby/shop-sdk 1.48.6 → 1.48.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.48.7](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.48.6...v1.48.7) (2023-03-15)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* displayableStock column 추가 ([c2d1961](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/c2d196148055d98c25c496122dd0eaa06174c821))
|
|
11
|
+
|
|
5
12
|
### [1.48.6](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.48.5...v1.48.6) (2023-03-14)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -331,6 +331,7 @@ export interface GetDisplaySectionsIdsSectionIdResponse {
|
|
|
331
331
|
recommendedProducts: Array<DisplaySectionsIdsSectionIdRecommendedProducts>;
|
|
332
332
|
products: Array<Required<DisplaySectionsIdsSectionIdRecommendedProducts>>;
|
|
333
333
|
promotionText: string;
|
|
334
|
+
displayableStock: boolean;
|
|
334
335
|
}
|
|
335
336
|
export interface DisplaySectionsIdsSectionIdDisplayConfig {
|
|
336
337
|
displayHeight?: number;
|