@carsayo/types 1.1.891930 → 1.1.891931

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.
@@ -613,7 +613,10 @@ export interface SellMyCarOrder {
613
613
  * @note 경매 승인 시 입력할 수 있는 내용입니다.
614
614
  * @note nullable
615
615
  */
616
- carsayoComment: string | null;
616
+ carsayoComment: {
617
+ content: string;
618
+ updatedAt: Date;
619
+ } | null;
617
620
  /** 견적(고객이 직접 입력한) 정보
618
621
  * @note [Direct], [Agency]에 따라 존재하는 정보가 다릅니다.
619
622
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891930",
3
+ "version": "1.1.891931",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",