@carsayo/types 1.1.89137 → 1.1.89138

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.
@@ -163,6 +163,8 @@ export interface CarColorRestrictions {
163
163
  incompatible?: {
164
164
  /** 동시 선택할 수 없는 색상 "이름" */
165
165
  color?: string[];
166
+ /** 동시에 선택할 수 없는 옵션 "이름" */
167
+ option?: string[];
166
168
  };
167
169
  /** 해당 색상이 선택될 경우, 필수적으로 동시에 선택해야 하는 항목 */
168
170
  nessary?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.89137",
3
+ "version": "1.1.89138",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",