@carsayo/types 1.1.892055 → 1.1.892057

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.
@@ -213,6 +213,8 @@ export interface SellMyCarOrderBid {
213
213
  acceptedAt: Date | null;
214
214
  /** 입찰 실패 일시 */
215
215
  failedBidAt: Date | null;
216
+ /** 거래 종료 일시 */
217
+ finishedAt: Date | null;
216
218
  /** 입찰 취소 정보
217
219
  * @case SellMyCarOrderBidCancelType
218
220
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892055",
3
+ "version": "1.1.892057",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",