@carsayo/types 1.1.891974 → 1.1.891975

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.
@@ -123,6 +123,8 @@ export interface SellMyCarOrderAvaliableAction_Customer {
123
123
  * @condition 진단 당일 취소 불가능
124
124
  */
125
125
  is_inspection_cancelable: boolean;
126
+ /** 고객이 진단사 리뷰 작성 가능 여부 */
127
+ is_inspection_review_writable: boolean;
126
128
  /** 문진표 작성 가능 여부
127
129
  * @condition 문진표 작성 완료 시 불가능 & 진단 당일 가능
128
130
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891974",
3
+ "version": "1.1.891975",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",