@shopby/shop-sdk 1.63.3 → 1.63.5
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.63.5](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.63.4...v1.63.5) (2023-08-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* 상품 옵션 get api 응답결과 컬럼 추가 ([97e7a20](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/97e7a20e9fe2679232c1a8b3c4ccf040000d007b))
|
|
11
|
+
|
|
12
|
+
### [1.63.4](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.63.3...v1.63.4) (2023-08-16)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* 사용자 추가 약관 응답 타입 수정 ([5f1c51e](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/5f1c51e63fea4f99d1899eb7a1e21797e7f61691))
|
|
18
|
+
|
|
5
19
|
### [1.63.3](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.63.2...v1.63.3) (2023-08-16)
|
|
6
20
|
|
|
7
21
|
|
|
@@ -78,6 +78,8 @@ export interface GetProductsProductNoOptionsResponse {
|
|
|
78
78
|
displayableStock: boolean;
|
|
79
79
|
type: OptionType;
|
|
80
80
|
labels: string[];
|
|
81
|
+
productSalePrice: number;
|
|
82
|
+
immediateDiscountAmt: number;
|
|
81
83
|
}
|
|
82
84
|
export interface GetGuestRecentProductsRequest {
|
|
83
85
|
queryString: {
|