@carsayo/types 1.1.891736 → 1.1.891738
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,67 @@ export declare const TermCategoryData: readonly [{
|
|
|
143
158
|
readonly id: 75003;
|
|
144
159
|
readonly title: "개인정보처리방침";
|
|
145
160
|
readonly description: "카사요 인슈어런스 가입 신청 시 동의받는 약관입니다.";
|
|
161
|
+
readonly type: "insurance";
|
|
162
|
+
readonly member_type: "insurance";
|
|
163
|
+
readonly dealer_type: any;
|
|
164
|
+
readonly isEssential: true;
|
|
165
|
+
readonly isContent: true;
|
|
166
|
+
readonly isActive: true;
|
|
167
|
+
}, {
|
|
168
|
+
readonly id: 76000;
|
|
169
|
+
readonly title: "카사요(주) 보험 비교 서비스 이용약관";
|
|
170
|
+
readonly description: "카사요 인슈어런스 보험 비교 서비스 이용약관";
|
|
171
|
+
readonly type: "hecto_verify";
|
|
172
|
+
readonly member_type: "insurance";
|
|
173
|
+
readonly dealer_type: any;
|
|
174
|
+
readonly isEssential: true;
|
|
175
|
+
readonly isContent: true;
|
|
176
|
+
readonly isActive: true;
|
|
177
|
+
}, {
|
|
178
|
+
readonly id: 76010;
|
|
179
|
+
readonly title: "개인정보 제3자 제공";
|
|
180
|
+
readonly description: "카사요 인슈어런스 개인정보 제3자 제공 약관";
|
|
181
|
+
readonly type: "hecto_verify";
|
|
182
|
+
readonly member_type: "insurance";
|
|
183
|
+
readonly dealer_type: any;
|
|
184
|
+
readonly isEssential: true;
|
|
185
|
+
readonly isContent: true;
|
|
186
|
+
readonly isActive: true;
|
|
187
|
+
}, {
|
|
188
|
+
readonly id: 76020;
|
|
189
|
+
readonly title: "고객 고지용 보험상품 비교 안내문";
|
|
190
|
+
readonly description: "카사요 인슈어런스 고객 고지용 보험상품 비교 안내문";
|
|
191
|
+
readonly type: "hecto_verify";
|
|
192
|
+
readonly member_type: "insurance";
|
|
193
|
+
readonly dealer_type: any;
|
|
194
|
+
readonly isEssential: true;
|
|
195
|
+
readonly isContent: true;
|
|
196
|
+
readonly isActive: true;
|
|
197
|
+
}, {
|
|
198
|
+
readonly id: 76030;
|
|
199
|
+
readonly title: "금융상품 비교 서비스 개인정보처리방침";
|
|
200
|
+
readonly description: "카사요 인슈어런스 금융상품 비교 서비스 개인정보처리방침";
|
|
201
|
+
readonly type: "hecto_verify";
|
|
202
|
+
readonly member_type: "insurance";
|
|
203
|
+
readonly dealer_type: any;
|
|
204
|
+
readonly isEssential: true;
|
|
205
|
+
readonly isContent: true;
|
|
206
|
+
readonly isActive: true;
|
|
207
|
+
}, {
|
|
208
|
+
readonly id: 76040;
|
|
209
|
+
readonly title: "[필수] 본인확인서비스 이용약관";
|
|
210
|
+
readonly description: "카사요 인슈어런스 본인확인서비스 이용약관";
|
|
211
|
+
readonly type: "hecto_verify";
|
|
212
|
+
readonly member_type: "insurance";
|
|
213
|
+
readonly dealer_type: any;
|
|
214
|
+
readonly isEssential: true;
|
|
215
|
+
readonly isContent: true;
|
|
216
|
+
readonly isActive: true;
|
|
217
|
+
}, {
|
|
218
|
+
readonly id: 76050;
|
|
219
|
+
readonly title: "[필수] 개인(신용)정보 수집 - 이용 동의";
|
|
220
|
+
readonly description: "카사요 인슈어런스 개인(신용)정보 수집 - 이용 동의";
|
|
221
|
+
readonly type: "hecto_verify";
|
|
146
222
|
readonly member_type: "insurance";
|
|
147
223
|
readonly dealer_type: any;
|
|
148
224
|
readonly isEssential: true;
|
|
@@ -152,6 +228,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
152
228
|
readonly id: 85000;
|
|
153
229
|
readonly title: "카사요 파트너스 회원 약관 동의";
|
|
154
230
|
readonly description: "카사요 파트너스 입점 신청 시 동의받는 약관입니다.";
|
|
231
|
+
readonly type: "partners";
|
|
155
232
|
readonly member_type: "partner";
|
|
156
233
|
readonly dealer_type: any;
|
|
157
234
|
readonly isEssential: true;
|
|
@@ -161,6 +238,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
161
238
|
readonly id: 85002;
|
|
162
239
|
readonly title: "개인정보 수집 및 이용 동의";
|
|
163
240
|
readonly description: "카사요 파트너스 입점 신청 시 동의받는 약관입니다.";
|
|
241
|
+
readonly type: "partners";
|
|
164
242
|
readonly member_type: "partner";
|
|
165
243
|
readonly dealer_type: any;
|
|
166
244
|
readonly isEssential: true;
|
|
@@ -170,6 +248,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
170
248
|
readonly id: 85012;
|
|
171
249
|
readonly title: "개인정보처리방침";
|
|
172
250
|
readonly description: "카사요 파트너스 입점 신청 시 동의받는 약관입니다.";
|
|
251
|
+
readonly type: "partners";
|
|
173
252
|
readonly member_type: "partner";
|
|
174
253
|
readonly dealer_type: any;
|
|
175
254
|
readonly isEssential: true;
|
|
@@ -179,6 +258,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
179
258
|
readonly id: 86005;
|
|
180
259
|
readonly title: "마케팅 정보 활용 동의";
|
|
181
260
|
readonly description: "카사요 파트너스 - 파트너 회원 - 마케팅 정보 활용 동의";
|
|
261
|
+
readonly type: "partners";
|
|
182
262
|
readonly member_type: "partner";
|
|
183
263
|
readonly dealer_type: any;
|
|
184
264
|
readonly isEssential: false;
|
|
@@ -188,6 +268,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
188
268
|
readonly id: 86006;
|
|
189
269
|
readonly title: "마케팅 정보 수신 동의";
|
|
190
270
|
readonly description: "카사요 파트너스 - 파트너 회원 - 마케팅 정보 수신 동의";
|
|
271
|
+
readonly type: "partners";
|
|
191
272
|
readonly member_type: "partner";
|
|
192
273
|
readonly dealer_type: any;
|
|
193
274
|
readonly isEssential: false;
|
|
@@ -197,6 +278,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
197
278
|
readonly id: 94100;
|
|
198
279
|
readonly title: "위치기반서비스 이용 동의";
|
|
199
280
|
readonly description: "위치기반서비스 이용 약관";
|
|
281
|
+
readonly type: "common";
|
|
200
282
|
readonly member_type: any;
|
|
201
283
|
readonly dealer_type: any;
|
|
202
284
|
readonly isEssential: false;
|
|
@@ -206,6 +288,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
206
288
|
readonly id: 95100;
|
|
207
289
|
readonly title: "푸시 알람 수신 동의";
|
|
208
290
|
readonly description: "푸시 알람을 통해 광고성 메시지를 받겠다는 약관";
|
|
291
|
+
readonly type: "common";
|
|
209
292
|
readonly member_type: any;
|
|
210
293
|
readonly dealer_type: any;
|
|
211
294
|
readonly isEssential: false;
|
|
@@ -215,6 +298,7 @@ export declare const TermCategoryData: readonly [{
|
|
|
215
298
|
readonly id: 95200;
|
|
216
299
|
readonly title: "메시지 수신 동의";
|
|
217
300
|
readonly description: "문자 메시지를 통해 광고성 메시지를 받겠다는 약관";
|
|
301
|
+
readonly type: "common";
|
|
218
302
|
readonly member_type: any;
|
|
219
303
|
readonly dealer_type: any;
|
|
220
304
|
readonly isEssential: false;
|
|
@@ -224,11 +308,12 @@ export declare const TermCategoryData: readonly [{
|
|
|
224
308
|
readonly id: 95300;
|
|
225
309
|
readonly title: "이메일 수신 동의";
|
|
226
310
|
readonly description: "이메일을 통해 광고성 메시지를 받겠다는 약관";
|
|
311
|
+
readonly type: "common";
|
|
227
312
|
readonly member_type: any;
|
|
228
313
|
readonly dealer_type: any;
|
|
229
314
|
readonly isEssential: false;
|
|
230
315
|
readonly isContent: true;
|
|
231
316
|
readonly isActive: true;
|
|
232
317
|
}];
|
|
233
|
-
export declare const TermCategoryId: (10100 | 10200 | 10500 | 10600 | 10700 | 20100 | 20200 | 24090 | 24100 | 25090 | 25100 | 26090 | 26100 | 75000 | 75002 | 75003 | 85000 | 85002 | 85012 | 86005 | 86006 | 94100 | 95100 | 95200 | 95300)[];
|
|
318
|
+
export declare const TermCategoryId: (10100 | 10200 | 10500 | 10600 | 10700 | 20100 | 20200 | 24090 | 24100 | 25090 | 25100 | 26090 | 26100 | 75000 | 75002 | 75003 | 76000 | 76010 | 76020 | 76030 | 76040 | 76050 | 85000 | 85002 | 85012 | 86005 | 86006 | 94100 | 95100 | 95200 | 95300)[];
|
|
234
319
|
export type TermCategoryId = (typeof TermCategoryData)[number]["id"];
|
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,73 @@ exports.TermCategoryData = [
|
|
|
167
182
|
id: 75003,
|
|
168
183
|
title: "개인정보처리방침",
|
|
169
184
|
description: "카사요 인슈어런스 가입 신청 시 동의받는 약관입니다.",
|
|
185
|
+
type: "insurance",
|
|
186
|
+
member_type: "insurance",
|
|
187
|
+
dealer_type: null,
|
|
188
|
+
isEssential: true,
|
|
189
|
+
isContent: true,
|
|
190
|
+
isActive: true,
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
id: 76000,
|
|
194
|
+
title: "카사요(주) 보험 비교 서비스 이용약관",
|
|
195
|
+
description: "카사요 인슈어런스 보험 비교 서비스 이용약관",
|
|
196
|
+
type: "hecto_verify",
|
|
197
|
+
member_type: "insurance",
|
|
198
|
+
dealer_type: null,
|
|
199
|
+
isEssential: true,
|
|
200
|
+
isContent: true,
|
|
201
|
+
isActive: true,
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
id: 76010,
|
|
205
|
+
title: "개인정보 제3자 제공",
|
|
206
|
+
description: "카사요 인슈어런스 개인정보 제3자 제공 약관",
|
|
207
|
+
type: "hecto_verify",
|
|
208
|
+
member_type: "insurance",
|
|
209
|
+
dealer_type: null,
|
|
210
|
+
isEssential: true,
|
|
211
|
+
isContent: true,
|
|
212
|
+
isActive: true,
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
id: 76020,
|
|
216
|
+
title: "고객 고지용 보험상품 비교 안내문",
|
|
217
|
+
description: "카사요 인슈어런스 고객 고지용 보험상품 비교 안내문",
|
|
218
|
+
type: "hecto_verify",
|
|
219
|
+
member_type: "insurance",
|
|
220
|
+
dealer_type: null,
|
|
221
|
+
isEssential: true,
|
|
222
|
+
isContent: true,
|
|
223
|
+
isActive: true,
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
id: 76030,
|
|
227
|
+
title: "금융상품 비교 서비스 개인정보처리방침",
|
|
228
|
+
description: "카사요 인슈어런스 금융상품 비교 서비스 개인정보처리방침",
|
|
229
|
+
type: "hecto_verify",
|
|
230
|
+
member_type: "insurance",
|
|
231
|
+
dealer_type: null,
|
|
232
|
+
isEssential: true,
|
|
233
|
+
isContent: true,
|
|
234
|
+
isActive: true,
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
id: 76040,
|
|
238
|
+
title: "[필수] 본인확인서비스 이용약관",
|
|
239
|
+
description: "카사요 인슈어런스 본인확인서비스 이용약관",
|
|
240
|
+
type: "hecto_verify",
|
|
241
|
+
member_type: "insurance",
|
|
242
|
+
dealer_type: null,
|
|
243
|
+
isEssential: true,
|
|
244
|
+
isContent: true,
|
|
245
|
+
isActive: true,
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
id: 76050,
|
|
249
|
+
title: "[필수] 개인(신용)정보 수집 - 이용 동의",
|
|
250
|
+
description: "카사요 인슈어런스 개인(신용)정보 수집 - 이용 동의",
|
|
251
|
+
type: "hecto_verify",
|
|
170
252
|
member_type: "insurance",
|
|
171
253
|
dealer_type: null,
|
|
172
254
|
isEssential: true,
|
|
@@ -177,6 +259,7 @@ exports.TermCategoryData = [
|
|
|
177
259
|
id: 85000,
|
|
178
260
|
title: "카사요 파트너스 회원 약관 동의",
|
|
179
261
|
description: "카사요 파트너스 입점 신청 시 동의받는 약관입니다.",
|
|
262
|
+
type: "partners",
|
|
180
263
|
member_type: "partner",
|
|
181
264
|
dealer_type: null,
|
|
182
265
|
isEssential: true,
|
|
@@ -187,6 +270,7 @@ exports.TermCategoryData = [
|
|
|
187
270
|
id: 85002,
|
|
188
271
|
title: "개인정보 수집 및 이용 동의",
|
|
189
272
|
description: "카사요 파트너스 입점 신청 시 동의받는 약관입니다.",
|
|
273
|
+
type: "partners",
|
|
190
274
|
member_type: "partner",
|
|
191
275
|
dealer_type: null,
|
|
192
276
|
isEssential: true,
|
|
@@ -197,6 +281,7 @@ exports.TermCategoryData = [
|
|
|
197
281
|
id: 85012,
|
|
198
282
|
title: "개인정보처리방침",
|
|
199
283
|
description: "카사요 파트너스 입점 신청 시 동의받는 약관입니다.",
|
|
284
|
+
type: "partners",
|
|
200
285
|
member_type: "partner",
|
|
201
286
|
dealer_type: null,
|
|
202
287
|
isEssential: true,
|
|
@@ -207,6 +292,7 @@ exports.TermCategoryData = [
|
|
|
207
292
|
id: 86005,
|
|
208
293
|
title: "마케팅 정보 활용 동의",
|
|
209
294
|
description: "카사요 파트너스 - 파트너 회원 - 마케팅 정보 활용 동의",
|
|
295
|
+
type: "partners",
|
|
210
296
|
member_type: "partner",
|
|
211
297
|
dealer_type: null,
|
|
212
298
|
isEssential: false,
|
|
@@ -217,6 +303,7 @@ exports.TermCategoryData = [
|
|
|
217
303
|
id: 86006,
|
|
218
304
|
title: "마케팅 정보 수신 동의",
|
|
219
305
|
description: "카사요 파트너스 - 파트너 회원 - 마케팅 정보 수신 동의",
|
|
306
|
+
type: "partners",
|
|
220
307
|
member_type: "partner",
|
|
221
308
|
dealer_type: null,
|
|
222
309
|
isEssential: false,
|
|
@@ -228,6 +315,7 @@ exports.TermCategoryData = [
|
|
|
228
315
|
id: 94100,
|
|
229
316
|
title: "위치기반서비스 이용 동의",
|
|
230
317
|
description: "위치기반서비스 이용 약관",
|
|
318
|
+
type: "common",
|
|
231
319
|
member_type: null,
|
|
232
320
|
dealer_type: null,
|
|
233
321
|
isEssential: false,
|
|
@@ -238,6 +326,7 @@ exports.TermCategoryData = [
|
|
|
238
326
|
id: 95100,
|
|
239
327
|
title: "푸시 알람 수신 동의",
|
|
240
328
|
description: "푸시 알람을 통해 광고성 메시지를 받겠다는 약관",
|
|
329
|
+
type: "common",
|
|
241
330
|
member_type: null,
|
|
242
331
|
dealer_type: null,
|
|
243
332
|
isEssential: false,
|
|
@@ -248,6 +337,7 @@ exports.TermCategoryData = [
|
|
|
248
337
|
id: 95200,
|
|
249
338
|
title: "메시지 수신 동의",
|
|
250
339
|
description: "문자 메시지를 통해 광고성 메시지를 받겠다는 약관",
|
|
340
|
+
type: "common",
|
|
251
341
|
member_type: null,
|
|
252
342
|
dealer_type: null,
|
|
253
343
|
isEssential: false,
|
|
@@ -258,6 +348,7 @@ exports.TermCategoryData = [
|
|
|
258
348
|
id: 95300,
|
|
259
349
|
title: "이메일 수신 동의",
|
|
260
350
|
description: "이메일을 통해 광고성 메시지를 받겠다는 약관",
|
|
351
|
+
type: "common",
|
|
261
352
|
member_type: null,
|
|
262
353
|
dealer_type: null,
|
|
263
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
|
+
};
|