@yolo-croket-dev/amqp-access 0.7.105 → 0.7.106-sj

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.
@@ -43,6 +43,8 @@ export interface PInfoReservationForAdmin {
43
43
  cardQuota: CardQuotaEnum;
44
44
  /** 결제 여부 */
45
45
  isPaid: boolean;
46
+ /** 채팅방 아이디 */
47
+ chatRoomId?: string;
46
48
  }
47
49
  /** @description 관리자용 예약 결제 정보 목록 조회 결과 */
48
50
  export interface GetReservationListForAdminResult {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.105",
3
+ "version": "0.7.106-sj",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -27,4 +27,4 @@
27
27
  "class-validator": "^0.13.2",
28
28
  "dotenv": "^16.3.1"
29
29
  }
30
- }
30
+ }