@carsayo/types 1.1.891983 → 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.
@@ -51,7 +51,7 @@ export interface SellMyCarAuctionSearchDTO {
51
51
  export declare const SellMyCarAuctionSearchSpecialCaseDealer: {
52
52
  readonly 경매장: "경매장";
53
53
  readonly 내입찰_북마크: "내입찰_북마크";
54
- readonly 내입찰_거래진행중: "내입찰_거래진행중";
54
+ readonly 내입찰_참여한경매: "내입찰_참여한경매";
55
55
  readonly 내입찰_종료: "내입찰_종료";
56
56
  readonly 내거래_북마크: "내거래_북마크";
57
57
  readonly 내거래_거래진행중: "내거래_거래진행중";
@@ -4,7 +4,7 @@ exports.ReqSetMyCarToggleLike = exports.SellMyCarAuctionSearchSpecialCaseDealer
4
4
  exports.SellMyCarAuctionSearchSpecialCaseDealer = {
5
5
  경매장: "경매장",
6
6
  내입찰_북마크: "내입찰_북마크",
7
- 내입찰_거래진행중: "내입찰_거래진행중",
7
+ 내입찰_참여한경매: "내입찰_참여한경매",
8
8
  내입찰_종료: "내입찰_종료",
9
9
  내거래_북마크: "내거래_북마크",
10
10
  내거래_거래진행중: "내거래_거래진행중",
@@ -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
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891983",
3
+ "version": "1.1.891985",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",