@carsayo/types 1.1.891934 → 1.1.891935

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.
@@ -57,3 +57,10 @@ export interface ReqSellMyCarSetOrderTag {
57
57
  /** 등록 / 제거 선택 (true: 등록, false: 제거) */
58
58
  is_add: boolean;
59
59
  }
60
+ /** 관리자 > 카사요 코멘트 업데이트 */
61
+ export interface ReqSellMyCarSetCarsayoComment {
62
+ /** 주문 ID (sell_car_order.id) */
63
+ sell_car_order_id: string;
64
+ /** 카사요 코멘트 */
65
+ content: string;
66
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891934",
3
+ "version": "1.1.891935",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",