@carsayo/types 1.1.891973 → 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.
@@ -24,11 +24,6 @@ export interface ReqSetMyCarInspector extends ReqSellMyCarId {
24
24
  inspectVisitedOldAddress: string;
25
25
  /** 관리자가 입력한 진단사 방문 상세 주소 */
26
26
  inspectVisitedDetailAddress: string;
27
- /** 진단사 가격
28
- * @note 거래 종료 후 딜러에게 자동으로 청구될 수수료에 합산됩니다.
29
- * @note 진단 지역에 따라 가격이 달라집니다. (기본 40,000원)
30
- */
31
- inspectorPrice: number;
32
27
  }
33
28
  /** 관리자 > 탁송기사 배정 */
34
29
  export interface ReqSetMyCarTransport extends ReqSellMyCarId {
@@ -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.891973",
3
+ "version": "1.1.891975",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",