@carsayo/types 1.1.767 → 1.1.768

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.
@@ -57,6 +57,22 @@ export interface DealerInfoUpdateDataDTO {
57
57
  experienceYears?: number;
58
58
  /** 소속사 */
59
59
  organization?: string;
60
+ /** 국산차 딜러 여부
61
+ * @notice 리스/렌트/중고차 매니저만 사용
62
+ */
63
+ isDomestic?: boolean;
64
+ /** 수입차 딜러 여부
65
+ * @notice 리스/렌트/중고차 매니저만 사용
66
+ */
67
+ isImported?: boolean;
68
+ /** 리스 매니저 여부
69
+ * @notice 리스/렌트 매니저만 사용
70
+ */
71
+ isLease?: boolean;
72
+ /** 장기렌트 딜러 여부
73
+ * @notice 리스/렌트 매니저만 사용
74
+ */
75
+ isRent?: boolean;
60
76
  signupStatus?: DealerSignupFormStatusUpdateDTO;
61
77
  /** 소속 협력사 */
62
78
  collaboratorId?: CollaboratorId | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.767",
3
+ "version": "1.1.768",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",