@carsayo/types 1.1.89147 → 1.1.89148

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.
@@ -265,6 +265,7 @@ export interface OrderReview {
265
265
  file_3: FileInfo | null;
266
266
  file_4: FileInfo | null;
267
267
  file_5: FileInfo | null;
268
+ created_at: Date;
268
269
  }
269
270
  export interface DealerOrderSearch {
270
271
  totalCount: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.89147",
3
+ "version": "1.1.89148",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",