@carsayo/types 1.1.891957 → 1.1.891958

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.
@@ -731,6 +731,10 @@ export interface SellMyCarOrder_Dealer extends SellMyCarOrder {
731
731
  commission: SellMyCarCommission | null;
732
732
  /** 전체 딜러 입찰 수 */
733
733
  totalBidCount: number;
734
+ /** 최고 입찰 가격
735
+ * @note 내가 선택받은 내차팔기 주문일 때에만 값이 존재합니다.
736
+ */
737
+ maxBidPrice: number | null;
734
738
  /** 북마크 정보(좋아요) */
735
739
  bookmark: SellMyCarOrderBookmark | null;
736
740
  /** 내가 해당 내차팔기에 대하여 신고한 오류 정보 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891957",
3
+ "version": "1.1.891958",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",