@carsayo/types 1.1.892120 → 1.1.892121

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.
@@ -43,6 +43,10 @@ export interface OrderInfoTime {
43
43
  * @notice 내차팔기가 아니거나, 담당 매니저가 아니거나, 미팅 날짜가 없을 경우 null입니다
44
44
  */
45
45
  meeting_date: Date | null;
46
+ /**
47
+ * 고객이 견적서를 다운받은 시점
48
+ * */
49
+ estimate_checked_at: Date | null;
46
50
  }
47
51
  /** 향후 모든 주문은 이 정보를 기저에 깔고 갑니다 240507 */
48
52
  export interface OrderInfo extends OrderInfoTime {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892120",
3
+ "version": "1.1.892121",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",