@carsayo/types 1.1.892051 → 1.1.892052

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.
@@ -698,6 +698,8 @@ export interface SellMyCarOrderAuction {
698
698
  selected_at: Date;
699
699
  /** 딜러 선택 마감 일시 */
700
700
  expired_at: Date;
701
+ /** 입찰 실패 일시 */
702
+ failed_bid_at: Date | null;
701
703
  } | null;
702
704
  }
703
705
  export interface SellMyCarOrderPrice {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892051",
3
+ "version": "1.1.892052",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",