@carsayo/types 1.1.891737 → 1.1.891739
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
CHANGED
|
@@ -8,6 +8,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
8
8
|
readonly id: 10100;
|
|
9
9
|
readonly title: "서비스 이용약관";
|
|
10
10
|
readonly description: "일반 고객의 서비스 이용약관입니다";
|
|
11
|
+
readonly type: "customer";
|
|
11
12
|
readonly member_type: "customer";
|
|
12
13
|
readonly dealer_type: any;
|
|
13
14
|
readonly isEssential: true;
|
|
@@ -17,6 +18,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
17
18
|
readonly id: 10200;
|
|
18
19
|
readonly title: "개인정보 처리방침";
|
|
19
20
|
readonly description: "일반 고객의 개인정보 처리방침입니다";
|
|
21
|
+
readonly type: "customer";
|
|
20
22
|
readonly member_type: "customer";
|
|
21
23
|
readonly dealer_type: any;
|
|
22
24
|
readonly isEssential: true;
|
|
@@ -26,6 +28,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
26
28
|
readonly id: 10500;
|
|
27
29
|
readonly title: "미스터리 쇼퍼가 아닙니다";
|
|
28
30
|
readonly description: "일반 고객의 미스터리 쇼퍼가 아님을 나타내는 약관";
|
|
31
|
+
readonly type: "customer";
|
|
29
32
|
readonly member_type: "customer";
|
|
30
33
|
readonly dealer_type: any;
|
|
31
34
|
readonly isEssential: true;
|
|
@@ -35,6 +38,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
35
38
|
readonly id: 10600;
|
|
36
39
|
readonly title: "실구매자 또는 실판매자입니다";
|
|
37
40
|
readonly description: "일반 고객의 실구매자 또는 실판매자임을 나타내는 약관";
|
|
41
|
+
readonly type: "customer";
|
|
38
42
|
readonly member_type: "customer";
|
|
39
43
|
readonly dealer_type: any;
|
|
40
44
|
readonly isEssential: true;
|
|
@@ -44,6 +48,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
44
48
|
readonly id: 10700;
|
|
45
49
|
readonly title: "무분별한 구매/판매 요청은 하지 않습니다";
|
|
46
50
|
readonly description: "일반 고객의 무분별한 구매/판매 요청은 하지 않겠다는 약관";
|
|
51
|
+
readonly type: "customer";
|
|
47
52
|
readonly member_type: "customer";
|
|
48
53
|
readonly dealer_type: any;
|
|
49
54
|
readonly isEssential: true;
|
|
@@ -53,6 +58,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
53
58
|
readonly id: 20100;
|
|
54
59
|
readonly title: "서비스 이용약관";
|
|
55
60
|
readonly description: "딜러 고객의 서비스 이용약관입니다";
|
|
61
|
+
readonly type: "dealer";
|
|
56
62
|
readonly member_type: "dealer";
|
|
57
63
|
readonly dealer_type: any;
|
|
58
64
|
readonly isEssential: true;
|
|
@@ -62,6 +68,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
62
68
|
readonly id: 20200;
|
|
63
69
|
readonly title: "개인정보 처리방침";
|
|
64
70
|
readonly description: "카매니저의 수집이용 약관입니다";
|
|
71
|
+
readonly type: "dealer";
|
|
65
72
|
readonly member_type: "dealer";
|
|
66
73
|
readonly dealer_type: any;
|
|
67
74
|
readonly isEssential: true;
|
|
@@ -71,6 +78,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
71
78
|
readonly id: 24090;
|
|
72
79
|
readonly title: "이용방법 & 거래 주의사항";
|
|
73
80
|
readonly description: "신차 카매니저의 서비스 이용 및 거래에 대한 약관입니다";
|
|
81
|
+
readonly type: "dealer";
|
|
74
82
|
readonly member_type: "dealer";
|
|
75
83
|
readonly dealer_type: "newcar";
|
|
76
84
|
readonly isEssential: true;
|
|
@@ -80,6 +88,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
80
88
|
readonly id: 24100;
|
|
81
89
|
readonly title: "국내차/수입차 공식 직원입니다.";
|
|
82
90
|
readonly description: "신차 공식 직원인지에 대한 확인";
|
|
91
|
+
readonly type: "dealer";
|
|
83
92
|
readonly member_type: "dealer";
|
|
84
93
|
readonly dealer_type: "newcar";
|
|
85
94
|
readonly isEssential: true;
|
|
@@ -89,6 +98,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
89
98
|
readonly id: 25090;
|
|
90
99
|
readonly title: "이용방법 & 거래 주의사항";
|
|
91
100
|
readonly description: "중고차 카매니저의 서비스 이용 및 거래에 대한 약관입니다";
|
|
101
|
+
readonly type: "dealer";
|
|
92
102
|
readonly member_type: "dealer";
|
|
93
103
|
readonly dealer_type: "usedcar";
|
|
94
104
|
readonly isEssential: true;
|
|
@@ -98,6 +108,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
98
108
|
readonly id: 25100;
|
|
99
109
|
readonly title: "자동차매매사업조합연합회 소속입니다.";
|
|
100
110
|
readonly description: "중고차 딜러가 자동차매매사업조합연합회 소속인지 여부를 선택합니다";
|
|
111
|
+
readonly type: "dealer";
|
|
101
112
|
readonly member_type: "dealer";
|
|
102
113
|
readonly dealer_type: "usedcar";
|
|
103
114
|
readonly isEssential: true;
|
|
@@ -107,6 +118,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
107
118
|
readonly id: 26090;
|
|
108
119
|
readonly title: "이용방법 & 거래 주의사항";
|
|
109
120
|
readonly description: "리스렌트 카매니저의 서비스 이용 및 거래에 대한 약관입니다";
|
|
121
|
+
readonly type: "dealer";
|
|
110
122
|
readonly member_type: "dealer";
|
|
111
123
|
readonly dealer_type: "leaseRent";
|
|
112
124
|
readonly isEssential: true;
|
|
@@ -116,6 +128,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
116
128
|
readonly id: 26100;
|
|
117
129
|
readonly title: "대출성 상품 판매대리 중개업자입니다.";
|
|
118
130
|
readonly description: "대출성 상품 판매대리 중개업자 자격이 있다는 것에 동의합니다";
|
|
131
|
+
readonly type: "dealer";
|
|
119
132
|
readonly member_type: "dealer";
|
|
120
133
|
readonly dealer_type: "leaseRent";
|
|
121
134
|
readonly isEssential: true;
|
|
@@ -125,6 +138,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
125
138
|
readonly id: 75000;
|
|
126
139
|
readonly title: "카사요 인슈어런스 회원 약관";
|
|
127
140
|
readonly description: "카사요 인슈어런스 가입 신청 시 동의받는 약관입니다.";
|
|
141
|
+
readonly type: "insurance";
|
|
128
142
|
readonly member_type: "insurance";
|
|
129
143
|
readonly dealer_type: any;
|
|
130
144
|
readonly isEssential: true;
|
|
@@ -134,6 +148,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
134
148
|
readonly id: 75002;
|
|
135
149
|
readonly title: "개인정보 수집 및 이용 동의";
|
|
136
150
|
readonly description: "카사요 인슈어런스 가입 신청 시 동의받는 약관입니다.";
|
|
151
|
+
readonly type: "insurance";
|
|
137
152
|
readonly member_type: "insurance";
|
|
138
153
|
readonly dealer_type: any;
|
|
139
154
|
readonly isEssential: true;
|
|
@@ -143,6 +158,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
143
158
|
readonly id: 75003;
|
|
144
159
|
readonly title: "개인정보처리방침";
|
|
145
160
|
readonly description: "카사요 인슈어런스 가입 신청 시 동의받는 약관입니다.";
|
|
161
|
+
readonly type: "insurance";
|
|
146
162
|
readonly member_type: "insurance";
|
|
147
163
|
readonly dealer_type: any;
|
|
148
164
|
readonly isEssential: true;
|
|
@@ -151,7 +167,8 @@ export declare const TermCategoryData: readonly [{
|
|
|
151
167
|
}, {
|
|
152
168
|
readonly id: 76000;
|
|
153
169
|
readonly title: "카사요(주) 보험 비교 서비스 이용약관";
|
|
154
|
-
readonly description: "
|
|
170
|
+
readonly description: "헥토 인증 보험 비교 서비스 이용약관";
|
|
171
|
+
readonly type: "hecto_verify";
|
|
155
172
|
readonly member_type: "insurance";
|
|
156
173
|
readonly dealer_type: any;
|
|
157
174
|
readonly isEssential: true;
|
|
@@ -160,7 +177,8 @@ export declare const TermCategoryData: readonly [{
|
|
|
160
177
|
}, {
|
|
161
178
|
readonly id: 76010;
|
|
162
179
|
readonly title: "개인정보 제3자 제공";
|
|
163
|
-
readonly description: "
|
|
180
|
+
readonly description: "헥토 인증 개인정보 제3자 제공 약관";
|
|
181
|
+
readonly type: "hecto_verify";
|
|
164
182
|
readonly member_type: "insurance";
|
|
165
183
|
readonly dealer_type: any;
|
|
166
184
|
readonly isEssential: true;
|
|
@@ -169,7 +187,8 @@ export declare const TermCategoryData: readonly [{
|
|
|
169
187
|
}, {
|
|
170
188
|
readonly id: 76020;
|
|
171
189
|
readonly title: "고객 고지용 보험상품 비교 안내문";
|
|
172
|
-
readonly description: "
|
|
190
|
+
readonly description: "헥토 인증 고객 고지용 보험상품 비교 안내문";
|
|
191
|
+
readonly type: "hecto_verify";
|
|
173
192
|
readonly member_type: "insurance";
|
|
174
193
|
readonly dealer_type: any;
|
|
175
194
|
readonly isEssential: true;
|
|
@@ -178,7 +197,8 @@ export declare const TermCategoryData: readonly [{
|
|
|
178
197
|
}, {
|
|
179
198
|
readonly id: 76030;
|
|
180
199
|
readonly title: "금융상품 비교 서비스 개인정보처리방침";
|
|
181
|
-
readonly description: "
|
|
200
|
+
readonly description: "헥토 인증 금융상품 비교 서비스 개인정보처리방침";
|
|
201
|
+
readonly type: "hecto_verify";
|
|
182
202
|
readonly member_type: "insurance";
|
|
183
203
|
readonly dealer_type: any;
|
|
184
204
|
readonly isEssential: true;
|
|
@@ -187,7 +207,8 @@ export declare const TermCategoryData: readonly [{
|
|
|
187
207
|
}, {
|
|
188
208
|
readonly id: 76040;
|
|
189
209
|
readonly title: "[필수] 본인확인서비스 이용약관";
|
|
190
|
-
readonly description: "
|
|
210
|
+
readonly description: "헥토 인증 본인확인서비스 이용약관";
|
|
211
|
+
readonly type: "hecto_verify";
|
|
191
212
|
readonly member_type: "insurance";
|
|
192
213
|
readonly dealer_type: any;
|
|
193
214
|
readonly isEssential: true;
|
|
@@ -196,7 +217,8 @@ export declare const TermCategoryData: readonly [{
|
|
|
196
217
|
}, {
|
|
197
218
|
readonly id: 76050;
|
|
198
219
|
readonly title: "[필수] 개인(신용)정보 수집 - 이용 동의";
|
|
199
|
-
readonly description: "
|
|
220
|
+
readonly description: "헥토 인증 개인(신용)정보 수집 - 이용 동의";
|
|
221
|
+
readonly type: "hecto_verify";
|
|
200
222
|
readonly member_type: "insurance";
|
|
201
223
|
readonly dealer_type: any;
|
|
202
224
|
readonly isEssential: true;
|
|
@@ -206,6 +228,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
206
228
|
readonly id: 85000;
|
|
207
229
|
readonly title: "카사요 파트너스 회원 약관 동의";
|
|
208
230
|
readonly description: "카사요 파트너스 입점 신청 시 동의받는 약관입니다.";
|
|
231
|
+
readonly type: "partners";
|
|
209
232
|
readonly member_type: "partner";
|
|
210
233
|
readonly dealer_type: any;
|
|
211
234
|
readonly isEssential: true;
|
|
@@ -215,6 +238,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
215
238
|
readonly id: 85002;
|
|
216
239
|
readonly title: "개인정보 수집 및 이용 동의";
|
|
217
240
|
readonly description: "카사요 파트너스 입점 신청 시 동의받는 약관입니다.";
|
|
241
|
+
readonly type: "partners";
|
|
218
242
|
readonly member_type: "partner";
|
|
219
243
|
readonly dealer_type: any;
|
|
220
244
|
readonly isEssential: true;
|
|
@@ -224,6 +248,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
224
248
|
readonly id: 85012;
|
|
225
249
|
readonly title: "개인정보처리방침";
|
|
226
250
|
readonly description: "카사요 파트너스 입점 신청 시 동의받는 약관입니다.";
|
|
251
|
+
readonly type: "partners";
|
|
227
252
|
readonly member_type: "partner";
|
|
228
253
|
readonly dealer_type: any;
|
|
229
254
|
readonly isEssential: true;
|
|
@@ -233,6 +258,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
233
258
|
readonly id: 86005;
|
|
234
259
|
readonly title: "마케팅 정보 활용 동의";
|
|
235
260
|
readonly description: "카사요 파트너스 - 파트너 회원 - 마케팅 정보 활용 동의";
|
|
261
|
+
readonly type: "partners";
|
|
236
262
|
readonly member_type: "partner";
|
|
237
263
|
readonly dealer_type: any;
|
|
238
264
|
readonly isEssential: false;
|
|
@@ -242,6 +268,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
242
268
|
readonly id: 86006;
|
|
243
269
|
readonly title: "마케팅 정보 수신 동의";
|
|
244
270
|
readonly description: "카사요 파트너스 - 파트너 회원 - 마케팅 정보 수신 동의";
|
|
271
|
+
readonly type: "partners";
|
|
245
272
|
readonly member_type: "partner";
|
|
246
273
|
readonly dealer_type: any;
|
|
247
274
|
readonly isEssential: false;
|
|
@@ -251,6 +278,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
251
278
|
readonly id: 94100;
|
|
252
279
|
readonly title: "위치기반서비스 이용 동의";
|
|
253
280
|
readonly description: "위치기반서비스 이용 약관";
|
|
281
|
+
readonly type: "common";
|
|
254
282
|
readonly member_type: any;
|
|
255
283
|
readonly dealer_type: any;
|
|
256
284
|
readonly isEssential: false;
|
|
@@ -260,6 +288,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
260
288
|
readonly id: 95100;
|
|
261
289
|
readonly title: "푸시 알람 수신 동의";
|
|
262
290
|
readonly description: "푸시 알람을 통해 광고성 메시지를 받겠다는 약관";
|
|
291
|
+
readonly type: "common";
|
|
263
292
|
readonly member_type: any;
|
|
264
293
|
readonly dealer_type: any;
|
|
265
294
|
readonly isEssential: false;
|
|
@@ -269,6 +298,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
269
298
|
readonly id: 95200;
|
|
270
299
|
readonly title: "메시지 수신 동의";
|
|
271
300
|
readonly description: "문자 메시지를 통해 광고성 메시지를 받겠다는 약관";
|
|
301
|
+
readonly type: "common";
|
|
272
302
|
readonly member_type: any;
|
|
273
303
|
readonly dealer_type: any;
|
|
274
304
|
readonly isEssential: false;
|
|
@@ -278,6 +308,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
278
308
|
readonly id: 95300;
|
|
279
309
|
readonly title: "이메일 수신 동의";
|
|
280
310
|
readonly description: "이메일을 통해 광고성 메시지를 받겠다는 약관";
|
|
311
|
+
readonly type: "common";
|
|
281
312
|
readonly member_type: any;
|
|
282
313
|
readonly dealer_type: any;
|
|
283
314
|
readonly isEssential: false;
|
package/dist/data/term.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.TermCategoryData = [
|
|
|
13
13
|
id: 10100,
|
|
14
14
|
title: "서비스 이용약관",
|
|
15
15
|
description: "일반 고객의 서비스 이용약관입니다",
|
|
16
|
+
type: "customer",
|
|
16
17
|
member_type: "customer",
|
|
17
18
|
dealer_type: null,
|
|
18
19
|
isEssential: true,
|
|
@@ -23,6 +24,7 @@ exports.TermCategoryData = [
|
|
|
23
24
|
id: 10200,
|
|
24
25
|
title: "개인정보 처리방침",
|
|
25
26
|
description: "일반 고객의 개인정보 처리방침입니다",
|
|
27
|
+
type: "customer",
|
|
26
28
|
member_type: "customer",
|
|
27
29
|
dealer_type: null,
|
|
28
30
|
isEssential: true,
|
|
@@ -33,6 +35,7 @@ exports.TermCategoryData = [
|
|
|
33
35
|
id: 10500,
|
|
34
36
|
title: "미스터리 쇼퍼가 아닙니다",
|
|
35
37
|
description: "일반 고객의 미스터리 쇼퍼가 아님을 나타내는 약관",
|
|
38
|
+
type: "customer",
|
|
36
39
|
member_type: "customer",
|
|
37
40
|
dealer_type: null,
|
|
38
41
|
isEssential: true,
|
|
@@ -43,6 +46,7 @@ exports.TermCategoryData = [
|
|
|
43
46
|
id: 10600,
|
|
44
47
|
title: "실구매자 또는 실판매자입니다",
|
|
45
48
|
description: "일반 고객의 실구매자 또는 실판매자임을 나타내는 약관",
|
|
49
|
+
type: "customer",
|
|
46
50
|
member_type: "customer",
|
|
47
51
|
dealer_type: null,
|
|
48
52
|
isEssential: true,
|
|
@@ -53,6 +57,7 @@ exports.TermCategoryData = [
|
|
|
53
57
|
id: 10700,
|
|
54
58
|
title: "무분별한 구매/판매 요청은 하지 않습니다",
|
|
55
59
|
description: "일반 고객의 무분별한 구매/판매 요청은 하지 않겠다는 약관",
|
|
60
|
+
type: "customer",
|
|
56
61
|
member_type: "customer",
|
|
57
62
|
dealer_type: null,
|
|
58
63
|
isEssential: true,
|
|
@@ -64,6 +69,7 @@ exports.TermCategoryData = [
|
|
|
64
69
|
id: 20100,
|
|
65
70
|
title: "서비스 이용약관",
|
|
66
71
|
description: "딜러 고객의 서비스 이용약관입니다",
|
|
72
|
+
type: "dealer",
|
|
67
73
|
member_type: "dealer",
|
|
68
74
|
dealer_type: null,
|
|
69
75
|
isEssential: true,
|
|
@@ -74,6 +80,7 @@ exports.TermCategoryData = [
|
|
|
74
80
|
id: 20200,
|
|
75
81
|
title: "개인정보 처리방침",
|
|
76
82
|
description: "카매니저의 수집이용 약관입니다",
|
|
83
|
+
type: "dealer",
|
|
77
84
|
member_type: "dealer",
|
|
78
85
|
dealer_type: null,
|
|
79
86
|
isEssential: true,
|
|
@@ -85,6 +92,7 @@ exports.TermCategoryData = [
|
|
|
85
92
|
id: 24090,
|
|
86
93
|
title: "이용방법 & 거래 주의사항",
|
|
87
94
|
description: "신차 카매니저의 서비스 이용 및 거래에 대한 약관입니다",
|
|
95
|
+
type: "dealer",
|
|
88
96
|
member_type: "dealer",
|
|
89
97
|
dealer_type: "newcar",
|
|
90
98
|
isEssential: true,
|
|
@@ -95,6 +103,7 @@ exports.TermCategoryData = [
|
|
|
95
103
|
id: 24100,
|
|
96
104
|
title: "국내차/수입차 공식 직원입니다.",
|
|
97
105
|
description: "신차 공식 직원인지에 대한 확인",
|
|
106
|
+
type: "dealer",
|
|
98
107
|
member_type: "dealer",
|
|
99
108
|
dealer_type: "newcar",
|
|
100
109
|
isEssential: true,
|
|
@@ -106,6 +115,7 @@ exports.TermCategoryData = [
|
|
|
106
115
|
id: 25090,
|
|
107
116
|
title: "이용방법 & 거래 주의사항",
|
|
108
117
|
description: "중고차 카매니저의 서비스 이용 및 거래에 대한 약관입니다",
|
|
118
|
+
type: "dealer",
|
|
109
119
|
member_type: "dealer",
|
|
110
120
|
dealer_type: "usedcar",
|
|
111
121
|
isEssential: true,
|
|
@@ -116,6 +126,7 @@ exports.TermCategoryData = [
|
|
|
116
126
|
id: 25100,
|
|
117
127
|
title: "자동차매매사업조합연합회 소속입니다.",
|
|
118
128
|
description: "중고차 딜러가 자동차매매사업조합연합회 소속인지 여부를 선택합니다",
|
|
129
|
+
type: "dealer",
|
|
119
130
|
member_type: "dealer",
|
|
120
131
|
dealer_type: "usedcar",
|
|
121
132
|
isEssential: true,
|
|
@@ -127,6 +138,7 @@ exports.TermCategoryData = [
|
|
|
127
138
|
id: 26090,
|
|
128
139
|
title: "이용방법 & 거래 주의사항",
|
|
129
140
|
description: "리스렌트 카매니저의 서비스 이용 및 거래에 대한 약관입니다",
|
|
141
|
+
type: "dealer",
|
|
130
142
|
member_type: "dealer",
|
|
131
143
|
dealer_type: "leaseRent",
|
|
132
144
|
isEssential: true,
|
|
@@ -137,6 +149,7 @@ exports.TermCategoryData = [
|
|
|
137
149
|
id: 26100,
|
|
138
150
|
title: "대출성 상품 판매대리 중개업자입니다.",
|
|
139
151
|
description: "대출성 상품 판매대리 중개업자 자격이 있다는 것에 동의합니다",
|
|
152
|
+
type: "dealer",
|
|
140
153
|
member_type: "dealer",
|
|
141
154
|
dealer_type: "leaseRent",
|
|
142
155
|
isEssential: true,
|
|
@@ -147,6 +160,7 @@ exports.TermCategoryData = [
|
|
|
147
160
|
id: 75000,
|
|
148
161
|
title: "카사요 인슈어런스 회원 약관",
|
|
149
162
|
description: "카사요 인슈어런스 가입 신청 시 동의받는 약관입니다.",
|
|
163
|
+
type: "insurance",
|
|
150
164
|
member_type: "insurance",
|
|
151
165
|
dealer_type: null,
|
|
152
166
|
isEssential: true,
|
|
@@ -157,6 +171,7 @@ exports.TermCategoryData = [
|
|
|
157
171
|
id: 75002,
|
|
158
172
|
title: "개인정보 수집 및 이용 동의",
|
|
159
173
|
description: "카사요 인슈어런스 가입 신청 시 동의받는 약관입니다.",
|
|
174
|
+
type: "insurance",
|
|
160
175
|
member_type: "insurance",
|
|
161
176
|
dealer_type: null,
|
|
162
177
|
isEssential: true,
|
|
@@ -167,6 +182,7 @@ exports.TermCategoryData = [
|
|
|
167
182
|
id: 75003,
|
|
168
183
|
title: "개인정보처리방침",
|
|
169
184
|
description: "카사요 인슈어런스 가입 신청 시 동의받는 약관입니다.",
|
|
185
|
+
type: "insurance",
|
|
170
186
|
member_type: "insurance",
|
|
171
187
|
dealer_type: null,
|
|
172
188
|
isEssential: true,
|
|
@@ -176,7 +192,8 @@ exports.TermCategoryData = [
|
|
|
176
192
|
{
|
|
177
193
|
id: 76000,
|
|
178
194
|
title: "카사요(주) 보험 비교 서비스 이용약관",
|
|
179
|
-
description: "
|
|
195
|
+
description: "헥토 인증 보험 비교 서비스 이용약관",
|
|
196
|
+
type: "hecto_verify",
|
|
180
197
|
member_type: "insurance",
|
|
181
198
|
dealer_type: null,
|
|
182
199
|
isEssential: true,
|
|
@@ -186,7 +203,8 @@ exports.TermCategoryData = [
|
|
|
186
203
|
{
|
|
187
204
|
id: 76010,
|
|
188
205
|
title: "개인정보 제3자 제공",
|
|
189
|
-
description: "
|
|
206
|
+
description: "헥토 인증 개인정보 제3자 제공 약관",
|
|
207
|
+
type: "hecto_verify",
|
|
190
208
|
member_type: "insurance",
|
|
191
209
|
dealer_type: null,
|
|
192
210
|
isEssential: true,
|
|
@@ -196,7 +214,8 @@ exports.TermCategoryData = [
|
|
|
196
214
|
{
|
|
197
215
|
id: 76020,
|
|
198
216
|
title: "고객 고지용 보험상품 비교 안내문",
|
|
199
|
-
description: "
|
|
217
|
+
description: "헥토 인증 고객 고지용 보험상품 비교 안내문",
|
|
218
|
+
type: "hecto_verify",
|
|
200
219
|
member_type: "insurance",
|
|
201
220
|
dealer_type: null,
|
|
202
221
|
isEssential: true,
|
|
@@ -206,7 +225,8 @@ exports.TermCategoryData = [
|
|
|
206
225
|
{
|
|
207
226
|
id: 76030,
|
|
208
227
|
title: "금융상품 비교 서비스 개인정보처리방침",
|
|
209
|
-
description: "
|
|
228
|
+
description: "헥토 인증 금융상품 비교 서비스 개인정보처리방침",
|
|
229
|
+
type: "hecto_verify",
|
|
210
230
|
member_type: "insurance",
|
|
211
231
|
dealer_type: null,
|
|
212
232
|
isEssential: true,
|
|
@@ -216,7 +236,8 @@ exports.TermCategoryData = [
|
|
|
216
236
|
{
|
|
217
237
|
id: 76040,
|
|
218
238
|
title: "[필수] 본인확인서비스 이용약관",
|
|
219
|
-
description: "
|
|
239
|
+
description: "헥토 인증 본인확인서비스 이용약관",
|
|
240
|
+
type: "hecto_verify",
|
|
220
241
|
member_type: "insurance",
|
|
221
242
|
dealer_type: null,
|
|
222
243
|
isEssential: true,
|
|
@@ -226,7 +247,8 @@ exports.TermCategoryData = [
|
|
|
226
247
|
{
|
|
227
248
|
id: 76050,
|
|
228
249
|
title: "[필수] 개인(신용)정보 수집 - 이용 동의",
|
|
229
|
-
description: "
|
|
250
|
+
description: "헥토 인증 개인(신용)정보 수집 - 이용 동의",
|
|
251
|
+
type: "hecto_verify",
|
|
230
252
|
member_type: "insurance",
|
|
231
253
|
dealer_type: null,
|
|
232
254
|
isEssential: true,
|
|
@@ -237,6 +259,7 @@ exports.TermCategoryData = [
|
|
|
237
259
|
id: 85000,
|
|
238
260
|
title: "카사요 파트너스 회원 약관 동의",
|
|
239
261
|
description: "카사요 파트너스 입점 신청 시 동의받는 약관입니다.",
|
|
262
|
+
type: "partners",
|
|
240
263
|
member_type: "partner",
|
|
241
264
|
dealer_type: null,
|
|
242
265
|
isEssential: true,
|
|
@@ -247,6 +270,7 @@ exports.TermCategoryData = [
|
|
|
247
270
|
id: 85002,
|
|
248
271
|
title: "개인정보 수집 및 이용 동의",
|
|
249
272
|
description: "카사요 파트너스 입점 신청 시 동의받는 약관입니다.",
|
|
273
|
+
type: "partners",
|
|
250
274
|
member_type: "partner",
|
|
251
275
|
dealer_type: null,
|
|
252
276
|
isEssential: true,
|
|
@@ -257,6 +281,7 @@ exports.TermCategoryData = [
|
|
|
257
281
|
id: 85012,
|
|
258
282
|
title: "개인정보처리방침",
|
|
259
283
|
description: "카사요 파트너스 입점 신청 시 동의받는 약관입니다.",
|
|
284
|
+
type: "partners",
|
|
260
285
|
member_type: "partner",
|
|
261
286
|
dealer_type: null,
|
|
262
287
|
isEssential: true,
|
|
@@ -267,6 +292,7 @@ exports.TermCategoryData = [
|
|
|
267
292
|
id: 86005,
|
|
268
293
|
title: "마케팅 정보 활용 동의",
|
|
269
294
|
description: "카사요 파트너스 - 파트너 회원 - 마케팅 정보 활용 동의",
|
|
295
|
+
type: "partners",
|
|
270
296
|
member_type: "partner",
|
|
271
297
|
dealer_type: null,
|
|
272
298
|
isEssential: false,
|
|
@@ -277,6 +303,7 @@ exports.TermCategoryData = [
|
|
|
277
303
|
id: 86006,
|
|
278
304
|
title: "마케팅 정보 수신 동의",
|
|
279
305
|
description: "카사요 파트너스 - 파트너 회원 - 마케팅 정보 수신 동의",
|
|
306
|
+
type: "partners",
|
|
280
307
|
member_type: "partner",
|
|
281
308
|
dealer_type: null,
|
|
282
309
|
isEssential: false,
|
|
@@ -288,6 +315,7 @@ exports.TermCategoryData = [
|
|
|
288
315
|
id: 94100,
|
|
289
316
|
title: "위치기반서비스 이용 동의",
|
|
290
317
|
description: "위치기반서비스 이용 약관",
|
|
318
|
+
type: "common",
|
|
291
319
|
member_type: null,
|
|
292
320
|
dealer_type: null,
|
|
293
321
|
isEssential: false,
|
|
@@ -298,6 +326,7 @@ exports.TermCategoryData = [
|
|
|
298
326
|
id: 95100,
|
|
299
327
|
title: "푸시 알람 수신 동의",
|
|
300
328
|
description: "푸시 알람을 통해 광고성 메시지를 받겠다는 약관",
|
|
329
|
+
type: "common",
|
|
301
330
|
member_type: null,
|
|
302
331
|
dealer_type: null,
|
|
303
332
|
isEssential: false,
|
|
@@ -308,6 +337,7 @@ exports.TermCategoryData = [
|
|
|
308
337
|
id: 95200,
|
|
309
338
|
title: "메시지 수신 동의",
|
|
310
339
|
description: "문자 메시지를 통해 광고성 메시지를 받겠다는 약관",
|
|
340
|
+
type: "common",
|
|
311
341
|
member_type: null,
|
|
312
342
|
dealer_type: null,
|
|
313
343
|
isEssential: false,
|
|
@@ -318,6 +348,7 @@ exports.TermCategoryData = [
|
|
|
318
348
|
id: 95300,
|
|
319
349
|
title: "이메일 수신 동의",
|
|
320
350
|
description: "이메일을 통해 광고성 메시지를 받겠다는 약관",
|
|
351
|
+
type: "common",
|
|
321
352
|
member_type: null,
|
|
322
353
|
dealer_type: null,
|
|
323
354
|
isEssential: false,
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { TermCategoryId } from "../../../data";
|
|
2
2
|
import { MemberType, MemberDealerType } from "../member";
|
|
3
3
|
import { TermUpdate } from "./dto";
|
|
4
|
+
import { TermCategoryType } from "./type";
|
|
4
5
|
/** 특정 회원이 기존에 동의한 약관 정보 */
|
|
5
6
|
export interface AgreedTermCategory {
|
|
6
7
|
id: TermCategoryId;
|
|
7
8
|
title: string;
|
|
9
|
+
type: TermCategoryType;
|
|
8
10
|
version: number;
|
|
9
11
|
isEssential: boolean;
|
|
10
12
|
isContent: boolean;
|
|
@@ -43,6 +45,7 @@ export interface TermCategoryDetailInfo {
|
|
|
43
45
|
description: string;
|
|
44
46
|
isEssential: boolean;
|
|
45
47
|
isContent: boolean;
|
|
48
|
+
type: TermCategoryType;
|
|
46
49
|
member_type: MemberType | null;
|
|
47
50
|
dealer_type: MemberDealerType | null;
|
|
48
51
|
termList: TermInfo[];
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const TermCategoryType: {
|
|
2
|
+
readonly customer: "일반 회원";
|
|
3
|
+
readonly dealer: "카 매니저";
|
|
4
|
+
readonly partners: "파트너스";
|
|
5
|
+
readonly insurance: "인슈어런스";
|
|
6
|
+
readonly hecto_verify: "헥토본인인증";
|
|
7
|
+
readonly common: "공통";
|
|
8
|
+
};
|
|
9
|
+
export type TermCategoryType = keyof typeof TermCategoryType;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TermCategoryType = void 0;
|
|
4
|
+
exports.TermCategoryType = {
|
|
5
|
+
customer: "일반 회원",
|
|
6
|
+
dealer: "카 매니저",
|
|
7
|
+
partners: "파트너스",
|
|
8
|
+
insurance: "인슈어런스",
|
|
9
|
+
hecto_verify: "헥토본인인증",
|
|
10
|
+
common: "공통",
|
|
11
|
+
};
|