@vini-wine/admin-core-models 1.1.30 → 1.1.31

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
@@ -314,7 +314,7 @@ interface InboundEmailParsedModel extends UUID {
314
314
  contentHtml?: string | null;
315
315
  }
316
316
 
317
- interface InboundEmailFileModel {
317
+ interface InboundEmailFileModel extends UUID {
318
318
  name: string;
319
319
  mime: {
320
320
  id: MimeTypeEnum;
package/dist/index.d.ts CHANGED
@@ -314,7 +314,7 @@ interface InboundEmailParsedModel extends UUID {
314
314
  contentHtml?: string | null;
315
315
  }
316
316
 
317
- interface InboundEmailFileModel {
317
+ interface InboundEmailFileModel extends UUID {
318
318
  name: string;
319
319
  mime: {
320
320
  id: MimeTypeEnum;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vini-wine/admin-core-models",
3
- "version": "1.1.30",
3
+ "version": "1.1.31",
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",