@carsayo/types 1.1.892036 → 1.1.892037

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.
@@ -579,6 +579,8 @@ export interface SellMyCarOrderAgencyTransport {
579
579
  * @note 관리자 페이지에서 등록
580
580
  */
581
581
  transportRider: SellMyCarOrderTransportRider | null;
582
+ /** 탁송 비용 */
583
+ transportPrice: number | null;
582
584
  /** 탁송 과정에서 오가는 현금흐름 */
583
585
  cashflow: {
584
586
  amount: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892036",
3
+ "version": "1.1.892037",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",