@carsayo/types 1.1.891732 → 1.1.891733

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.
@@ -410,6 +410,8 @@ export interface MemberDealerLeaseRentSignupDTO extends DealerLeaseRentSignupTer
410
410
  export interface MemberDealerCarsayoSignupDTO {
411
411
  /** 본인인증 토큰 */
412
412
  identityVerifyToken: string;
413
+ /** 경력 연수 */
414
+ experienceYears: number;
413
415
  /** 리스 주문 선택 여부 */
414
416
  isLease: boolean;
415
417
  /** 렌트 주문 선택 여부 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891732",
3
+ "version": "1.1.891733",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",