@carsayo/types 1.1.891983 → 1.1.891984

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.
@@ -51,7 +51,7 @@ export interface SellMyCarAuctionSearchDTO {
51
51
  export declare const SellMyCarAuctionSearchSpecialCaseDealer: {
52
52
  readonly 경매장: "경매장";
53
53
  readonly 내입찰_북마크: "내입찰_북마크";
54
- readonly 내입찰_거래진행중: "내입찰_거래진행중";
54
+ readonly 내입찰_참여한경매: "내입찰_참여한경매";
55
55
  readonly 내입찰_종료: "내입찰_종료";
56
56
  readonly 내거래_북마크: "내거래_북마크";
57
57
  readonly 내거래_거래진행중: "내거래_거래진행중";
@@ -4,7 +4,7 @@ exports.ReqSetMyCarToggleLike = exports.SellMyCarAuctionSearchSpecialCaseDealer
4
4
  exports.SellMyCarAuctionSearchSpecialCaseDealer = {
5
5
  경매장: "경매장",
6
6
  내입찰_북마크: "내입찰_북마크",
7
- 내입찰_거래진행중: "내입찰_거래진행중",
7
+ 내입찰_참여한경매: "내입찰_참여한경매",
8
8
  내입찰_종료: "내입찰_종료",
9
9
  내거래_북마크: "내거래_북마크",
10
10
  내거래_거래진행중: "내거래_거래진행중",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891983",
3
+ "version": "1.1.891984",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",