@carsayo/types 1.1.891908 → 1.1.891910
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.
package/dist/data/sell_car.d.ts
CHANGED
|
@@ -1,13 +1,57 @@
|
|
|
1
1
|
export declare const SellCarTagData: readonly [{
|
|
2
2
|
readonly id: 1;
|
|
3
|
-
readonly title: "완무";
|
|
4
|
-
readonly
|
|
5
|
-
readonly
|
|
3
|
+
readonly title: "완무 (보험0건)";
|
|
4
|
+
readonly detail_name: "완전무사고";
|
|
5
|
+
readonly color_text: "#0C75FF";
|
|
6
|
+
readonly color_bg: "#E7F0FF";
|
|
6
7
|
}, {
|
|
7
8
|
readonly id: 2;
|
|
8
|
-
readonly title: "
|
|
9
|
-
readonly
|
|
10
|
-
readonly
|
|
9
|
+
readonly title: "단순";
|
|
10
|
+
readonly detail_name: "단순교환";
|
|
11
|
+
readonly color_text: "#FF4747";
|
|
12
|
+
readonly color_bg: "#FFE7E7";
|
|
13
|
+
}, {
|
|
14
|
+
readonly id: 3;
|
|
15
|
+
readonly title: "전손";
|
|
16
|
+
readonly detail_name: "전손";
|
|
17
|
+
readonly color_text: "#FF4747";
|
|
18
|
+
readonly color_bg: "#FFE7E7";
|
|
19
|
+
}, {
|
|
20
|
+
readonly id: 4;
|
|
21
|
+
readonly title: "유사고";
|
|
22
|
+
readonly detail_name: "유사고";
|
|
23
|
+
readonly color_text: "#FF4747";
|
|
24
|
+
readonly color_bg: "#FFE7E7";
|
|
25
|
+
}, {
|
|
26
|
+
readonly id: 5;
|
|
27
|
+
readonly title: "사고모름";
|
|
28
|
+
readonly detail_name: "사고모름";
|
|
29
|
+
readonly color_text: "#FF4747";
|
|
30
|
+
readonly color_bg: "#FFE7E7";
|
|
31
|
+
}, {
|
|
32
|
+
readonly id: 11;
|
|
33
|
+
readonly title: "영업";
|
|
34
|
+
readonly detail_name: "영업";
|
|
35
|
+
readonly color_text: "#F47200";
|
|
36
|
+
readonly color_bg: "#FFF1DA";
|
|
37
|
+
}, {
|
|
38
|
+
readonly id: 12;
|
|
39
|
+
readonly title: "대여";
|
|
40
|
+
readonly detail_name: "대여";
|
|
41
|
+
readonly color_text: "#F47200";
|
|
42
|
+
readonly color_bg: "#FFF1DA";
|
|
43
|
+
}, {
|
|
44
|
+
readonly id: 21;
|
|
45
|
+
readonly title: "운행불가";
|
|
46
|
+
readonly detail_name: "운행불가";
|
|
47
|
+
readonly color_text: "#555555";
|
|
48
|
+
readonly color_bg: "#F3F6F9";
|
|
49
|
+
}, {
|
|
50
|
+
readonly id: 31;
|
|
51
|
+
readonly title: "1인소유";
|
|
52
|
+
readonly detail_name: "1인소유";
|
|
53
|
+
readonly color_text: "#484AF5";
|
|
54
|
+
readonly color_bg: "#F0F0FD";
|
|
11
55
|
}];
|
|
12
|
-
export declare const SellCarTagId: (1 | 2)[];
|
|
56
|
+
export declare const SellCarTagId: (1 | 2 | 3 | 5 | 4 | 11 | 21 | 12 | 31)[];
|
|
13
57
|
export type SellCarTagId = (typeof SellCarTagData)[number]["id"];
|
package/dist/data/sell_car.js
CHANGED
|
@@ -4,15 +4,66 @@ exports.SellCarTagId = exports.SellCarTagData = void 0;
|
|
|
4
4
|
exports.SellCarTagData = [
|
|
5
5
|
{
|
|
6
6
|
id: 1,
|
|
7
|
-
title: "완무",
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
title: "완무 (보험0건)",
|
|
8
|
+
detail_name: "완전무사고",
|
|
9
|
+
color_text: "#0C75FF",
|
|
10
|
+
color_bg: "#E7F0FF",
|
|
10
11
|
},
|
|
11
12
|
{
|
|
12
13
|
id: 2,
|
|
13
|
-
title: "
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
title: "단순",
|
|
15
|
+
detail_name: "단순교환",
|
|
16
|
+
color_text: "#FF4747",
|
|
17
|
+
color_bg: "#FFE7E7",
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
id: 3,
|
|
21
|
+
title: "전손",
|
|
22
|
+
detail_name: "전손",
|
|
23
|
+
color_text: "#FF4747",
|
|
24
|
+
color_bg: "#FFE7E7",
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
id: 4,
|
|
28
|
+
title: "유사고",
|
|
29
|
+
detail_name: "유사고",
|
|
30
|
+
color_text: "#FF4747",
|
|
31
|
+
color_bg: "#FFE7E7",
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
id: 5,
|
|
35
|
+
title: "사고모름",
|
|
36
|
+
detail_name: "사고모름",
|
|
37
|
+
color_text: "#FF4747",
|
|
38
|
+
color_bg: "#FFE7E7",
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
id: 11,
|
|
42
|
+
title: "영업",
|
|
43
|
+
detail_name: "영업",
|
|
44
|
+
color_text: "#F47200",
|
|
45
|
+
color_bg: "#FFF1DA",
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
id: 12,
|
|
49
|
+
title: "대여",
|
|
50
|
+
detail_name: "대여",
|
|
51
|
+
color_text: "#F47200",
|
|
52
|
+
color_bg: "#FFF1DA",
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
id: 21,
|
|
56
|
+
title: "운행불가",
|
|
57
|
+
detail_name: "운행불가",
|
|
58
|
+
color_text: "#555555",
|
|
59
|
+
color_bg: "#F3F6F9",
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
id: 31,
|
|
63
|
+
title: "1인소유",
|
|
64
|
+
detail_name: "1인소유",
|
|
65
|
+
color_text: "#484AF5",
|
|
66
|
+
color_bg: "#F0F0FD",
|
|
16
67
|
},
|
|
17
68
|
];
|
|
18
69
|
exports.SellCarTagId = exports.SellCarTagData.map((el) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CarMakerId, SidoId, SellCarTagId } from "../../../data";
|
|
2
2
|
import { SellMyCarOrderInspection, SellMyCarRegistry } from "./interface";
|
|
3
|
-
import { SellMyCarOrderStatus, SellMyCarOrderBidStatus, SellMyCarOrderMethod, SellMyCarFilterCategory, SellMyCarOrderKey } from "./type";
|
|
3
|
+
import { SellMyCarOrderStatus, SellMyCarOrderBidStatus, SellMyCarOrderMethod, SellMyCarFilterCategory, SellMyCarOrderKey, SellMyCarOrderPurchaseMethod } from "./type";
|
|
4
4
|
export interface ReqSellMyCarInspectorAuth {
|
|
5
5
|
/** 인증 토큰
|
|
6
6
|
* @note 쿼리스트링으로 전달받은 바로 그 값
|
|
@@ -68,8 +68,8 @@ export interface SellMyCarAuctionSearchFilter {
|
|
|
68
68
|
isReAuction?: boolean;
|
|
69
69
|
/** 내 입찰 여부 */
|
|
70
70
|
isMyBid?: boolean;
|
|
71
|
-
/** 구매 방식
|
|
72
|
-
buyMethod?:
|
|
71
|
+
/** 구매 방식 */
|
|
72
|
+
buyMethod?: SellMyCarOrderPurchaseMethod[];
|
|
73
73
|
/** 태그 검색 */
|
|
74
74
|
tags?: SellCarTagId[];
|
|
75
75
|
}
|