@carsayo/types 1.1.891984 → 1.1.891985
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.
|
@@ -900,3 +900,61 @@ export interface SellMyCarOrder_Inspect_Transport_ChangeRequest {
|
|
|
900
900
|
*/
|
|
901
901
|
processed_at: Date | null;
|
|
902
902
|
}
|
|
903
|
+
export interface SellMyCarOrderDealerSearchCount {
|
|
904
|
+
내입찰: {
|
|
905
|
+
북마크: {
|
|
906
|
+
셀프: number;
|
|
907
|
+
퍼펙트: number;
|
|
908
|
+
};
|
|
909
|
+
참여한경매: {
|
|
910
|
+
입찰중: {
|
|
911
|
+
셀프: number;
|
|
912
|
+
퍼펙트: number;
|
|
913
|
+
};
|
|
914
|
+
결정대기중: {
|
|
915
|
+
셀프: number;
|
|
916
|
+
퍼펙트: number;
|
|
917
|
+
};
|
|
918
|
+
};
|
|
919
|
+
종료: {
|
|
920
|
+
견적실수: {
|
|
921
|
+
셀프: number;
|
|
922
|
+
퍼펙트: number;
|
|
923
|
+
};
|
|
924
|
+
미낙찰: {
|
|
925
|
+
셀프: number;
|
|
926
|
+
퍼펙트: number;
|
|
927
|
+
};
|
|
928
|
+
};
|
|
929
|
+
};
|
|
930
|
+
내거래: {
|
|
931
|
+
북마크: {
|
|
932
|
+
셀프: number;
|
|
933
|
+
퍼펙트: number;
|
|
934
|
+
};
|
|
935
|
+
거래진행중: {
|
|
936
|
+
판매요청: {
|
|
937
|
+
셀프: number;
|
|
938
|
+
퍼펙트: number;
|
|
939
|
+
};
|
|
940
|
+
거래진행: {
|
|
941
|
+
셀프: number;
|
|
942
|
+
퍼펙트: number;
|
|
943
|
+
};
|
|
944
|
+
거래마무리: {
|
|
945
|
+
셀프: number;
|
|
946
|
+
퍼펙트: number;
|
|
947
|
+
};
|
|
948
|
+
};
|
|
949
|
+
거래히스토리: {
|
|
950
|
+
거래종결: {
|
|
951
|
+
셀프: number;
|
|
952
|
+
퍼펙트: number;
|
|
953
|
+
};
|
|
954
|
+
매입취소: {
|
|
955
|
+
셀프: number;
|
|
956
|
+
퍼펙트: number;
|
|
957
|
+
};
|
|
958
|
+
};
|
|
959
|
+
};
|
|
960
|
+
}
|