@carsayo/types 1.1.891821 → 1.1.891822
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.
|
@@ -28,3 +28,10 @@ export interface UpdateCommissionWaitingDTO {
|
|
|
28
28
|
cancel_canceled?: boolean;
|
|
29
29
|
}[];
|
|
30
30
|
}
|
|
31
|
+
/** 정산대기 > 세금계산서 대기 상태로 넘기는 것을 의미합니다. */
|
|
32
|
+
export interface StartCommissionWaitingDTO {
|
|
33
|
+
/** repair_settlement_unit.id */
|
|
34
|
+
repair_settlement_unit_id: number;
|
|
35
|
+
/** 대상 정산 */
|
|
36
|
+
repair_settlement_id_list: number[];
|
|
37
|
+
}
|