@carsayo/types 1.1.891928 → 1.1.891930

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.
@@ -195,31 +195,21 @@ export declare const TermCategoryData: readonly [{
195
195
  readonly isContent: true;
196
196
  readonly isActive: true;
197
197
  }, {
198
- readonly id: 76020;
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: 76030;
209
- readonly title: "(숨김) 금융상품 비교 서비스 개인정보처리방침";
210
- readonly description: "헥토 인증 금융상품 비교 서비스 개인정보처리방침";
211
- readonly type: "hecto_verify";
212
- readonly member_type: "insurance";
198
+ readonly id: 76500;
199
+ readonly title: "서비스 이용약관";
200
+ readonly description: "보험비교 고객용";
201
+ readonly type: "insurance_compare";
202
+ readonly member_type: any;
213
203
  readonly dealer_type: any;
214
204
  readonly isEssential: true;
215
205
  readonly isContent: true;
216
206
  readonly isActive: true;
217
207
  }, {
218
- readonly id: 76040;
219
- readonly title: "(숨김) 본인확인서비스 이용약관";
220
- readonly description: "헥토 인증 본인확인서비스 이용약관";
221
- readonly type: "hecto_verify";
222
- readonly member_type: "insurance";
208
+ readonly id: 76510;
209
+ readonly title: "개인정보 처리방침";
210
+ readonly description: "보험비교 고객용";
211
+ readonly type: "insurance_compare";
212
+ readonly member_type: any;
223
213
  readonly dealer_type: any;
224
214
  readonly isEssential: true;
225
215
  readonly isContent: true;
@@ -315,5 +305,5 @@ export declare const TermCategoryData: readonly [{
315
305
  readonly isContent: true;
316
306
  readonly isActive: true;
317
307
  }];
318
- export declare const TermCategoryId: (10100 | 10200 | 10500 | 10600 | 10700 | 20100 | 20200 | 24090 | 24100 | 25090 | 25100 | 26090 | 26100 | 75000 | 75002 | 75003 | 76000 | 76050 | 76010 | 76020 | 76030 | 76040 | 85000 | 85002 | 85012 | 86005 | 86006 | 94100 | 95100 | 95200 | 95300)[];
308
+ export declare const TermCategoryId: (10100 | 10200 | 10500 | 10600 | 10700 | 20100 | 20200 | 24090 | 24100 | 25090 | 25100 | 26090 | 26100 | 75000 | 75002 | 75003 | 76000 | 76050 | 76010 | 76500 | 76510 | 85000 | 85002 | 85012 | 86005 | 86006 | 94100 | 95100 | 95200 | 95300)[];
319
309
  export type TermCategoryId = (typeof TermCategoryData)[number]["id"];
package/dist/data/term.js CHANGED
@@ -223,33 +223,22 @@ exports.TermCategoryData = [
223
223
  isActive: true,
224
224
  },
225
225
  {
226
- id: 76020,
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: 76030,
238
- title: "(숨김) 금융상품 비교 서비스 개인정보처리방침",
239
- description: "헥토 인증 금융상품 비교 서비스 개인정보처리방침",
240
- type: "hecto_verify",
241
- member_type: "insurance",
226
+ id: 76500,
227
+ title: "서비스 이용약관",
228
+ description: "보험비교 고객용",
229
+ type: "insurance_compare",
230
+ member_type: null,
242
231
  dealer_type: null,
243
232
  isEssential: true,
244
233
  isContent: true,
245
234
  isActive: true,
246
235
  },
247
236
  {
248
- id: 76040,
249
- title: "(숨김) 본인확인서비스 이용약관",
250
- description: "헥토 인증 본인확인서비스 이용약관",
251
- type: "hecto_verify",
252
- member_type: "insurance",
237
+ id: 76510,
238
+ title: "개인정보 처리방침",
239
+ description: "보험비교 고객용",
240
+ type: "insurance_compare",
241
+ member_type: null,
253
242
  dealer_type: null,
254
243
  isEssential: true,
255
244
  isContent: true,
@@ -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, SellMyCarOrderPurchaseMethod } from "./type";
3
+ import { SellMyCarOrderStatus, SellMyCarOrderBidStatus, SellMyCarOrderMethod, SellMyCarFilterCategory, SellMyCarOrderKey, SellMyCarOrderPurchaseMethod, SellMyCarOrderRegistrationType } from "./type";
4
4
  export interface ReqSellMyCarInspectorAuth {
5
5
  /** 인증 토큰
6
6
  * @note 쿼리스트링으로 전달받은 바로 그 값
@@ -87,3 +87,20 @@ export interface SellMyCarAuctionSearchFilter {
87
87
  /** 태그 검색 */
88
88
  tags?: SellCarTagId[];
89
89
  }
90
+ /** 등록증, 계약서, 성능점검지 파일 업로드 요청 DTO */
91
+ export interface ReqSellMyCarUploadAfterPurchaseFiles extends ReqSellMyCarId {
92
+ /** 등록증 파일 업로드 시 */
93
+ registration: {
94
+ type: SellMyCarOrderRegistrationType;
95
+ /** File url string[] */
96
+ files: string[];
97
+ } | undefined;
98
+ /** 계약서 파일 업로드 시
99
+ * @note File url string[]
100
+ */
101
+ contractImageFiles?: string[];
102
+ /** 성능점검지 파일 업로드 시
103
+ * @note File url string[]
104
+ */
105
+ performanceCheckImageFiles?: string[];
106
+ }
@@ -3,6 +3,7 @@ export declare const TermCategoryType: {
3
3
  readonly dealer: "카 매니저";
4
4
  readonly partners: "파트너스";
5
5
  readonly insurance: "인슈어런스";
6
+ readonly insurance_compare: "보험비교-고객용";
6
7
  readonly hecto_verify: "헥토본인인증";
7
8
  readonly common: "공통";
8
9
  };
@@ -6,6 +6,7 @@ exports.TermCategoryType = {
6
6
  dealer: "카 매니저",
7
7
  partners: "파트너스",
8
8
  insurance: "인슈어런스",
9
+ insurance_compare: "보험비교-고객용",
9
10
  hecto_verify: "헥토본인인증",
10
11
  common: "공통",
11
12
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891928",
3
+ "version": "1.1.891930",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",