@carsayo/types 1.1.891959 → 1.1.891960
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.
|
@@ -127,6 +127,8 @@ export interface SellMyCarOrderAvaliableAction_Customer {
|
|
|
127
127
|
* @condition 문진표 작성 완료 시 불가능 & 진단 당일 가능
|
|
128
128
|
*/
|
|
129
129
|
is_questionnaire_writable: boolean;
|
|
130
|
+
/** 탁송 일정 변경 가능 여부 */
|
|
131
|
+
is_agency_transport_changeable: boolean;
|
|
130
132
|
} | null;
|
|
131
133
|
}
|
|
132
134
|
/** 입찰에 대하여 고객이 할 수 있는 동작 */
|