@carsayo/types 1.1.892032 → 1.1.892034

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.
@@ -630,8 +630,6 @@ export interface SellMyCarOrderBuyer {
630
630
  * @example '424-01-0123456' // 법인등록번호
631
631
  */
632
632
  registrationNumber: string;
633
- /** 사업자등록증 첨부파일 URL */
634
- businessRegistrationCertificate: string | null;
635
633
  };
636
634
  /** 매수자 구(도로명) 주소 */
637
635
  oldAddress: string;
@@ -639,6 +637,8 @@ export interface SellMyCarOrderBuyer {
639
637
  newAddress: string;
640
638
  /** 매수자 상세주소 */
641
639
  detailAddress: string;
640
+ /** 사업자등록증 첨부파일 정보 */
641
+ businessRegistrationCertificate: string | 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.892032",
3
+ "version": "1.1.892034",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",