@carsayo/types 1.1.892016 → 1.1.892017

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.
@@ -97,7 +97,7 @@ export interface UsedCarDealerInfo {
97
97
  */
98
98
  export interface UsedCarDealerMyselfInfo extends UsedCarDealerInfo {
99
99
  /** 로그인 아이디 */
100
- login_id: string;
100
+ login_id: string | null;
101
101
  /** 경력 연수 */
102
102
  experienceYears: number | null;
103
103
  /** 사업자 등록번호 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892016",
3
+ "version": "1.1.892017",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",