@carsayo/types 1.1.89110 → 1.1.89112

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.
@@ -319,7 +319,8 @@ export interface CreateCarOptionDTO {
319
319
  price: number;
320
320
  }
321
321
  export interface CreateCarColorDTO {
322
- gradeId: number;
322
+ /** 색상을 생성 후 연결할 상세등급 id 목록 */
323
+ gradeIdList: number[];
323
324
  /** 색상 이름 */
324
325
  name: string;
325
326
  /** 색상 가격 */
@@ -9,7 +9,6 @@ export * from "./member";
9
9
  export * from "./message";
10
10
  export * from "./notification";
11
11
  export * from "./order";
12
- export * from "./purchase";
13
12
  export * from "./system";
14
13
  export * from "./term";
15
14
  export * from "./insurance";
@@ -25,7 +25,6 @@ __exportStar(require("./member"), exports);
25
25
  __exportStar(require("./message"), exports);
26
26
  __exportStar(require("./notification"), exports);
27
27
  __exportStar(require("./order"), exports);
28
- __exportStar(require("./purchase"), exports);
29
28
  __exportStar(require("./system"), exports);
30
29
  __exportStar(require("./term"), exports);
31
30
  __exportStar(require("./insurance"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.89110",
3
+ "version": "1.1.89112",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",