nextemos 5.8.10 → 5.8.11

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.
@@ -314,6 +314,7 @@ export interface IProductType {
314
314
  routeLocalizations: RouteLocalization[];
315
315
  isAggregated: boolean;
316
316
  extensionData: any;
317
+ iconUrl?: string;
317
318
  }
318
319
  export interface IGetFavoritesResponse extends IResponsePaging {
319
320
  data: IProductFavorite[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.8.10",
3
+ "version": "5.8.11",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",