@carsayo/types 1.1.891982 → 1.1.891983

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.
@@ -48,7 +48,7 @@ export interface SellMyCarAuctionSearchDTO {
48
48
  direction: "asc" | "desc";
49
49
  };
50
50
  }
51
- export declare const SellMyCarAuctionSearchSpecialCase: {
51
+ export declare const SellMyCarAuctionSearchSpecialCaseDealer: {
52
52
  readonly 경매장: "경매장";
53
53
  readonly 내입찰_북마크: "내입찰_북마크";
54
54
  readonly 내입찰_거래진행중: "내입찰_거래진행중";
@@ -57,13 +57,13 @@ export declare const SellMyCarAuctionSearchSpecialCase: {
57
57
  readonly 내거래_거래진행중: "내거래_거래진행중";
58
58
  readonly 내거래_거래히스토리: "내거래_거래히스토리";
59
59
  };
60
- export type SellMyCarAuctionSearchSpecialCase = keyof typeof SellMyCarAuctionSearchSpecialCase;
60
+ export type SellMyCarAuctionSearchSpecialCaseDealer = keyof typeof SellMyCarAuctionSearchSpecialCaseDealer;
61
61
  /** 주문 검색 필터 */
62
62
  export interface SellMyCarAuctionSearchFilter {
63
63
  /** 특수한 케이스 (딜러용)
64
64
  * @note 이걸 많이 쓰게 될듯
65
65
  */
66
- specialCase_dealer?: SellMyCarAuctionSearchSpecialCase;
66
+ specialCaseDealer?: SellMyCarAuctionSearchSpecialCaseDealer;
67
67
  /** 내 입찰 상태
68
68
  * @note 딜러만 사용 가능한 필터 조건입니다
69
69
  */
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ReqSetMyCarToggleLike = exports.SellMyCarAuctionSearchSpecialCase = void 0;
4
- exports.SellMyCarAuctionSearchSpecialCase = {
3
+ exports.ReqSetMyCarToggleLike = exports.SellMyCarAuctionSearchSpecialCaseDealer = void 0;
4
+ exports.SellMyCarAuctionSearchSpecialCaseDealer = {
5
5
  경매장: "경매장",
6
6
  내입찰_북마크: "내입찰_북마크",
7
7
  내입찰_거래진행중: "내입찰_거래진행중",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891982",
3
+ "version": "1.1.891983",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",