@shopby/shop-sdk 1.75.5 → 1.76.0
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.76.0](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.75.5...v1.76.0) (2024-08-14)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* 디자인팝업 타입 추가 ([7a69a78](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/7a69a785ad98a18661fabda4e799fbaa9678a4c9))
|
|
11
|
+
|
|
5
12
|
### [1.75.5](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.75.4...v1.75.5) (2024-07-22)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -1549,6 +1549,8 @@ export interface PostDesignPopupsResponse {
|
|
|
1549
1549
|
content: string;
|
|
1550
1550
|
visibleToday: boolean;
|
|
1551
1551
|
popupDesignType: PopupDesignType;
|
|
1552
|
+
screenLeftUnit: PopupDesignType;
|
|
1553
|
+
screenTopUnit: PopupDesignType;
|
|
1552
1554
|
}
|
|
1553
1555
|
export interface GetDisplayPopupsRequest {
|
|
1554
1556
|
queryString: {
|