@carsayo/types 1.1.892084 → 1.1.892085

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.
@@ -230,6 +230,11 @@ export interface ReqAdminCancelInspection {
230
230
  title: string;
231
231
  /** 취소 사유 내용 */
232
232
  content: string;
233
+ /** 취소 유형
234
+ * @note [Agency] inspect_customer_canceled: 고객이 진단을 취소했을 경우 (고객 변심으로 인한 취소)
235
+ * @note [Agency] inspect_customer_noshow: 고객이 진단 노쇼로 인한 취소
236
+ */
237
+ type: "inspect_customer_canceled" | "inspect_customer_noshow";
233
238
  }
234
239
  /** 관리자 > 문진표 작성 내용 업데이트 */
235
240
  export interface ReqAdminUpdateInspectionQuestionnaire extends ReqSellMyCarId {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892084",
3
+ "version": "1.1.892085",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",