sass-template-common 0.3.30 → 0.3.32

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.
@@ -2040,7 +2040,7 @@ export declare const REPORT_REASONS: {
2040
2040
  readonly bullying: "Bullying o acoso";
2041
2041
  };
2042
2042
 
2043
- export declare function reportComment({ publication, username, id, type, baseUrl, captchaToken, apiToken, COMMENTS_VARS, }: ReportCommentParams): Promise<{
2043
+ export declare function reportComment({ publication, username, id, type, baseUrl, captchaToken, apiToken, securityToken, COMMENTS_VARS, }: ReportCommentParams): Promise<{
2044
2044
  type: string;
2045
2045
  message: string;
2046
2046
  status: number;
@@ -2055,6 +2055,7 @@ export declare interface ReportCommentParams {
2055
2055
  baseUrl: string;
2056
2056
  captchaToken: string;
2057
2057
  apiToken: string;
2058
+ securityToken: string;
2058
2059
  COMMENTS_VARS: any;
2059
2060
  }
2060
2061