@yolo-croket-dev/amqp-access 0.6.12 → 0.6.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.6.12",
3
+ "version": "0.6.13",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -21,8 +21,8 @@ export interface DeliveryDelayPurchase {
21
21
  itemName: string;
22
22
  /** 발송 예정일 (주말/한국 공휴일 제외) */
23
23
  delayStartDate: Date;
24
- /** 발송 예정일로부터 지난 기간 (주말/한국 공휴일 제외) */
25
- afterDelayWithHoliday: number;
24
+ /** 발송 예정일로부터 지난 기간 (주말/한국 공휴일 포함) */
25
+ afterDelayWithoutHoliday: number;
26
26
  /** 1:1 메시지 마지막 응답 여부 */
27
27
  isLastChatSellerReplied: boolean | null;
28
28
  }