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