sass-template-common 0.3.82 → 0.3.84

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.
@@ -213,6 +213,9 @@ export declare class CommonServices {
213
213
  exclude: string;
214
214
  constructor(props?: ICommonServices | undefined);
215
215
  generateTokenOffline: (browserId: string) => Promise<any>;
216
+ getEntrySection: (params: Params) => Promise<AxiosResponse<{
217
+ data: Array<NewListResponse>;
218
+ }, any, {}>> | undefined;
216
219
  getMainMenu: (params: Params) => Promise<AxiosResponse<{
217
220
  data: Array<MenuResponse>;
218
221
  }, any, {}>> | undefined;