@carsayo/types 1.1.892053 → 1.1.892055

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.
@@ -205,6 +205,10 @@ export interface SellMyCarOrderBid {
205
205
  history: SellMyCarOrderHistory[];
206
206
  /** 생성일 */
207
207
  createdAt: Date;
208
+ /** 딜러 판매요청 일시 */
209
+ selectedAt: Date | null;
210
+ /** 딜러 판매요청 승인 마감 일시 */
211
+ selectedExpiredAt: Date | null;
208
212
  /** 딜러가 판매요청을 승인한 날짜 */
209
213
  acceptedAt: Date | null;
210
214
  /** 입찰 실패 일시 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892053",
3
+ "version": "1.1.892055",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",