@carsayo/types 1.1.892089 → 1.1.892091
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.
|
@@ -918,6 +918,10 @@ export interface SellMyCarOrder_Admin extends SellMyCarOrder {
|
|
|
918
918
|
errorReport: SellMyCarOrderErrorReport[] | null;
|
|
919
919
|
/** 관리자용 메모 내용 */
|
|
920
920
|
memo: SellMyCarOrderMemo | null;
|
|
921
|
+
/** 1:1 문의 채팅방 ID (고객용)
|
|
922
|
+
* @note sell-car-order.chat_room_inquiry_id
|
|
923
|
+
*/
|
|
924
|
+
customer_chat_room_id: string | null;
|
|
921
925
|
}
|
|
922
926
|
/** 해당 주문에 대하여 신고한 오류 정보 */
|
|
923
927
|
export interface SellMyCarOrderErrorReport {
|