@yolo-croket-dev/amqp-access 0.7.259 → 0.7.260-sj
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
|
@@ -16,6 +16,18 @@ export declare class SearchSellerTransactionHistoryByProcessPayload {
|
|
|
16
16
|
lastId?: string;
|
|
17
17
|
}
|
|
18
18
|
export declare class SellerTransactionHistory {
|
|
19
|
+
/**
|
|
20
|
+
* 환불 대기 진행 여부.
|
|
21
|
+
* - 환불 대기 접수(PENDING), 구매자 상품 기다리기(WAITING_FOR_ITEM) 상태에서만 true다.
|
|
22
|
+
* - 환불 요청/이관 완료/이관 불가 등 종료 상태와 환불 대기 정보가 없는 기존 결제건은 false다.
|
|
23
|
+
*/
|
|
24
|
+
isRefundWaiting: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* 셀러 이관 이력이 있는 매칭 결제건 여부.
|
|
27
|
+
* - transferSellerInfo.isTransferred가 true일 때만 true다.
|
|
28
|
+
* - 이관 이력이 없는 기존 결제건은 false다.
|
|
29
|
+
*/
|
|
30
|
+
isTransferred: boolean;
|
|
19
31
|
/** 주문번호 */
|
|
20
32
|
publicId: string;
|
|
21
33
|
/** 배송 방법 */
|
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-sj",
|
|
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
|
+
}
|