@yolo-croket-dev/amqp-access 0.7.277 → 0.7.279
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 +3 -0
- package/order-server/dto/purchased-info.modules/purchased-info-admin/query/get-refund-waiting-purchased-infos-for-admin.dto.js +1 -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;
|
|
@@ -20,6 +20,7 @@ export declare enum GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum {
|
|
|
20
20
|
BUYER_ID = "BUYER_ID",
|
|
21
21
|
ITEM_ID = "ITEM_ID",
|
|
22
22
|
ITEM_NAME = "ITEM_NAME",
|
|
23
|
+
REFUND_WAITING_MEMO = "REFUND_WAITING_MEMO",
|
|
23
24
|
TRANSFERRED_SELLER_ID = "TRANSFERRED_SELLER_ID"
|
|
24
25
|
}
|
|
25
26
|
/** @description 관리자 환불 대기 목록의 정렬 기준 */
|
|
@@ -73,6 +74,8 @@ export declare class RefundWaitingPurchasedInfoForAdmin {
|
|
|
73
74
|
buyerUsername?: string;
|
|
74
75
|
/** 실제 상품명. itemId와 함께 관리자 화면의 상품 상세 랜딩 링크에 사용한다. */
|
|
75
76
|
itemName?: string;
|
|
77
|
+
/** 결제 당시 확정된 상품 단가. 할인·배송비를 포함한 paidPrice와는 구분한다. */
|
|
78
|
+
itemPrice?: number;
|
|
76
79
|
/** 결제 당시 확정된 배송비 */
|
|
77
80
|
shippingFee?: number;
|
|
78
81
|
/** 현재 상품이 속한 셀러 스토어명 */
|
|
@@ -36,6 +36,7 @@ var GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum;
|
|
|
36
36
|
GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum["BUYER_ID"] = "BUYER_ID";
|
|
37
37
|
GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum["ITEM_ID"] = "ITEM_ID";
|
|
38
38
|
GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum["ITEM_NAME"] = "ITEM_NAME";
|
|
39
|
+
GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum["REFUND_WAITING_MEMO"] = "REFUND_WAITING_MEMO";
|
|
39
40
|
GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum["TRANSFERRED_SELLER_ID"] = "TRANSFERRED_SELLER_ID";
|
|
40
41
|
})(GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum || (exports.GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum = GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum = {}));
|
|
41
42
|
/** @description 관리자 환불 대기 목록의 정렬 기준 */
|
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.279",
|
|
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
|
+
}
|