@yolo-croket-dev/amqp-access 0.7.47-jun.55 → 0.7.47-jun.56

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.
@@ -1,5 +1,5 @@
1
1
  import { PurchasedProcessEnum } from '@yolo-croket-dev/entity';
2
- import { PurchasedProcessV2Enum } from '@yolo-croket-dev/entity-v2';
2
+ import { PurchasedProcessV2Enum, PInfoTypeEnum } from '@yolo-croket-dev/entity-v2';
3
3
  import { StoreItemKeyword } from '@yolo-croket-dev/dto-v2/user-service';
4
4
  export declare class SearchSellerTransactionHistoryByProcessPayload {
5
5
  /** 시작 날짜 */
@@ -113,6 +113,8 @@ export declare class SellerTransactionHistory {
113
113
  isSabang?: boolean;
114
114
  /** 상품 키워드 */
115
115
  itemKeywords?: StoreItemKeyword[];
116
+ /** 결제 정보 타입 (예약 상품 구분) */
117
+ pInfoType?: PInfoTypeEnum;
116
118
  }
117
119
  export declare class SearchSellerTransactionHistoryByProcessResult {
118
120
  sellerTransactionHistories: SellerTransactionHistory[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.47-jun.55",
3
+ "version": "0.7.47-jun.56",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",