nextemos 3.7.8 → 3.7.9

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.
@@ -64,7 +64,7 @@ export interface IProduct {
64
64
  channelProperties?: ChannelProperty[];
65
65
  types?: Type[];
66
66
  barcodes?: Barcode[];
67
- documents?: Document[];
67
+ documents?: IDocument[];
68
68
  vendors?: Vendor[];
69
69
  attributeGroupMappings?: AttributeGroupMapping[];
70
70
  }
@@ -176,7 +176,7 @@ export interface StockTypeValue {
176
176
  id: number;
177
177
  externalId: number;
178
178
  }
179
- export interface Document {
179
+ export interface IDocument {
180
180
  id: number;
181
181
  name: string;
182
182
  filePath: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "3.7.8",
3
+ "version": "3.7.9",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",