@carsayo/types 1.1.89083 → 1.1.89084

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.
@@ -385,8 +385,12 @@ export interface Admin_CarColor extends CarColor {
385
385
  price_changed: number | null;
386
386
  /** 관리자에서 가격 에디트한 시점 */
387
387
  price_changedAt: Date | null;
388
+ /** 관리자가 임의로 옵션-상세등급간 연결했는지 여부
389
+ * @notice true: 관리자 페이지에서 임의로 연결한 옵션, false: Nice데이터 기반
390
+ */
391
+ isConnectedManually: boolean;
388
392
  /** 관리자가 임의로 생성했는지 여부
389
- * @notice true: 관리자 페이지에서 생성, false: Nice데이터 기반
393
+ * @notice true: 관리자 페이지에서 생성한 옵션, false: Nice데이터 기반
390
394
  */
391
395
  isInsertedManually: boolean;
392
396
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.89083",
3
+ "version": "1.1.89084",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",