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.
@@ -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
  }
@@ -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
@@ -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",