lemmy-js-client 0.20.0-show-mod-reports.0 → 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
|
28
|
+
* Only for admins: also show reports with `violates_instance_rules=false`
|
29
29
|
*/
|
30
|
-
|
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.
|
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",
|
@@ -20,6 +20,7 @@
|
|
20
20
|
"url": "git+https://github.com/LemmyNet/lemmy-js-client.git"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
|
+
"@eslint/js": "^9.20.0",
|
23
24
|
"@redocly/cli": "^1.27.2",
|
24
25
|
"@types/joi": "^17.2.3",
|
25
26
|
"@types/node": "^22.7.4",
|
@@ -39,7 +40,7 @@
|
|
39
40
|
"typescript": "^5.5.4",
|
40
41
|
"typescript-eslint": "^8.7.0"
|
41
42
|
},
|
42
|
-
"packageManager": "pnpm@
|
43
|
+
"packageManager": "pnpm@10.2.1",
|
43
44
|
"types": "./dist/index.d.ts",
|
44
45
|
"lint-staged": {
|
45
46
|
"*.{ts,tsx,js}": [
|