@carsayo/types 1.1.809 → 1.1.810

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.
@@ -145,7 +145,10 @@ export interface ModifyCarOptionDTO {
145
145
  isHidden: boolean;
146
146
  }
147
147
  export interface ModifyCarOptionRelationDTO {
148
+ /** 대상 옵션 Id */
148
149
  id: number;
150
+ /** 대상 등급 Id */
151
+ gradeId: number;
149
152
  include: number[];
150
153
  nessary: number[];
151
154
  incompatible: number[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.809",
3
+ "version": "1.1.810",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",