@carsayo/types 1.1.89152 → 1.1.89153

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,6 +146,8 @@ export declare class ModifyCarColorDTO {
146
146
  colorName: string;
147
147
  /** 색상 가격 */
148
148
  colorPrice: number;
149
+ /** 색상 설명 */
150
+ description: string | null;
149
151
  /** 카테고리 */
150
152
  category: string | null;
151
153
  /** 색상 코드 (주색)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.89152",
3
+ "version": "1.1.89153",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",