@carsayo/types 1.1.891969 → 1.1.891970
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.
|
@@ -142,6 +142,8 @@ export declare const SellMyCarOrderCancelType: {
|
|
|
142
142
|
readonly inspect_customer_canceled: "inspect_customer_canceled";
|
|
143
143
|
/** [Agency] 진단사가 진단을 취소했을 경우 */
|
|
144
144
|
readonly inspect_inspector_canceled: "inspect_inspector_canceled";
|
|
145
|
+
/** [Agency] 고객이 탁송정보를 마감일까지 등록하지 않은 경우 */
|
|
146
|
+
readonly transport_customer_expired: "transport_customer_expired";
|
|
145
147
|
};
|
|
146
148
|
export type SellMyCarOrderCancelType = keyof typeof SellMyCarOrderCancelType;
|
|
147
149
|
export declare const SellMyCarOrderBidCancelType: {
|
|
@@ -130,6 +130,8 @@ exports.SellMyCarOrderCancelType = {
|
|
|
130
130
|
inspect_customer_canceled: "inspect_customer_canceled",
|
|
131
131
|
/** [Agency] 진단사가 진단을 취소했을 경우 */
|
|
132
132
|
inspect_inspector_canceled: "inspect_inspector_canceled",
|
|
133
|
+
/** [Agency] 고객이 탁송정보를 마감일까지 등록하지 않은 경우 */
|
|
134
|
+
transport_customer_expired: "transport_customer_expired",
|
|
133
135
|
};
|
|
134
136
|
exports.SellMyCarOrderBidCancelType = {
|
|
135
137
|
/** 고객이 확인하기 전, 발송한 견적을 취소하는 경우 (이 경우 딜러에게 벌점이 부여됩니다) */
|