@carsayo/types 1.1.773 → 1.1.775
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/term.d.ts +11 -2
- package/dist/data/term.js +61 -51
- package/package.json +1 -1
package/dist/data/term.d.ts
CHANGED
|
@@ -121,6 +121,15 @@ export declare const TermCategoryData: readonly [{
|
|
|
121
121
|
readonly isEssential: true;
|
|
122
122
|
readonly isContent: true;
|
|
123
123
|
readonly isActive: true;
|
|
124
|
+
}, {
|
|
125
|
+
readonly id: 94100;
|
|
126
|
+
readonly title: "위치기반서비스 이용 동의";
|
|
127
|
+
readonly description: "위치기반서비스 이용 약관";
|
|
128
|
+
readonly member_type: any;
|
|
129
|
+
readonly dealer_type: any;
|
|
130
|
+
readonly isEssential: false;
|
|
131
|
+
readonly isContent: true;
|
|
132
|
+
readonly isActive: true;
|
|
124
133
|
}, {
|
|
125
134
|
readonly id: 95100;
|
|
126
135
|
readonly title: "푸시 알람 수신 동의";
|
|
@@ -149,5 +158,5 @@ export declare const TermCategoryData: readonly [{
|
|
|
149
158
|
readonly isContent: true;
|
|
150
159
|
readonly isActive: true;
|
|
151
160
|
}];
|
|
152
|
-
export declare const TermCategoryId: (10100 | 10200 | 10500 | 10600 | 10700 | 20100 | 20200 | 24090 | 24100 | 25090 | 25100 | 26090 | 26100 | 95100 | 95200 | 95300)[];
|
|
153
|
-
export type TermCategoryId = (typeof TermCategoryData)[number][
|
|
161
|
+
export declare const TermCategoryId: (10100 | 10200 | 10500 | 10600 | 10700 | 20100 | 20200 | 24090 | 24100 | 25090 | 25100 | 26090 | 26100 | 94100 | 95100 | 95200 | 95300)[];
|
|
162
|
+
export type TermCategoryId = (typeof TermCategoryData)[number]["id"];
|
package/dist/data/term.js
CHANGED
|
@@ -11,9 +11,9 @@ exports.TermCategoryData = [
|
|
|
11
11
|
/** 일반회원 가입 약관 */
|
|
12
12
|
{
|
|
13
13
|
id: 10100,
|
|
14
|
-
title:
|
|
15
|
-
description:
|
|
16
|
-
member_type:
|
|
14
|
+
title: "서비스 이용약관",
|
|
15
|
+
description: "일반 고객의 서비스 이용약관입니다",
|
|
16
|
+
member_type: "customer",
|
|
17
17
|
dealer_type: null,
|
|
18
18
|
isEssential: true,
|
|
19
19
|
isContent: true,
|
|
@@ -21,9 +21,9 @@ exports.TermCategoryData = [
|
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
id: 10200,
|
|
24
|
-
title:
|
|
25
|
-
description:
|
|
26
|
-
member_type:
|
|
24
|
+
title: "개인정보 처리방침",
|
|
25
|
+
description: "일반 고객의 개인정보 처리방침입니다",
|
|
26
|
+
member_type: "customer",
|
|
27
27
|
dealer_type: null,
|
|
28
28
|
isEssential: true,
|
|
29
29
|
isContent: true,
|
|
@@ -31,9 +31,9 @@ exports.TermCategoryData = [
|
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
id: 10500,
|
|
34
|
-
title:
|
|
35
|
-
description:
|
|
36
|
-
member_type:
|
|
34
|
+
title: "미스터리 쇼퍼가 아닙니다",
|
|
35
|
+
description: "일반 고객의 미스터리 쇼퍼가 아님을 나타내는 약관",
|
|
36
|
+
member_type: "customer",
|
|
37
37
|
dealer_type: null,
|
|
38
38
|
isEssential: true,
|
|
39
39
|
isContent: true,
|
|
@@ -41,9 +41,9 @@ exports.TermCategoryData = [
|
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
id: 10600,
|
|
44
|
-
title:
|
|
45
|
-
description:
|
|
46
|
-
member_type:
|
|
44
|
+
title: "실구매자 또는 실판매자입니다",
|
|
45
|
+
description: "일반 고객의 실구매자 또는 실판매자임을 나타내는 약관",
|
|
46
|
+
member_type: "customer",
|
|
47
47
|
dealer_type: null,
|
|
48
48
|
isEssential: true,
|
|
49
49
|
isContent: true,
|
|
@@ -51,9 +51,9 @@ exports.TermCategoryData = [
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
id: 10700,
|
|
54
|
-
title:
|
|
55
|
-
description:
|
|
56
|
-
member_type:
|
|
54
|
+
title: "무분별한 구매/판매 요청은 하지 않습니다",
|
|
55
|
+
description: "일반 고객의 무분별한 구매/판매 요청은 하지 않겠다는 약관",
|
|
56
|
+
member_type: "customer",
|
|
57
57
|
dealer_type: null,
|
|
58
58
|
isEssential: true,
|
|
59
59
|
isContent: false,
|
|
@@ -62,9 +62,9 @@ exports.TermCategoryData = [
|
|
|
62
62
|
/** 카매니저 약관 */
|
|
63
63
|
{
|
|
64
64
|
id: 20100,
|
|
65
|
-
title:
|
|
66
|
-
description:
|
|
67
|
-
member_type:
|
|
65
|
+
title: "서비스 이용약관",
|
|
66
|
+
description: "딜러 고객의 서비스 이용약관입니다",
|
|
67
|
+
member_type: "dealer",
|
|
68
68
|
dealer_type: null,
|
|
69
69
|
isEssential: true,
|
|
70
70
|
isContent: true,
|
|
@@ -72,9 +72,9 @@ exports.TermCategoryData = [
|
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
id: 20200,
|
|
75
|
-
title:
|
|
76
|
-
description:
|
|
77
|
-
member_type:
|
|
75
|
+
title: "개인정보 처리방침",
|
|
76
|
+
description: "카매니저의 수집이용 약관입니다",
|
|
77
|
+
member_type: "dealer",
|
|
78
78
|
dealer_type: null,
|
|
79
79
|
isEssential: true,
|
|
80
80
|
isContent: true,
|
|
@@ -83,20 +83,20 @@ exports.TermCategoryData = [
|
|
|
83
83
|
/** 신차 카매니저 전용 */
|
|
84
84
|
{
|
|
85
85
|
id: 24090,
|
|
86
|
-
title:
|
|
87
|
-
description:
|
|
88
|
-
member_type:
|
|
89
|
-
dealer_type:
|
|
86
|
+
title: "이용방법 & 거래 주의사항",
|
|
87
|
+
description: "신차 카매니저의 서비스 이용 및 거래에 대한 약관입니다",
|
|
88
|
+
member_type: "dealer",
|
|
89
|
+
dealer_type: "newcar",
|
|
90
90
|
isEssential: true,
|
|
91
91
|
isContent: true,
|
|
92
92
|
isActive: true,
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
id: 24100,
|
|
96
|
-
title:
|
|
97
|
-
description:
|
|
98
|
-
member_type:
|
|
99
|
-
dealer_type:
|
|
96
|
+
title: "국내차/수입차 공식 직원입니다.",
|
|
97
|
+
description: "신차 공식 직원인지에 대한 확인",
|
|
98
|
+
member_type: "dealer",
|
|
99
|
+
dealer_type: "newcar",
|
|
100
100
|
isEssential: true,
|
|
101
101
|
isContent: true,
|
|
102
102
|
isActive: true,
|
|
@@ -104,20 +104,20 @@ exports.TermCategoryData = [
|
|
|
104
104
|
/** 중고차 카매니저 전용 */
|
|
105
105
|
{
|
|
106
106
|
id: 25090,
|
|
107
|
-
title:
|
|
108
|
-
description:
|
|
109
|
-
member_type:
|
|
110
|
-
dealer_type:
|
|
107
|
+
title: "이용방법 & 거래 주의사항",
|
|
108
|
+
description: "중고차 카매니저의 서비스 이용 및 거래에 대한 약관입니다",
|
|
109
|
+
member_type: "dealer",
|
|
110
|
+
dealer_type: "usedcar",
|
|
111
111
|
isEssential: true,
|
|
112
112
|
isContent: true,
|
|
113
113
|
isActive: true,
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
id: 25100,
|
|
117
|
-
title:
|
|
118
|
-
description:
|
|
119
|
-
member_type:
|
|
120
|
-
dealer_type:
|
|
117
|
+
title: "자동차매매사업조합연합회 소속입니다.",
|
|
118
|
+
description: "중고차 딜러가 자동차매매사업조합연합회 소속인지 여부를 선택합니다",
|
|
119
|
+
member_type: "dealer",
|
|
120
|
+
dealer_type: "usedcar",
|
|
121
121
|
isEssential: true,
|
|
122
122
|
isContent: true,
|
|
123
123
|
isActive: true,
|
|
@@ -125,29 +125,39 @@ exports.TermCategoryData = [
|
|
|
125
125
|
/** 리스렌트 카매니저 전용 */
|
|
126
126
|
{
|
|
127
127
|
id: 26090,
|
|
128
|
-
title:
|
|
129
|
-
description:
|
|
130
|
-
member_type:
|
|
131
|
-
dealer_type:
|
|
128
|
+
title: "이용방법 & 거래 주의사항",
|
|
129
|
+
description: "리스렌트 카매니저의 서비스 이용 및 거래에 대한 약관입니다",
|
|
130
|
+
member_type: "dealer",
|
|
131
|
+
dealer_type: "leaseRent",
|
|
132
132
|
isEssential: true,
|
|
133
133
|
isContent: true,
|
|
134
134
|
isActive: true,
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
id: 26100,
|
|
138
|
-
title:
|
|
139
|
-
description:
|
|
140
|
-
member_type:
|
|
141
|
-
dealer_type:
|
|
138
|
+
title: "대출성 상품 판매대리 중개업자입니다.",
|
|
139
|
+
description: "대출성 상품 판매대리 중개업자 자격이 있다는 것에 동의합니다",
|
|
140
|
+
member_type: "dealer",
|
|
141
|
+
dealer_type: "leaseRent",
|
|
142
142
|
isEssential: true,
|
|
143
143
|
isContent: true,
|
|
144
144
|
isActive: true,
|
|
145
145
|
},
|
|
146
146
|
/** 공통 동의 내용 */
|
|
147
|
+
{
|
|
148
|
+
id: 94100,
|
|
149
|
+
title: "위치기반서비스 이용 동의",
|
|
150
|
+
description: "위치기반서비스 이용 약관",
|
|
151
|
+
member_type: null,
|
|
152
|
+
dealer_type: null,
|
|
153
|
+
isEssential: false,
|
|
154
|
+
isContent: true,
|
|
155
|
+
isActive: true,
|
|
156
|
+
},
|
|
147
157
|
{
|
|
148
158
|
id: 95100,
|
|
149
|
-
title:
|
|
150
|
-
description:
|
|
159
|
+
title: "푸시 알람 수신 동의",
|
|
160
|
+
description: "푸시 알람을 통해 광고성 메시지를 받겠다는 약관",
|
|
151
161
|
member_type: null,
|
|
152
162
|
dealer_type: null,
|
|
153
163
|
isEssential: false,
|
|
@@ -156,8 +166,8 @@ exports.TermCategoryData = [
|
|
|
156
166
|
},
|
|
157
167
|
{
|
|
158
168
|
id: 95200,
|
|
159
|
-
title:
|
|
160
|
-
description:
|
|
169
|
+
title: "메시지 수신 동의",
|
|
170
|
+
description: "문자 메시지를 통해 광고성 메시지를 받겠다는 약관",
|
|
161
171
|
member_type: null,
|
|
162
172
|
dealer_type: null,
|
|
163
173
|
isEssential: false,
|
|
@@ -166,8 +176,8 @@ exports.TermCategoryData = [
|
|
|
166
176
|
},
|
|
167
177
|
{
|
|
168
178
|
id: 95300,
|
|
169
|
-
title:
|
|
170
|
-
description:
|
|
179
|
+
title: "이메일 수신 동의",
|
|
180
|
+
description: "이메일을 통해 광고성 메시지를 받겠다는 약관",
|
|
171
181
|
member_type: null,
|
|
172
182
|
dealer_type: null,
|
|
173
183
|
isEssential: false,
|