@carsayo/types 1.1.891922 → 1.1.891924
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.
|
@@ -139,6 +139,8 @@ export interface SellMyCarOrderAvaliableAction_Dealer {
|
|
|
139
139
|
}
|
|
140
140
|
/** 입찰에 대하여 딜러가 할 수 있는 동작 */
|
|
141
141
|
export interface SellMyCarOrderBidAvaliableAction_Dealer {
|
|
142
|
+
/** 입찰 취소 가능 여부 */
|
|
143
|
+
is_cancelable: boolean;
|
|
142
144
|
}
|
|
143
145
|
/** 입찰 정보 */
|
|
144
146
|
export interface SellMyCarOrderBid {
|
|
@@ -395,7 +397,7 @@ export interface SellMyCarOrderPurchaseInfo {
|
|
|
395
397
|
/** 가격조정근거(검차결과)
|
|
396
398
|
* @note Stringified JSON
|
|
397
399
|
*/
|
|
398
|
-
price_adjustment: string
|
|
400
|
+
price_adjustment: string;
|
|
399
401
|
} | null;
|
|
400
402
|
/** 딜러 구매 완료 시점 */
|
|
401
403
|
purchase_completed_at: Date;
|