sass-template-common 0.2.40 → 0.2.42

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.
@@ -262,7 +262,7 @@ export declare class CommonServices {
262
262
  getNewsItemsList: (params: Params) => Promise<AxiosResponse< {
263
263
  data: Array<ItemList>;
264
264
  }, any, {}>> | undefined;
265
- getNewsItemsRelated: (path: string) => Promise<AxiosResponse<NewListResponse, any, {}> | {
265
+ getNewsItemsRelated: (path: string, params?: Params) => Promise<AxiosResponse<NewListResponse, any, {}> | {
266
266
  data: {
267
267
  data: never[];
268
268
  };