nextemos 5.9.7 → 5.9.8

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.
@@ -135,9 +135,11 @@ export interface IGetBrandListRequest extends IRequestBase {
135
135
  brandIds?: number[];
136
136
  pageSize?: number;
137
137
  currentPage?: number;
138
+ includes?: string[];
138
139
  }
139
140
  export interface IGetBrandRequest extends IRequestBase {
140
141
  id: number;
142
+ includes?: string[];
141
143
  }
142
144
  export interface IGetProductRelationsRequest extends IRequestBase {
143
145
  integrationCode?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.9.7",
3
+ "version": "5.9.8",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",