@yolo-croket-dev/amqp-access 0.7.259 → 0.7.260
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/purchasedinfos/query/search-seller-transaction-history-by-process.dto.d.ts
CHANGED
|
@@ -136,6 +136,18 @@ export declare class SellerTransactionHistory {
|
|
|
136
136
|
remainingShipQuantity?: number;
|
|
137
137
|
/** 배송준비중에서 배송정보 변경됨 */
|
|
138
138
|
isReceiveInfoChangedInBeforeDelivery?: boolean;
|
|
139
|
+
/**
|
|
140
|
+
* 환불 대기 진행 여부.
|
|
141
|
+
* - 환불 대기 접수(PENDING), 구매자 상품 기다리기(WAITING_FOR_ITEM) 상태에서만 true다.
|
|
142
|
+
* - 환불 요청/이관 완료/이관 불가 등 종료 상태와 환불 대기 정보가 없는 기존 결제건은 false다.
|
|
143
|
+
*/
|
|
144
|
+
isRefundWaiting: boolean;
|
|
145
|
+
/**
|
|
146
|
+
* 셀러 이관 이력이 있는 매칭 결제건 여부.
|
|
147
|
+
* - transferSellerInfo.isTransferred가 true일 때만 true다.
|
|
148
|
+
* - 이관 이력이 없는 기존 결제건은 false다.
|
|
149
|
+
*/
|
|
150
|
+
isTransferred: boolean;
|
|
139
151
|
}
|
|
140
152
|
export declare class SearchSellerTransactionHistoryByProcessResult {
|
|
141
153
|
sellerTransactionHistories: SellerTransactionHistory[];
|
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.260",
|
|
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
|
+
}
|