@carsayo/types 1.1.891950 → 1.1.891951
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.
|
@@ -3,6 +3,8 @@ import { SellMyCarServiceAvailableRegion } from "./interface";
|
|
|
3
3
|
* @note 단위는 모두 시간(hour)
|
|
4
4
|
*/
|
|
5
5
|
export declare const SellMyCarTimeData: {
|
|
6
|
+
/** 경매 종료 후 고객이 딜러를 선택하여야 하는 기간 (시간) */
|
|
7
|
+
readonly auction_select_period: 48;
|
|
6
8
|
/** 직접등록 > 고객이 딜러를 선택 후 딜러가 확인하여야 하는 제한시간 */
|
|
7
9
|
readonly direct_dealer_select_time: 48;
|
|
8
10
|
/** 직접등록 > 딜러가 승낙한 뒤 방문일자를 선택하여야 하는 제한시간 */
|
|
@@ -5,6 +5,8 @@ exports.SELLMYCAR_SERVICE_DATA = exports.SellMyCarTimeData = void 0;
|
|
|
5
5
|
* @note 단위는 모두 시간(hour)
|
|
6
6
|
*/
|
|
7
7
|
exports.SellMyCarTimeData = {
|
|
8
|
+
/** 경매 종료 후 고객이 딜러를 선택하여야 하는 기간 (시간) */
|
|
9
|
+
auction_select_period: 48,
|
|
8
10
|
/** 직접등록 > 고객이 딜러를 선택 후 딜러가 확인하여야 하는 제한시간 */
|
|
9
11
|
direct_dealer_select_time: 48,
|
|
10
12
|
/** 직접등록 > 딜러가 승낙한 뒤 방문일자를 선택하여야 하는 제한시간 */
|