@carsayo/types 1.1.809 → 1.1.811

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.
@@ -145,7 +145,10 @@ export interface ModifyCarOptionDTO {
145
145
  isHidden: boolean;
146
146
  }
147
147
  export interface ModifyCarOptionRelationDTO {
148
+ /** 대상 옵션 Id */
148
149
  id: number;
150
+ /** 대상 등급 Id */
151
+ gradeId: number;
149
152
  include: number[];
150
153
  nessary: number[];
151
154
  incompatible: number[];
@@ -12,8 +12,8 @@ export interface PartnersApplicate {
12
12
  business_address_detail: string;
13
13
  /** 연락처 */
14
14
  business_contact_number: string;
15
- /** 승인 후 해당 정보를 사용하여 회원가입했는지 여부 */
16
- isUsed: boolean;
15
+ /** 해당 정보를 통해 가입한 회원 아이디 */
16
+ member_id: number | null;
17
17
  /** 관리자 메모 */
18
18
  admin_memo: string | null;
19
19
  created_at: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.809",
3
+ "version": "1.1.811",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",