@carsayo/types 1.1.892008 → 1.1.892010

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.
@@ -11,13 +11,13 @@ export declare const SellMyCarTimeData: {
11
11
  readonly agency: number;
12
12
  };
13
13
  /** 직접등록 > 고객이 딜러를 선택 후 딜러가 확인하여야 하는 제한시간 */
14
- readonly direct_dealer_select_time: 48;
14
+ readonly direct_dealer_select_time: 7;
15
15
  /** 직접등록 > 딜러가 승낙한 뒤 방문일자를 선택하여야 하는 제한시간 */
16
- readonly direct_dealer_select_after_visit_select: 48;
16
+ readonly direct_dealer_select_after_visit_select: number;
17
17
  /** 카사요 퍼펙트 > 고객이 딜러를 선택 후 딜러가 확인하여야 하는 제한시간 */
18
- readonly agency_dealer_select_time: 48;
18
+ readonly agency_dealer_select_time: 7;
19
19
  /** 경매 기간 */
20
- readonly auction_period: 120;
20
+ readonly auction_period: 48;
21
21
  /** 딜러 변경 가능 기간 */
22
22
  readonly changeable_dealer_time: 7;
23
23
  };
@@ -13,13 +13,13 @@ exports.SellMyCarTimeData = {
13
13
  agency: 24 * 3,
14
14
  },
15
15
  /** 직접등록 > 고객이 딜러를 선택 후 딜러가 확인하여야 하는 제한시간 */
16
- direct_dealer_select_time: 48,
16
+ direct_dealer_select_time: 7,
17
17
  /** 직접등록 > 딜러가 승낙한 뒤 방문일자를 선택하여야 하는 제한시간 */
18
- direct_dealer_select_after_visit_select: 48,
18
+ direct_dealer_select_after_visit_select: 24 * 10,
19
19
  /** 카사요 퍼펙트 > 고객이 딜러를 선택 후 딜러가 확인하여야 하는 제한시간 */
20
- agency_dealer_select_time: 48,
20
+ agency_dealer_select_time: 7,
21
21
  /** 경매 기간 */
22
- auction_period: 120,
22
+ auction_period: 48,
23
23
  /** 딜러 변경 가능 기간 */
24
24
  changeable_dealer_time: 7,
25
25
  };
@@ -190,6 +190,14 @@ export interface SellCarComplexes {
190
190
  id: number;
191
191
  /** 매매단지 이름 */
192
192
  name: string;
193
- /** 매매단지 소속 시도 id */
194
- sell_car_cities_id: number;
193
+ /** 매매단지 소속 시도 */
194
+ sell_car_provinces: {
195
+ id: number;
196
+ name: string;
197
+ };
198
+ /** 매매단지 소속 시군구 */
199
+ sell_car_cities: {
200
+ id: number;
201
+ name: string;
202
+ };
195
203
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892008",
3
+ "version": "1.1.892010",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",