@carsayo/types 1.1.891956 → 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.
@@ -471,28 +471,16 @@ export interface SellMyCarOrderAgencyTransport {
471
471
  /** 탁송 시간 정보 */
472
472
  times: {
473
473
  customerInfo_setted_at: Date;
474
- customerInfo_expired_at: Date;
475
- customerInfo_completed_at: Date;
476
- dealerInfo_setted_at: Date;
477
- dealerInfo_expired_at: Date;
478
- dealerInfo_completed_at: Date;
479
474
  };
480
475
  /** 차량 인도 일자
481
476
  * @example '7월 1일 금요일'
482
- * @deprecated
483
477
  */
484
478
  deliveryDay: string;
485
- /** 차량 인도 시간
486
- * @deprecated
487
- */
479
+ /** 차량 인도 시간 */
488
480
  deliveryTime: number;
489
- /** 차량 인도 신주소
490
- * @deprecated
491
- */
481
+ /** 차량 인도 신주소 */
492
482
  deliveryNewAddress: string;
493
- /** 차량 인도 구주소
494
- * @deprecated
495
- */
483
+ /** 차량 인도 구주소 */
496
484
  deliveryOldAddress: string;
497
485
  /** 차량 인도 상세 주소 */
498
486
  deliveryDetailAddress: string;
@@ -743,6 +731,10 @@ export interface SellMyCarOrder_Dealer extends SellMyCarOrder {
743
731
  commission: SellMyCarCommission | null;
744
732
  /** 전체 딜러 입찰 수 */
745
733
  totalBidCount: number;
734
+ /** 최고 입찰 가격
735
+ * @note 내가 선택받은 내차팔기 주문일 때에만 값이 존재합니다.
736
+ */
737
+ maxBidPrice: number | null;
746
738
  /** 북마크 정보(좋아요) */
747
739
  bookmark: SellMyCarOrderBookmark | null;
748
740
  /** 내가 해당 내차팔기에 대하여 신고한 오류 정보 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891956",
3
+ "version": "1.1.891958",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",