@carsayo/types 1.1.892041 → 1.1.892042
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.
|
@@ -961,12 +961,12 @@ export interface SellMyCarOrder_Inspect_Transport_ChangeRequest {
|
|
|
961
961
|
}
|
|
962
962
|
/** 진단사 변경 로그 */
|
|
963
963
|
export interface SellMyCarOrder_Inspect_Change_History {
|
|
964
|
-
inspector_name: String
|
|
965
|
-
inspector_phone: String
|
|
966
|
-
inspector_profile_url: String
|
|
967
|
-
expected_visited_at: Date
|
|
968
|
-
expected_visited_address: String
|
|
969
|
-
expected_visited_detail_address: String
|
|
964
|
+
inspector_name: String;
|
|
965
|
+
inspector_phone: String;
|
|
966
|
+
inspector_profile_url: String;
|
|
967
|
+
expected_visited_at: Date;
|
|
968
|
+
expected_visited_address: String;
|
|
969
|
+
expected_visited_detail_address: String;
|
|
970
970
|
created_at: Date;
|
|
971
971
|
}
|
|
972
972
|
export interface SellMyCarOrderDealerSearchCount {
|