RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
lemmy-js-client
Versions diffs
0.12.3-rc.1 → 0.12.3-rc.2
lemmy-js-client 0.12.3-rc.1 → 0.12.3-rc.2
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/dist/interfaces/api/comment.d.ts
+1
-1
package/dist/interfaces/api/post.d.ts
+1
-1
package/package.json
+1
-1
package/dist/interfaces/api/comment.d.ts
CHANGED
Viewed
@@ -109,5 +109,5 @@ export interface ListCommentReports {
109
109
auth: string;
110
110
}
111
111
export interface ListCommentReportsResponse {
112
-
comments
: CommentReportView[];
112
+
comment_reports
: CommentReportView[];
113
113
}
package/dist/interfaces/api/post.d.ts
CHANGED
Viewed
@@ -123,7 +123,7 @@ export interface ListPostReports {
123
123
auth: string;
124
124
}
125
125
export interface ListPostReportsResponse {
126
-
posts
: PostReportView[];
126
+
post_reports
: PostReportView[];
127
127
}
128
128
export interface GetSiteMetadata {
129
129
url: string;
package/package.json
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "lemmy-js-client",
3
3
"description": "A javascript / typescript client for Lemmy",
4
-
"version": "0.12.3-rc.
1
",
4
+
"version": "0.12.3-rc.
2
",
5
5
"author": "Dessalines <tyhou13@gmx.com>",
6
6
"license": "AGPL-3.0",
7
7
"main": "./dist/index.js",