@carsayo/types 1.1.835 → 1.1.837

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.
@@ -170,8 +170,8 @@ export interface AccidentReport {
170
170
  export interface AccidentReport_Review {
171
171
  /** 리뷰 점수 */
172
172
  rating: number;
173
- /** 리뷰 제목 */
174
- title: string;
175
173
  /** 리뷰 내용 */
176
174
  content: string;
175
+ /** 리뷰 작성 일시 */
176
+ created_at: Date;
177
177
  }
@@ -18,3 +18,4 @@ export * from "./promotion";
18
18
  export * from "./insurance";
19
19
  export * from "./accidentRegistration";
20
20
  export * from "./partners";
21
+ export * from "./accidentReport";
@@ -34,3 +34,4 @@ __exportStar(require("./promotion"), exports);
34
34
  __exportStar(require("./insurance"), exports);
35
35
  __exportStar(require("./accidentRegistration"), exports);
36
36
  __exportStar(require("./partners"), exports);
37
+ __exportStar(require("./accidentReport"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.835",
3
+ "version": "1.1.837",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",