@carsayo/types 1.1.892017 → 1.1.892018

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.
@@ -99,6 +99,10 @@ export interface SellMyCarAuctionSearchFilter {
99
99
  * @note 관리자만 사용 가능한 필터 조건입니다
100
100
  */
101
101
  adminStatus?: SellMyCarOrderStatus_Admin;
102
+ /** 낙찰 딜러 아이디 검색
103
+ * @note 관리자만 사용 가능한 필터 조건입니다
104
+ */
105
+ selectedDealerId?: string;
102
106
  /** 차량번호 검색 */
103
107
  carNumber?: string;
104
108
  /** 진행방법 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892017",
3
+ "version": "1.1.892018",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",