@carsayo/types 1.1.891914 → 1.1.891915

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.
@@ -15,6 +15,13 @@ export declare const SellMyCarType: {
15
15
  readonly scrap: "폐차";
16
16
  };
17
17
  export type SellMyCarType = keyof typeof SellMyCarType;
18
+ export declare const CurrentDealerPenaltyType: {
19
+ /** 입찰 불가(5일) */
20
+ bid_not_allowed: string;
21
+ /** 계정 정지(1년) */
22
+ account_suspended: string;
23
+ };
24
+ export type CurrentDealerPenaltyType = keyof typeof CurrentDealerPenaltyType;
18
25
  export declare const CurrentDealerPenaltyReason: {
19
26
  /** 견적 취소 (견적 취소 시 딜러에게 패널티 부여) */
20
27
  estimate_cancel: string;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SellMyCarOrderKey = exports.SellMyCarFilterCategory = exports.SellMyCarOrderBidCancelType = exports.SellMyCarOrderCancelType = exports.SellMyCarOrderBidSubject = exports.SellMyCarOrderRegistrationType = exports.SellMyCarOrderPurchaseMethod = exports.SellMyCarOrderType = exports.SellMyCarOrderBidStatus = exports.SellMyCarOrderStatus = exports.SellMyCarOrderMethod = exports.SellMyCarOrderBidType = exports.CurrentDealerPenaltyReason = exports.SellMyCarType = exports.SellMyCarRegistryLienType = exports.SellMyCarCommissionStatus = void 0;
3
+ exports.SellMyCarOrderKey = exports.SellMyCarFilterCategory = exports.SellMyCarOrderBidCancelType = exports.SellMyCarOrderCancelType = exports.SellMyCarOrderBidSubject = exports.SellMyCarOrderRegistrationType = exports.SellMyCarOrderPurchaseMethod = exports.SellMyCarOrderType = exports.SellMyCarOrderBidStatus = exports.SellMyCarOrderStatus = exports.SellMyCarOrderMethod = exports.SellMyCarOrderBidType = exports.CurrentDealerPenaltyReason = exports.CurrentDealerPenaltyType = exports.SellMyCarType = exports.SellMyCarRegistryLienType = exports.SellMyCarCommissionStatus = void 0;
4
4
  exports.SellMyCarCommissionStatus = {
5
5
  pending: "입금 대기",
6
6
  completed: "입금 완료",
@@ -15,6 +15,12 @@ exports.SellMyCarType = {
15
15
  export: "해외",
16
16
  scrap: "폐차",
17
17
  };
18
+ exports.CurrentDealerPenaltyType = {
19
+ /** 입찰 불가(5일) */
20
+ bid_not_allowed: "입찰 불가",
21
+ /** 계정 정지(1년) */
22
+ account_suspended: "계정 정지",
23
+ };
18
24
  exports.CurrentDealerPenaltyReason = {
19
25
  /** 견적 취소 (견적 취소 시 딜러에게 패널티 부여) */
20
26
  estimate_cancel: "견적 취소",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891914",
3
+ "version": "1.1.891915",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",