@shopby/shop-sdk 1.54.7 → 1.54.8
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.54.8](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.54.7...v1.54.8) (2023-03-21)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* type 오타 수정 ([7741e3b](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/7741e3bfb0d99281d713d92ef5a6ea300021fd78))
|
|
11
|
+
|
|
5
12
|
### [1.54.7](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.54.6...v1.54.7) (2023-03-21)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -17,6 +17,6 @@ export declare type ScreenSizeUnitType = keyof typeof SCREEN_SIZE_UNIT_TYPE_MAP;
|
|
|
17
17
|
export declare type PopupPageType = 'MAIN' | 'CATEGORY' | 'EVENT' | 'PRODUCT';
|
|
18
18
|
export declare type DiscountUnitType = 'WON' | 'RATE';
|
|
19
19
|
export declare type EventUrlType = 'EVENT_NUMBER' | 'DIRECT';
|
|
20
|
-
export declare type EventProgressStatus = 'ALL' | 'READY' | '
|
|
20
|
+
export declare type EventProgressStatus = 'ALL' | 'READY' | 'ING' | 'END';
|
|
21
21
|
export declare type EventOrderBy = 'REGISTER_DATE' | 'START_DATE' | 'END_DATE';
|
|
22
22
|
export declare type AffiliateVisits = 'ALL_PRODUCT' | 'PRODUCT' | 'BRAND' | 'CATEGORY' | 'PARTNER' | 'EVENT';
|