lemmy-js-client 0.19.2-alpha.4 → 0.19.3-alpha.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/types/Community.d.ts +0 -1
- package/dist/types/CreateCommunity.d.ts +0 -1
- package/dist/types/CreateSite.d.ts +0 -2
- package/dist/types/EditCommunity.d.ts +0 -1
- package/dist/types/EditSite.d.ts +0 -2
- package/dist/types/GetPersonDetailsResponse.d.ts +1 -1
- package/dist/types/LocalSite.d.ts +0 -2
- package/package.json +1 -1
package/dist/types/EditSite.d.ts
CHANGED
@@ -5,7 +5,7 @@ import type { PostView } from "./PostView";
|
|
5
5
|
import type { Site } from "./Site";
|
6
6
|
export interface GetPersonDetailsResponse {
|
7
7
|
person_view: PersonView;
|
8
|
-
site
|
8
|
+
site?: Site;
|
9
9
|
comments: Array<CommentView>;
|
10
10
|
posts: Array<PostView>;
|
11
11
|
moderates: Array<CommunityModeratorView>;
|
package/package.json
CHANGED