@yolo-croket-dev/amqp-access 0.7.264 → 0.7.265

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.
@@ -71,6 +71,8 @@ export declare class RefundWaitingPurchasedInfoForAdmin {
71
71
  transferredSellerId?: string;
72
72
  /** 여러 번 이관된 경우 가장 최근 이관 완료일 */
73
73
  latestTransferDate?: Date;
74
+ /** 관리자가 이관 불가를 확정한 일시. UNAVAILABLE 상태가 아니면 없다. */
75
+ unavailableDate?: Date;
74
76
  }
75
77
  /**
76
78
  * @author sj
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.264",
3
+ "version": "0.7.265",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",