@carsayo/types 1.1.89097 → 1.1.89098
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.
|
@@ -379,6 +379,8 @@ export interface Admin_CarOption extends CarOption {
|
|
|
379
379
|
price_changed: number | null;
|
|
380
380
|
/** 관리자에서 가격 에디트한 시점 */
|
|
381
381
|
price_changedAt: Date | null;
|
|
382
|
+
/** 해당 옵션이 연결되어 있는 상세등급 수 */
|
|
383
|
+
connectGradeCount: number;
|
|
382
384
|
/** 관리자가 임의로 옵션-상세등급간 연결했는지 여부
|
|
383
385
|
* @notice true: 관리자 페이지에서 임의로 연결한 옵션, false: Nice데이터 기반
|
|
384
386
|
*/
|
|
@@ -395,6 +397,8 @@ export interface Admin_CarColor extends CarColor {
|
|
|
395
397
|
price_changed: number | null;
|
|
396
398
|
/** 관리자에서 가격 에디트한 시점 */
|
|
397
399
|
price_changedAt: Date | null;
|
|
400
|
+
/** 해당 옵션이 연결되어 있는 상세등급 수 */
|
|
401
|
+
connectGradeCount: number;
|
|
398
402
|
/** 관리자가 임의로 옵션-상세등급간 연결했는지 여부
|
|
399
403
|
* @notice true: 관리자 페이지에서 임의로 연결한 옵션, false: Nice데이터 기반
|
|
400
404
|
*/
|