sass-template-common 0.0.36 → 0.0.38
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.
|
@@ -674,7 +674,7 @@ export declare function GenerateHead({ axiosApi, headConfig, meta, imgSizes, def
|
|
|
674
674
|
*/
|
|
675
675
|
export declare const getCaptchaToken: (captchaAction: captchaActionType, siteKey: string) => Promise<string>;
|
|
676
676
|
|
|
677
|
-
export declare function getComments({ publication, path, size, sizereply, id, lastid, state,
|
|
677
|
+
export declare function getComments({ publication, path, size, sizereply, id, lastid, state, apiToken, }: GetCommentsParams): Promise<any>;
|
|
678
678
|
|
|
679
679
|
export declare interface GetCommentsParams {
|
|
680
680
|
publication: string;
|
|
@@ -684,7 +684,6 @@ export declare interface GetCommentsParams {
|
|
|
684
684
|
id?: string;
|
|
685
685
|
lastid?: string;
|
|
686
686
|
state?: string;
|
|
687
|
-
baseUrl: string;
|
|
688
687
|
apiToken: string;
|
|
689
688
|
}
|
|
690
689
|
|
|
@@ -698,6 +697,8 @@ export declare const getDynamicSlots: (axiosApi: AxiosInstance, config: Config,
|
|
|
698
697
|
|
|
699
698
|
export declare const getEnvironmentUrl: () => any;
|
|
700
699
|
|
|
700
|
+
export declare const getEnvironmentUrlFront: () => any;
|
|
701
|
+
|
|
701
702
|
export declare const getImageUrl: (imageUrl: string) => Promise<string>;
|
|
702
703
|
|
|
703
704
|
export declare const getNextMeta: (config: Config, paths: Array<string>, page: number) => string;
|