diff --git a/package.json b/package.json index 998c22a..38cd57a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lemmy-js-client", "description": "A javascript / typescript client for Lemmy", - "version": "0.11.0-rc.2", + "version": "0.11.0-rc.3", "author": "Dessalines ", "license": "AGPL-3.0", "main": "./dist/index.js", diff --git a/src/interfaces/source.ts b/src/interfaces/source.ts index 2bb3d9a..8be30ca 100644 --- a/src/interfaces/source.ts +++ b/src/interfaces/source.ts @@ -187,7 +187,6 @@ export interface CommunitySafe { name: string; title: string; description?: string; - creator_id: number; removed: boolean; published: string; updated?: string; diff --git a/src/interfaces/views.ts b/src/interfaces/views.ts index 5bbf4f3..47fb080 100644 --- a/src/interfaces/views.ts +++ b/src/interfaces/views.ts @@ -187,7 +187,6 @@ export interface CommunityPersonBanView { export interface CommunityView { community: CommunitySafe; - creator: PersonSafe; subscribed: boolean; counts: CommunityAggregates; }