sass-template-common 0.3.113 → 0.3.115

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.
@@ -748,7 +748,7 @@ export declare const generalGetData: (promiseArray: PromiseArray) => Promise<{
748
748
 
749
749
  export declare const GenerateBody: ({ children, defaultRouteName, banners, pathname, slug, config, internalPath, currentNew, tagsParsed, scriptReplaces, body_custom_elements, }: Props_5) => JSX.Element;
750
750
 
751
- export declare function GenerateHead({ axiosApi, headConfig, meta, imgSizes, defaultMetadataName, pathname, slug, texts, query, currentNew, banners, internalPath, config, socials, speculationType, preloadImageUrl, custom_Speculation, custom_metadata, custom_scriptReplaces, head_custom_elements, }: Props_4): Promise<ReactNode>;
751
+ export declare function GenerateHead({ axiosApi, headConfig, meta, imgSizes, defaultMetadataName, pathname, slug, texts, query, autor, listAutor, currentNew, banners, internalPath, config, socials, speculationType, preloadImageUrl, custom_Speculation, custom_metadata, custom_scriptReplaces, head_custom_elements, }: Props_4): Promise<ReactNode>;
752
752
 
753
753
  /**
754
754
  * Helper para conseguir el recaptcha token usando grecaptcha.enterprise
@@ -882,6 +882,7 @@ export declare type headConfig = {
882
882
  ampConfig: boolean;
883
883
  ampConfig_slugIsValid: boolean;
884
884
  preloadImages: boolean;
885
+ schemas_Autor: boolean;
885
886
  schemas_ItemList: boolean;
886
887
  schemas_NewsArticle: boolean;
887
888
  schemas_Videos: boolean;
@@ -1949,6 +1950,8 @@ declare type Props_4 = {
1949
1950
  internalPath?: string;
1950
1951
  speculationType?: 'Common' | 'Home';
1951
1952
  preloadImageUrl?: PreloadImage[];
1953
+ autor?: AutorInfo;
1954
+ listAutor?: NewListResponseData[];
1952
1955
  currentNew?: NewListResponseData;
1953
1956
  custom_metadata?: Metadata;
1954
1957
  custom_scriptReplaces?: {