@shopby/shop-sdk 1.75.0 → 1.75.2
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.75.2](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.75.1...v1.75.2) (2024-07-08)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* 주문서 channelType 타입수정 ([0c94984](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/0c94984eaf7bb6378fca4e3a206862448725ca61))
|
|
11
|
+
|
|
12
|
+
### [1.75.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.75.0...v1.75.1) (2024-07-04)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* 회원추가정보 config 응답 수정 ([accf4ca](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/accf4caa40679d5c84a1ba6dcfe994cd2a045769))
|
|
18
|
+
|
|
5
19
|
## [1.75.0](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.74.1...v1.75.0) (2024-07-03)
|
|
6
20
|
|
|
7
21
|
|
|
@@ -482,7 +482,7 @@ export interface ExtraInfoOption {
|
|
|
482
482
|
extraInfoOptionNo: number;
|
|
483
483
|
}
|
|
484
484
|
export interface ExtraInfoContents {
|
|
485
|
-
|
|
485
|
+
extraInfoNo: number;
|
|
486
486
|
extraInfoName: string;
|
|
487
487
|
extraInfoType: string;
|
|
488
488
|
extraInfoOptions: Array<ExtraInfoOption>;
|
|
@@ -204,7 +204,7 @@ export interface ProductCoupon {
|
|
|
204
204
|
}
|
|
205
205
|
export interface OrderSheetsProduct {
|
|
206
206
|
recurringPaymentDelivery?: RecurringPaymentDelivery;
|
|
207
|
-
channelType?:
|
|
207
|
+
channelType?: string;
|
|
208
208
|
orderCnt: number;
|
|
209
209
|
optionInputs?: OptionInput[];
|
|
210
210
|
optionNo: number;
|