sass-template-common 0.9.152 → 0.9.154

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.
@@ -948,7 +948,7 @@ export declare const generalGetData: (promiseArray: PromiseArray) => Promise<{
948
948
 
949
949
  export declare const GenerateBody: ({ children, defaultRouteName, banners, pathname, slug, config, internalPath, currentNew, tagsParsed, scriptReplaces, body_custom_elements, }: Props_5) => JSX.Element;
950
950
 
951
- export declare function GenerateHead({ axiosApi, headConfig, meta, imgSizes, defaultMetadataName, pathname, slug, texts, query, autor, listAutor, currentNew, banners, schemasImages, internalPath, config, socials, speculationType, preloadImageUrl, custom_Speculation, custom_metadata, custom_scriptReplaces, head_custom_elements, }: Props_4): Promise<ReactNode>;
951
+ export declare function GenerateHead({ axiosApi, headConfig, meta, imgSizes, defaultMetadataName, pathname, slug, texts, query, autor, listAutor, currentNew, banners, schemasImages, internalPath, config, socials, speculationType, preloadImageUrl, custom_Speculation, custom_metadata, custom_scriptReplaces, head_custom_elements, schemasCustomEndpoints, }: Props_4): Promise<ReactNode>;
952
952
 
953
953
  /**
954
954
  * Helper para conseguir el recaptcha token usando grecaptcha.enterprise
@@ -1919,13 +1919,14 @@ declare interface News {
1919
1919
 
1920
1920
  export declare const News_Content: (props: Props_11) => Promise<JSX.Element | undefined>;
1921
1921
 
1922
- export declare const NewsArticle: ({ realPath, config, BASE_URL, axiosApi, }: NewsArticleProps) => Promise<JSX.Element[]>;
1922
+ export declare const NewsArticle: ({ realPath, config, BASE_URL, axiosApi, schemasCustomEndpoints, }: NewsArticleProps) => Promise<JSX.Element[]>;
1923
1923
 
1924
1924
  declare interface NewsArticleProps {
1925
1925
  realPath: string;
1926
1926
  config: Config;
1927
1927
  BASE_URL: string;
1928
1928
  axiosApi: AxiosInstance;
1929
+ schemasCustomEndpoints?: string[];
1929
1930
  }
1930
1931
 
1931
1932
  export declare const NewsComponent: (props: Props_10) => Promise<JSX.Element | undefined>;
@@ -2440,6 +2441,7 @@ declare type Props_4 = {
2440
2441
  custom_Speculation?: string;
2441
2442
  headConfig?: headConfig;
2442
2443
  head_custom_elements?: any;
2444
+ schemasCustomEndpoints?: string[];
2443
2445
  };
2444
2446
 
2445
2447
  declare type Props_40 = {