@carsayo/types 1.1.892073 → 1.1.892074

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.
@@ -950,8 +950,14 @@ export interface SellMyCarOrderReview {
950
950
  image: FileInfo | null;
951
951
  /** 판매 가격 */
952
952
  price: SellMyCarOrderPrice;
953
+ /** 딜러가 해당 리뷰를 신고했는지 여부 */
954
+ is_report: boolean;
953
955
  /** 차량 이름 */
954
956
  carName: string;
957
+ /** 차량 제조사명 */
958
+ makerName: string;
959
+ /** 차량 모델명 */
960
+ modelName: string;
955
961
  /** 가격조정근거(검차결과)
956
962
  * @note sell-car-direct.price_adjustment에서 조회
957
963
  * @note Stringified JSON
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892073",
3
+ "version": "1.1.892074",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",