sass-template-common 0.1.56 → 0.1.58
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.
|
@@ -207,6 +207,7 @@ export declare interface CommentType extends ReplyType {
|
|
|
207
207
|
export declare class CommonServices {
|
|
208
208
|
protected props?: ICommonServices | undefined;
|
|
209
209
|
configVersion: string;
|
|
210
|
+
exclude: string;
|
|
210
211
|
constructor(props?: ICommonServices | undefined);
|
|
211
212
|
generateTokenOffline: (browserId: string) => Promise<any>;
|
|
212
213
|
getMainMenu: (params: Params) => Promise<AxiosResponse< {
|
|
@@ -815,6 +816,7 @@ declare interface ICommonServices {
|
|
|
815
816
|
imgSizes?: any;
|
|
816
817
|
imgSizesVideo?: any;
|
|
817
818
|
axiosApi: AxiosInstance;
|
|
819
|
+
exclude?: string;
|
|
818
820
|
}
|
|
819
821
|
|
|
820
822
|
export declare type IDestacadoNoticias = {
|
|
@@ -1057,7 +1059,7 @@ export declare class MainComponentServices {
|
|
|
1057
1059
|
imgSizes: any;
|
|
1058
1060
|
configVersion: string;
|
|
1059
1061
|
axiosApi: AxiosInstance | undefined;
|
|
1060
|
-
constructor(config: Config, imgSizes: any, axiosApi: AxiosInstance);
|
|
1062
|
+
constructor(config: Config, imgSizes: any, axiosApi: AxiosInstance, exclude?: string);
|
|
1061
1063
|
getNewsListZone(params: Params): Promise<AxiosResponse<NewListResponse, any, {}> | undefined>;
|
|
1062
1064
|
getOutstandingBlock(params: Params): Promise<AxiosResponse< {
|
|
1063
1065
|
data: Array<Outstanding>;
|