@carsayo/types 1.1.892042 → 1.1.892043

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.
@@ -176,6 +176,7 @@ export declare const SellMyCarOrderStatus_Admin: {
176
176
  readonly 진행중주문_구매완료: "구매완료";
177
177
  readonly 거래종결_검토중: "검토중";
178
178
  readonly 거래종결_거래종결: "거래종결";
179
+ readonly 취소: "취소";
179
180
  };
180
181
  export type SellMyCarOrderStatus_Admin = keyof typeof SellMyCarOrderStatus_Admin;
181
182
  export declare const SellMyCarCommissionExpenseProofType: {
@@ -175,6 +175,7 @@ exports.SellMyCarOrderStatus_Admin = {
175
175
  진행중주문_구매완료: "구매완료",
176
176
  거래종결_검토중: "검토중",
177
177
  거래종결_거래종결: "거래종결",
178
+ 취소: "취소",
178
179
  };
179
180
  exports.SellMyCarCommissionExpenseProofType = {
180
181
  /** 세금계산서 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892042",
3
+ "version": "1.1.892043",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",