diff --git a/package.json b/package.json index d65f568..e3282e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lemmy-js-client", "description": "A javascript / typescript client for Lemmy", - "version": "0.9.0", + "version": "0.9.1-rc.1", "author": "Dessalines ", "license": "AGPL-3.0", "main": "./dist/index.js", diff --git a/src/interfaces/api/community.ts b/src/interfaces/api/community.ts index f7844fe..c16c6eb 100644 --- a/src/interfaces/api/community.ts +++ b/src/interfaces/api/community.ts @@ -33,6 +33,7 @@ export interface CommunityResponse { } export interface ListCommunities { + type_: string; sort: string; page?: number; limit?: number;