@yolo-croket-dev/amqp-access 0.7.203 → 0.7.204
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.
|
@@ -4,7 +4,7 @@ export declare enum GetCrawlerProxyOrderListForAdminSortTypeEnum {
|
|
|
4
4
|
'오래된 결제일순' = "\uC624\uB798\uB41C \uACB0\uC81C\uC77C\uC21C"
|
|
5
5
|
}
|
|
6
6
|
export declare class GetCrawlerProxyOrderListForAdminPayload {
|
|
7
|
-
/** 관리자 목록 가림 여부.
|
|
7
|
+
/** 관리자 목록 가림 여부. 미전달은 전체, false는 안 가린 주문, true는 가린 주문을 조회한다. */
|
|
8
8
|
isHidden?: boolean;
|
|
9
9
|
/** 결제일 시작일 */
|
|
10
10
|
paymentStartDate?: string | Date;
|
|
@@ -62,6 +62,7 @@ export interface CrawlerProxyOrderListItemForAdmin {
|
|
|
62
62
|
purchaseNumber: number;
|
|
63
63
|
option: PurchasedInfoOption[];
|
|
64
64
|
pOptionInfo?: PInfoPOptionInfo;
|
|
65
|
+
requirement?: string;
|
|
65
66
|
buyerInfo: CrawlerProxyOrderBuyerInfoForAdmin;
|
|
66
67
|
crawlerPurchaseInfo: CrawlerPurchaseInfo;
|
|
67
68
|
crawlerProxyOrderInfo: CrawlerProxyOrderInfo;
|