@carsayo/types 1.1.892047 → 1.1.892050

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.
@@ -1,4 +1,4 @@
1
- import { BankCode, SellCarTagId, SidoName, SigunguId } from "../../../data";
1
+ import { BankCode, SellCarTagId, SidoId, SidoName, SigunguId } from "../../../data";
2
2
  import { CooconAccidentHistoryInfo, CooconUsedCarInfo } from "../../providers";
3
3
  import { FileInfo } from "../file";
4
4
  import { UsedCarDealerInfo } from "./interface-member";
@@ -233,6 +233,8 @@ export interface SellMyCarOrderCancelInfo<T extends SellMyCarOrderCancelType | S
233
233
  }
234
234
  /** 시군구 정보 */
235
235
  export declare class SellMyCarOrderSigunguInfo {
236
+ /** 시도 Id */
237
+ siId: SidoId;
236
238
  /** 시군구 id */
237
239
  id: SigunguId;
238
240
  /** 시 명 */
@@ -144,6 +144,10 @@ export declare const SellMyCarOrderCancelType: {
144
144
  readonly inspect_inspector_canceled: "inspect_inspector_canceled";
145
145
  /** [Agency] 고객이 탁송정보를 마감일까지 등록하지 않은 경우 */
146
146
  readonly transport_customer_expired: "transport_customer_expired";
147
+ /** [Agency] 고객이 탁송 배정 이후 노쇼로 인한 취소 */
148
+ readonly transport_customer_noshow: "transport_customer_noshow";
149
+ /** [Agency] 탁송 배정 이후 딜러 사유로 인한 취소 */
150
+ readonly transport_dealer_reason: "transport_dealer_reason";
147
151
  };
148
152
  export type SellMyCarOrderCancelType = keyof typeof SellMyCarOrderCancelType;
149
153
  export declare const SellMyCarOrderBidCancelType: {
@@ -132,6 +132,10 @@ exports.SellMyCarOrderCancelType = {
132
132
  inspect_inspector_canceled: "inspect_inspector_canceled",
133
133
  /** [Agency] 고객이 탁송정보를 마감일까지 등록하지 않은 경우 */
134
134
  transport_customer_expired: "transport_customer_expired",
135
+ /** [Agency] 고객이 탁송 배정 이후 노쇼로 인한 취소 */
136
+ transport_customer_noshow: "transport_customer_noshow",
137
+ /** [Agency] 탁송 배정 이후 딜러 사유로 인한 취소 */
138
+ transport_dealer_reason: "transport_dealer_reason",
135
139
  };
136
140
  exports.SellMyCarOrderBidCancelType = {
137
141
  /** 고객이 확인하기 전, 발송한 견적을 취소하는 경우 (이 경우 딜러에게 벌점이 부여됩니다) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892047",
3
+ "version": "1.1.892050",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",