@carsayo/types 1.1.891948 → 1.1.891949

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.
@@ -151,7 +151,7 @@ export declare const SellMyCarOrderStatus_Admin: {
151
151
  readonly 경매_경매종료: "경매종료";
152
152
  readonly 판매요청_선택중: "선택중";
153
153
  readonly 판매요청_검토중: "검토중";
154
- readonly 판매요청_판매요청승인: "판매요청승인";
154
+ readonly 판매요청_검토완료: "검토완료";
155
155
  readonly 진행중주문_방문일정등록중: "방문일정등록중";
156
156
  readonly 진행중주문_방문일정등록: "방문일정등록";
157
157
  readonly 진행중주문_구매완료: "구매완료";
@@ -152,7 +152,7 @@ exports.SellMyCarOrderStatus_Admin = {
152
152
  경매_경매종료: "경매종료",
153
153
  판매요청_선택중: "선택중",
154
154
  판매요청_검토중: "검토중",
155
- 판매요청_판매요청승인: "판매요청승인",
155
+ 판매요청_검토완료: "검토완료",
156
156
  진행중주문_방문일정등록중: "방문일정등록중",
157
157
  진행중주문_방문일정등록: "방문일정등록",
158
158
  진행중주문_구매완료: "구매완료",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891948",
3
+ "version": "1.1.891949",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",