nextemos 5.9.6 → 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;
|