@yolo-croket-dev/amqp-access 0.7.303 → 0.7.304
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.
|
@@ -114,6 +114,10 @@ export declare class RefundWaitingPurchasedInfoForAdmin {
|
|
|
114
114
|
usedCredit: number;
|
|
115
115
|
/** 결제 당시 계산된 예상 정산 금액 */
|
|
116
116
|
expectedProceeds: number;
|
|
117
|
+
/** Original 결제건에 설정된 추가금 */
|
|
118
|
+
additionalPaymentAmount?: number;
|
|
119
|
+
/** 구매자에게 안내한 추가금 산정 안내 */
|
|
120
|
+
additionalPaymentCalculationGuide?: string;
|
|
117
121
|
/** 추가금 요청이 있는 거래에만 서버가 계산하여 반환하는 운영 상태다. */
|
|
118
122
|
additionalPaymentOperationStatus?: AdditionalPaymentOperationStatusEnum;
|
|
119
123
|
}
|
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.304",
|
|
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
|
+
}
|