@carsayo/types 1.1.891908 → 1.1.891909

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.
@@ -1,6 +1,6 @@
1
1
  import { CarMakerId, SidoId, SellCarTagId } from "../../../data";
2
2
  import { SellMyCarOrderInspection, SellMyCarRegistry } from "./interface";
3
- import { SellMyCarOrderStatus, SellMyCarOrderBidStatus, SellMyCarOrderMethod, SellMyCarFilterCategory, SellMyCarOrderKey } from "./type";
3
+ import { SellMyCarOrderStatus, SellMyCarOrderBidStatus, SellMyCarOrderMethod, SellMyCarFilterCategory, SellMyCarOrderKey, SellMyCarOrderPurchaseMethod } from "./type";
4
4
  export interface ReqSellMyCarInspectorAuth {
5
5
  /** 인증 토큰
6
6
  * @note 쿼리스트링으로 전달받은 바로 그 값
@@ -68,8 +68,8 @@ export interface SellMyCarAuctionSearchFilter {
68
68
  isReAuction?: boolean;
69
69
  /** 내 입찰 여부 */
70
70
  isMyBid?: boolean;
71
- /** 구매 방식 (selecting 제외) */
72
- buyMethod?: Exclude<SellMyCarOrderMethod, "selecting">[];
71
+ /** 구매 방식 */
72
+ buyMethod?: SellMyCarOrderPurchaseMethod[];
73
73
  /** 태그 검색 */
74
74
  tags?: SellCarTagId[];
75
75
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891908",
3
+ "version": "1.1.891909",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",