@carsayo/types 1.1.891962 → 1.1.891963

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.
@@ -138,13 +138,13 @@ export interface SellMyCarOrderBidAvaliableAction_Customer {
138
138
  }
139
139
  /** 주문에 대하여 딜러가 할 수 있는 동작 */
140
140
  export interface SellMyCarOrderAvaliableAction_Dealer {
141
+ /** 카사요 퍼펙트 > 탁송 일정 변경 가능 여부 */
142
+ is_agency_transport_changeable: boolean;
141
143
  }
142
144
  /** 입찰에 대하여 딜러가 할 수 있는 동작 */
143
145
  export interface SellMyCarOrderBidAvaliableAction_Dealer {
144
146
  /** 입찰 취소 가능 여부 */
145
147
  is_cancelable: boolean;
146
- /** 카사요 퍼펙트 > 탁송 일정 변경 가능 여부 */
147
- is_agency_transport_changeable: boolean;
148
148
  }
149
149
  /** 입찰 정보 */
150
150
  export interface SellMyCarOrderBid {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891962",
3
+ "version": "1.1.891963",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",