@yolo-croket-dev/amqp-access 0.7.277 → 0.7.278
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/order-server/dto/purchased-info.modules/purchased-info-admin/query/get-refund-waiting-purchased-info-detail-for-admin.dto.d.ts +2 -0
- package/order-server/dto/purchased-info.modules/purchased-info-admin/query/get-refund-waiting-purchased-infos-for-admin.dto.d.ts +2 -0
- package/package.json +2 -2
|
@@ -30,6 +30,8 @@ export declare class RefundWaitingPurchasedInfoDetailForAdmin {
|
|
|
30
30
|
itemName?: string;
|
|
31
31
|
pOptionInfo?: PInfoPOptionInfo;
|
|
32
32
|
purchaseNumber?: number;
|
|
33
|
+
/** 결제 당시 확정된 상품 단가. 할인·배송비를 포함한 paidPrice와는 구분한다. */
|
|
34
|
+
itemPrice?: number;
|
|
33
35
|
paidPrice?: number;
|
|
34
36
|
/** 결제 당시 확정된 배송비 */
|
|
35
37
|
shippingFee?: number;
|
|
@@ -73,6 +73,8 @@ export declare class RefundWaitingPurchasedInfoForAdmin {
|
|
|
73
73
|
buyerUsername?: string;
|
|
74
74
|
/** 실제 상품명. itemId와 함께 관리자 화면의 상품 상세 랜딩 링크에 사용한다. */
|
|
75
75
|
itemName?: string;
|
|
76
|
+
/** 결제 당시 확정된 상품 단가. 할인·배송비를 포함한 paidPrice와는 구분한다. */
|
|
77
|
+
itemPrice?: number;
|
|
76
78
|
/** 결제 당시 확정된 배송비 */
|
|
77
79
|
shippingFee?: number;
|
|
78
80
|
/** 현재 상품이 속한 셀러 스토어명 */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yolo-croket-dev/amqp-access",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.278",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"author": "Yolo Co., Ltd.",
|
|
6
6
|
"description": "크로켓 amqp-access npm",
|
|
@@ -28,4 +28,4 @@
|
|
|
28
28
|
"class-validator": "^0.13.2",
|
|
29
29
|
"dotenv": "^16.3.1"
|
|
30
30
|
}
|
|
31
|
-
}
|
|
31
|
+
}
|