@carsayo/types 1.1.891926 → 1.1.891927

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.
@@ -66,9 +66,13 @@ export interface SellMyCarAuctionSearchFilter {
66
66
  * @note 관리자만 사용 가능한 필터 조건입니다
67
67
  */
68
68
  selectedBidStatus?: SellMyCarOrderBidStatus[];
69
+ /** 고객명 검색
70
+ * @note 관리자만 사용 가능한 필터 조건입니다
71
+ */
72
+ customerName?: string;
69
73
  /** 차량번호 검색 */
70
74
  carNumber?: string;
71
- /** 진행방법 (selecting 제외) */
75
+ /** 진행방법 */
72
76
  type?: Exclude<SellMyCarOrderMethod, "selecting">[];
73
77
  /** 제조사 */
74
78
  maker?: CarMakerId[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891926",
3
+ "version": "1.1.891927",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",