@carsayo/types 1.1.891988 → 1.1.891990

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.
@@ -35,8 +35,9 @@ export interface UsedCarDealerGrade {
35
35
  average_rating: number;
36
36
  }
37
37
  export declare const DealerGrade: {
38
+ /** 트러스트가 아닌 딜러 (기본 등급) */
38
39
  basic: string;
39
- signature: string;
40
+ /** 월간 고객 후기 3건 이상, 평점 4점 이상 */
40
41
  trust: string;
41
42
  };
42
43
  export type DealerGrade = keyof typeof DealerGrade;
@@ -9,7 +9,8 @@ exports.UsedCarDealerGradeDefault = {
9
9
  average_rating: 0,
10
10
  };
11
11
  exports.DealerGrade = {
12
+ /** 트러스트가 아닌 딜러 (기본 등급) */
12
13
  basic: "베이직",
13
- signature: "시그니처",
14
+ /** 월간 고객 후기 3건 이상, 평점 4점 이상 */
14
15
  trust: "트러스트",
15
16
  };
@@ -906,7 +906,7 @@ export interface SellMyCarOrderDealerSearchCount {
906
906
  셀프: number;
907
907
  퍼펙트: number;
908
908
  };
909
- 참여한경매: {
909
+ 진행중: {
910
910
  경매중: {
911
911
  셀프: number;
912
912
  퍼펙트: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891988",
3
+ "version": "1.1.891990",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",