@carsayo/types 1.1.891966 → 1.1.891967

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.
@@ -312,6 +312,8 @@ export interface SellMyCarOrderInspectionReview {
312
312
  satisfaction: SellMyCarOrderInspectionReviewSatisfaction;
313
313
  /** 리뷰 내용 */
314
314
  content: string;
315
+ /** 리뷰 작성 날짜 */
316
+ reviewed_at: Date;
315
317
  }
316
318
  /** 카사요 퍼펙트 > 진단 정보
317
319
  * @note 관리자 > 진단사 등록 이후 값이 존재합니다.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891966",
3
+ "version": "1.1.891967",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",