@carsayo/types 1.1.892034 → 1.1.892035

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.
@@ -638,7 +638,7 @@ export interface SellMyCarOrderBuyer {
638
638
  /** 매수자 상세주소 */
639
639
  detailAddress: string;
640
640
  /** 사업자등록증 첨부파일 정보 */
641
- businessRegistrationCertificate: string | null;
641
+ businessRegistrationCertificate: FileInfo | null;
642
642
  }
643
643
  /** 고객이 작성한 판매 요청 정보
644
644
  * @note 딜러 선택 시 입력한 내용입니다.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892034",
3
+ "version": "1.1.892035",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",