@carsayo/types 1.1.892031 → 1.1.892033

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