@carsayo/types 1.1.796 → 1.1.797

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.
@@ -146,8 +146,8 @@ export interface CarOptionDescription {
146
146
  id: number;
147
147
  /** 대상 차량 제조사 아이디 */
148
148
  car_makerId: number | null;
149
- /** 대상 차량 모델 아이디 */
150
- car_modelId: number | null;
149
+ /** 대상 차량 모델 아이디 리스트 */
150
+ car_modelIdList: number[];
151
151
  /** 옵션 설명 제목 */
152
152
  name: string;
153
153
  /** 상세 설명 내용,
@@ -162,8 +162,8 @@ export interface CarOptionDescription {
162
162
  id: number;
163
163
  /** 대상 차량 제조사 아이디 */
164
164
  car_makerId: number | null;
165
- /** 대상 차량 모델 아이디 */
166
- car_modelId: number | null;
165
+ /** 대상 차량 모델 아이디 리스트 */
166
+ car_modelIdList: number[];
167
167
  /** 옵션 하위 내용 제목 */
168
168
  name: string;
169
169
  /** 옵션 하위 내용 상세 설명
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.796",
3
+ "version": "1.1.797",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",