@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
- /** 관리자 목록 가림 여부. 미전달 또는 false는 가리지 않은 주문을 조회한다. */
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.203",
3
+ "version": "0.7.204",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",