@carsayo/types 1.1.891923 → 1.1.891924

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.
@@ -139,6 +139,8 @@ export interface SellMyCarOrderAvaliableAction_Dealer {
139
139
  }
140
140
  /** 입찰에 대하여 딜러가 할 수 있는 동작 */
141
141
  export interface SellMyCarOrderBidAvaliableAction_Dealer {
142
+ /** 입찰 취소 가능 여부 */
143
+ is_cancelable: boolean;
142
144
  }
143
145
  /** 입찰 정보 */
144
146
  export interface SellMyCarOrderBid {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891923",
3
+ "version": "1.1.891924",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",