@carsayo/types 1.1.891815 → 1.1.891817

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.
@@ -601,14 +601,16 @@ export interface Repair_Settlement {
601
601
  canceled_at: Date | null;
602
602
  /** 대상 입찰 Id */
603
603
  repair_bid_id: string;
604
+ /** 정산 대상 단위 Id */
605
+ repair_settlement_unit_id: number;
604
606
  /** 견적 번호 */
605
607
  repair_id: string;
606
608
  /** 예약 번호 */
607
- reservationNumber: string;
609
+ reservationNumber: string | null;
608
610
  /** 견적 요청 유형 */
609
611
  repairType: RepairType;
610
612
  /** 정비 명세서 */
611
- progress: RepairProgress;
613
+ progress: RepairProgress | null;
612
614
  }
613
615
  export interface Repair_Settlement_Unit {
614
616
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891815",
3
+ "version": "1.1.891817",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",