nextemos 5.5.2 → 5.5.4

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.
@@ -93,6 +93,8 @@ export interface IPriceVariations {
93
93
  quantityTo: number;
94
94
  salesQuantity: number;
95
95
  value: number;
96
+ productRefId: number;
97
+ extensionData: any;
96
98
  }
97
99
  export interface Rate {
98
100
  id: number;
@@ -309,6 +311,7 @@ export interface IProductType {
309
311
  routePath: string;
310
312
  routeTitle: string;
311
313
  routeDescription: string;
314
+ routeLocalizations: RouteLocalization[];
312
315
  isAggregated: boolean;
313
316
  extensionData: any;
314
317
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.5.2",
3
+ "version": "5.5.4",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",