@carsayo/types 1.1.891778 → 1.1.891779
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.
|
@@ -97,7 +97,7 @@ export interface RepairBid {
|
|
|
97
97
|
*/
|
|
98
98
|
cancelReason: string | null;
|
|
99
99
|
/** 견적 취소 주체 */
|
|
100
|
-
canceled_by: "customer" | "
|
|
100
|
+
canceled_by: "customer" | "partner" | null;
|
|
101
101
|
/** 고객이 읽은 시간
|
|
102
102
|
* @note 이 값이 non-null이면 공업사가 견적서를 삭제할 수 없습니다.
|
|
103
103
|
*/
|