@shopby/shop-sdk 1.63.39 → 1.63.40
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.63.40](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.63.39...v1.63.40) (2024-02-08)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* 이전주문 API 변경 반영 ([2b50274](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/2b50274a7ea6e642a916398df605c325ef5f2a3b))
|
|
11
|
+
|
|
5
12
|
### [1.63.39](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.63.38...v1.63.39) (2024-02-02)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -1308,6 +1308,7 @@ export interface PreviousOrderOption {
|
|
|
1308
1308
|
orderMemo: string;
|
|
1309
1309
|
productName: string;
|
|
1310
1310
|
payYmdt: DateYmd;
|
|
1311
|
+
salePrice: number;
|
|
1311
1312
|
}
|
|
1312
1313
|
export interface PreviousOrderContent {
|
|
1313
1314
|
orderOptions: PreviousOrderOption[];
|
|
@@ -1329,6 +1330,7 @@ export interface PreviousOrderContent {
|
|
|
1329
1330
|
memberGradeNames: string[];
|
|
1330
1331
|
payTypeLabel: string;
|
|
1331
1332
|
ordererName: string;
|
|
1333
|
+
orderCnt: number;
|
|
1332
1334
|
}
|
|
1333
1335
|
export interface PreviousOrder {
|
|
1334
1336
|
contents: PreviousOrderContent[];
|