@carsayo/types 1.1.892015 → 1.1.892016

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