@carsayo/types 1.1.89161 → 1.1.89162

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.
@@ -369,7 +369,8 @@ export interface ConnectCarOptionDTO {
369
369
  }
370
370
  export interface ConnectCarColorDTO {
371
371
  gradeId: number;
372
- colorId: number;
372
+ /** @250409 배열 형태로 전달합니다. */
373
+ colorId: number[];
373
374
  }
374
375
  /** 특정 모델 내 유효한 모든 옵션을 조회합니다. */
375
376
  export interface GetCarModelOptionColorDTO {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.89161",
3
+ "version": "1.1.89162",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",