@carsayo/types 1.1.892043 → 1.1.892044

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.
@@ -961,12 +961,12 @@ export interface SellMyCarOrder_Inspect_Transport_ChangeRequest {
961
961
  }
962
962
  /** 진단사 변경 로그 */
963
963
  export interface SellMyCarOrder_Inspect_Change_History {
964
- inspector_name: String;
965
- inspector_phone: String;
966
- inspector_profile_url: String;
964
+ inspector_name: string;
965
+ inspector_phone: string;
966
+ inspector_profile_url: string;
967
967
  expected_visited_at: Date;
968
- expected_visited_address: String;
969
- expected_visited_detail_address: String;
968
+ expected_visited_address: string;
969
+ expected_visited_detail_address: string;
970
970
  created_at: Date;
971
971
  }
972
972
  export interface SellMyCarOrderDealerSearchCount {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892043",
3
+ "version": "1.1.892044",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",