@carsayo/types 1.1.891754 → 1.1.891755

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.
@@ -207,6 +207,8 @@ export type RepairRequest = {
207
207
  검색주소: RepairAddress;
208
208
  내차량상세위치: string;
209
209
  } | null;
210
+ /** 방문교환일 때 필수 */
211
+ 방문교환위치: RepairAddress | null;
210
212
  };
211
213
  /** 교환 내용 */
212
214
  method: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891754",
3
+ "version": "1.1.891755",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",