@carsayo/types 1.1.892051 → 1.1.892053

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.
@@ -207,6 +207,8 @@ export interface SellMyCarOrderBid {
207
207
  createdAt: Date;
208
208
  /** 딜러가 판매요청을 승인한 날짜 */
209
209
  acceptedAt: Date | null;
210
+ /** 입찰 실패 일시 */
211
+ failedBidAt: Date | null;
210
212
  /** 입찰 취소 정보
211
213
  * @case SellMyCarOrderBidCancelType
212
214
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892051",
3
+ "version": "1.1.892053",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",