@carsayo/types 1.1.892092 → 1.1.892094

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.
@@ -921,7 +921,10 @@ export interface SellMyCarOrder_Admin extends SellMyCarOrder {
921
921
  /** 해당 주문에 연결된 1:1 문의 채팅방 ID (고객, 딜러용)
922
922
  * @note sell-car-order.chat_room_inquiry_id
923
923
  */
924
- inquiry_chat_room_id_list: string[];
924
+ inquiry_chat_room_list: {
925
+ member_id: string;
926
+ chat_room_id: string;
927
+ }[];
925
928
  }
926
929
  /** 해당 주문에 대하여 신고한 오류 정보 */
927
930
  export interface SellMyCarOrderErrorReport {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892092",
3
+ "version": "1.1.892094",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",