@carsayo/types 1.1.892046 → 1.1.892048

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.
@@ -73,6 +73,13 @@ export interface ReqSellMyCarSetCarsayoComment {
73
73
  /** 카사요 코멘트 */
74
74
  content: string;
75
75
  }
76
+ /** 관리자 > 카사요 차량 이미지 리스트 업데이트 */
77
+ export interface ReqSellMyCarSetCarsayoCarImage {
78
+ /** 주문 ID (sell_car_order.id) */
79
+ sell_car_order_id: string;
80
+ /** 카사요 차량 이미지 리스트 */
81
+ image_url: string[];
82
+ }
76
83
  /** 관리자 > 카사요 코멘트 업데이트 */
77
84
  export interface ReqSellMyCarSetThumbnail {
78
85
  /** 주문 ID (sell_car_order.id) */
@@ -1,4 +1,4 @@
1
- import { BankCode, SellCarTagId, SidoName, SigunguId } from "../../../data";
1
+ import { BankCode, SellCarTagId, SidoId, SidoName, SigunguId } from "../../../data";
2
2
  import { CooconAccidentHistoryInfo, CooconUsedCarInfo } from "../../providers";
3
3
  import { FileInfo } from "../file";
4
4
  import { UsedCarDealerInfo } from "./interface-member";
@@ -233,6 +233,8 @@ export interface SellMyCarOrderCancelInfo<T extends SellMyCarOrderCancelType | S
233
233
  }
234
234
  /** 시군구 정보 */
235
235
  export declare class SellMyCarOrderSigunguInfo {
236
+ /** 시도 Id */
237
+ siId: SidoId;
236
238
  /** 시군구 id */
237
239
  id: SigunguId;
238
240
  /** 시 명 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892046",
3
+ "version": "1.1.892048",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",