@carsayo/types 1.1.89122 → 1.1.89124

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.
@@ -153,7 +153,10 @@ export interface CarColorRestrictions {
153
153
  incompatible?: {
154
154
  /** 동시 선택할 수 없는 색상 "이름" */
155
155
  color?: string[];
156
- /** 동시 선택할 수 없는 옵션 "이름" */
156
+ };
157
+ /** 해당 색상이 선택될 경우, 필수적으로 동시에 선택해야 하는 항목 */
158
+ nessary?: {
159
+ /** 동시에 선택해야 하는 옵션 "이름" */
157
160
  option?: string[];
158
161
  };
159
162
  }
@@ -194,6 +194,10 @@ export interface DealerListOptionDTO_V2 {
194
194
  * @description null일 경우 전체 검색
195
195
  */
196
196
  signupState?: MemberDealerSignupState[];
197
+ /** 근무지역 시도 리스트
198
+ * @description undefined일 경우 전체 검색
199
+ */
200
+ workingSido?: number[];
197
201
  isLease?: boolean;
198
202
  isRent?: boolean;
199
203
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.89122",
3
+ "version": "1.1.89124",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",