@shopby/shop-sdk 1.54.8 → 1.54.10
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,20 @@
|
|
|
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.10](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.54.9...v1.54.10) (2023-03-22)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* type DiscountUnitType import 경로 수정 ([54c26c8](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/54c26c86ca4c4092ace2b8ebf8cbdf86aa358a00))
|
|
11
|
+
|
|
12
|
+
### [1.54.9](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.54.8...v1.54.9) (2023-03-22)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* eventCoupon allianceRefererType 수정 ([d0739b0](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/d0739b0d09a2b1d2d43936328e8df5b16067e4de))
|
|
18
|
+
|
|
5
19
|
### [1.54.8](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.54.7...v1.54.8) (2023-03-21)
|
|
6
20
|
|
|
7
21
|
|
|
@@ -2,10 +2,9 @@ import { Accumulation } from './../product/index';
|
|
|
2
2
|
import { CouponTargetType, DeliveryConditionType } from './../order/unions';
|
|
3
3
|
import { EventCouponType } from './../promotion/unions';
|
|
4
4
|
import { BrandNameType, ProductSalePeriodType, SaleStatus } from './../product/core/unions/index';
|
|
5
|
-
import { DiscountUnitType } from './../product/amount/unions/index';
|
|
6
5
|
import { OptionalAccessTokenRequest, RequestConfig } from '../../http';
|
|
7
6
|
import { OrderByType, SaleStatusType, SectionDisplayType, Yn } from '../../common/unions';
|
|
8
|
-
import { ProductInquiryType, ProviderType, DisplayStatusType, SearchType, ReviewOrderByType, ReviewOrderDirectionType, BestReviewType, PlatformType, BoardType, BoardImageType, PhotoReviewDisplayType, InquiryBoardType, InquiryBoardImageType, SlideCountType, ScreenSizeUnitType, PopupPageType, EventUrlType, EventProgressStatus, EventOrderBy,
|
|
7
|
+
import { ProductInquiryType, ProviderType, DisplayStatusType, SearchType, ReviewOrderByType, ReviewOrderDirectionType, BestReviewType, PlatformType, BoardType, BoardImageType, PhotoReviewDisplayType, InquiryBoardType, InquiryBoardImageType, SlideCountType, ScreenSizeUnitType, PopupPageType, EventUrlType, EventProgressStatus, EventOrderBy, DiscountUnitType } from './unions';
|
|
9
8
|
import { Space, SpaceMappingResult } from './space';
|
|
10
9
|
import { DateYmdt, Nullable } from 'types/common';
|
|
11
10
|
import { DefaultOrderStatusType, OrderOptionType } from 'types';
|
|
@@ -192,7 +191,7 @@ export interface EventCoupon {
|
|
|
192
191
|
dateInfo?: DisplayEventsEventNoCouponDateInfo;
|
|
193
192
|
couponNo?: number;
|
|
194
193
|
couponTargetType?: CouponTargetType;
|
|
195
|
-
allianceRefererType?:
|
|
194
|
+
allianceRefererType?: 'DIRECT' | 'NAVER_KNOWLEDGE_SHOPPING';
|
|
196
195
|
}
|
|
197
196
|
export interface DisplayEventsEventNoCouponDateInfo {
|
|
198
197
|
issueEndYmdt?: string;
|