@carsayo/types 1.1.892086 → 1.1.892088

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.
@@ -146,12 +146,12 @@ export declare const SellMyCarOrderCancelType: {
146
146
  readonly inspect_customer_noshow: "inspect_customer_noshow";
147
147
  /** [Agency] 고객이 탁송정보를 마감일까지 등록하지 않은 경우 */
148
148
  readonly transport_customer_expired: "transport_customer_expired";
149
- /** [Agency] 고객이 탁송 배정 이후 변심으로 인한 취소 */
150
- readonly transport_customer_canceled: "transport_customer_canceled";
151
149
  /** [Agency] 고객이 탁송 배정 이후 노쇼로 인한 취소 */
152
150
  readonly transport_customer_noshow: "transport_customer_noshow";
153
151
  /** [Agency] 탁송 배정 이후 딜러 사유로 인한 취소 */
154
152
  readonly transport_dealer_reason: "transport_dealer_reason";
153
+ /** [Agency] 고객이 탁송 배정 이후 변심으로 인한 취소 */
154
+ readonly transport_customer_canceled: "transport_customer_canceled";
155
155
  };
156
156
  export type SellMyCarOrderCancelType = keyof typeof SellMyCarOrderCancelType;
157
157
  export declare const SellMyCarOrderBidCancelType: {
@@ -134,12 +134,12 @@ exports.SellMyCarOrderCancelType = {
134
134
  inspect_customer_noshow: "inspect_customer_noshow",
135
135
  /** [Agency] 고객이 탁송정보를 마감일까지 등록하지 않은 경우 */
136
136
  transport_customer_expired: "transport_customer_expired",
137
- /** [Agency] 고객이 탁송 배정 이후 변심으로 인한 취소 */
138
- transport_customer_canceled: "transport_customer_canceled",
139
137
  /** [Agency] 고객이 탁송 배정 이후 노쇼로 인한 취소 */
140
138
  transport_customer_noshow: "transport_customer_noshow",
141
139
  /** [Agency] 탁송 배정 이후 딜러 사유로 인한 취소 */
142
140
  transport_dealer_reason: "transport_dealer_reason",
141
+ /** [Agency] 고객이 탁송 배정 이후 변심으로 인한 취소 */
142
+ transport_customer_canceled: "transport_customer_canceled",
143
143
  };
144
144
  exports.SellMyCarOrderBidCancelType = {
145
145
  /** 고객이 확인하기 전, 발송한 견적을 취소하는 경우 (이 경우 딜러에게 벌점이 부여됩니다) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892086",
3
+ "version": "1.1.892088",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",