@carsayo/types 1.1.892121 → 1.1.892123
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.
|
@@ -304,6 +304,10 @@ export interface OrderListData extends OrderInfoTime {
|
|
|
304
304
|
id: string;
|
|
305
305
|
type: OrderType;
|
|
306
306
|
state: OrderState;
|
|
307
|
+
name: string;
|
|
308
|
+
phoneNumber: string;
|
|
309
|
+
/** 빠른견적 여부 */
|
|
310
|
+
isFast: boolean;
|
|
307
311
|
/** 주문번호 */
|
|
308
312
|
code: string;
|
|
309
313
|
/** 주문 제목 (주로 차량명) */
|