@carsayo/types 1.1.892106 → 1.1.892107

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.
@@ -14,7 +14,7 @@ export interface InquiryDetailInfo extends InquiryShortInfo {
14
14
  /** 일대일 문의 리스트 내 내용 */
15
15
  export interface InquiryShortInfo {
16
16
  id: string;
17
- member: MemberShort;
17
+ member: MemberShort | null;
18
18
  /** 답변자 정보 */
19
19
  answerer: MemberShort | null;
20
20
  state: InquiryState;
@@ -371,6 +371,8 @@ export interface ReviewOrderDTO extends OrderIdDTO {
371
371
  * @version 1
372
372
  */
373
373
  export declare class PurchaseOrderDTOV1 {
374
+ name: string;
375
+ phoneNumber: string;
374
376
  carMakerId: CarMakerId;
375
377
  carModelId: number;
376
378
  carTrimId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892106",
3
+ "version": "1.1.892107",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",