lemmy-js-client 0.20.0-show-mod-reports.1 → 0.20.0-show-mod-reports.2

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.
@@ -25,7 +25,7 @@ export type ListReports = {
25
25
  page_cursor?: ReportCombinedPaginationCursor;
26
26
  page_back?: boolean;
27
27
  /**
28
- * Only for admins: also show reports destined to community mods
28
+ * Only for admins: also show reports with `violates_instance_rules=false`
29
29
  */
30
- show_mod_reports?: boolean;
30
+ show_community_rule_violations?: boolean;
31
31
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lemmy-js-client",
3
3
  "description": "A javascript / typescript client for Lemmy",
4
- "version": "0.20.0-show-mod-reports.1",
4
+ "version": "0.20.0-show-mod-reports.2",
5
5
  "author": "Dessalines",
6
6
  "license": "AGPL-3.0",
7
7
  "main": "./dist/index.js",