@vini-wine/admin-core-models 1.1.82 → 1.1.83

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.
package/dist/index.d.mts CHANGED
@@ -566,6 +566,8 @@ interface ExportModel extends UUID {
566
566
  type: {
567
567
  id: ExportTypeEnum;
568
568
  };
569
+ start: Date | null;
570
+ end: Date | null;
569
571
  url: string;
570
572
  mime: MimeTypeEnum | null;
571
573
  size: number | null;
package/dist/index.d.ts CHANGED
@@ -566,6 +566,8 @@ interface ExportModel extends UUID {
566
566
  type: {
567
567
  id: ExportTypeEnum;
568
568
  };
569
+ start: Date | null;
570
+ end: Date | null;
569
571
  url: string;
570
572
  mime: MimeTypeEnum | null;
571
573
  size: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vini-wine/admin-core-models",
3
- "version": "1.1.82",
3
+ "version": "1.1.83",
4
4
  "description": "Core package for Vini models related to the admin API.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",