lemmy-js-client 1.0.0-post-tags.0 → 1.0.0-site-person-ban.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -3
- package/dist/http.d.ts +8 -30
- package/dist/http.js +119 -145
- package/dist/index.d.ts +15 -24
- package/dist/other_types.d.ts +3 -0
- package/dist/types/BannedPersonsResponse.d.ts +5 -0
- package/dist/types/Comment.d.ts +9 -0
- package/dist/types/CommentActions.d.ts +18 -0
- package/dist/types/CommentReplyView.d.ts +12 -11
- package/dist/types/CommentReport.d.ts +1 -0
- package/dist/types/CommentReportView.d.ts +8 -10
- package/dist/types/CommentSlimView.d.ts +10 -10
- package/dist/types/CommentView.d.ts +11 -10
- package/dist/types/Community.d.ts +25 -6
- package/dist/types/CommunityActions.d.ts +35 -0
- package/dist/types/CommunityReportResponse.d.ts +7 -0
- package/dist/types/CommunityReportView.d.ts +0 -4
- package/dist/types/CommunitySortType.d.ts +1 -1
- package/dist/types/CommunityView.d.ts +5 -6
- package/dist/types/CommunityVisibility.d.ts +1 -1
- package/dist/types/CreateCommentReport.d.ts +1 -0
- package/dist/types/CreateCommunityReport.d.ts +8 -0
- package/dist/types/CreatePostReport.d.ts +1 -0
- package/dist/types/CreateSite.d.ts +2 -0
- package/dist/types/EditPost.d.ts +2 -0
- package/dist/types/EditSite.d.ts +8 -0
- package/dist/types/FederationError.d.ts +1 -1
- package/dist/types/GetComments.d.ts +5 -0
- package/dist/types/GetModlog.d.ts +26 -2
- package/dist/types/GetModlogResponse.d.ts +5 -0
- package/dist/types/GetPostResponse.d.ts +0 -2
- package/dist/types/GetPosts.d.ts +8 -2
- package/dist/types/GetPostsResponse.d.ts +2 -2
- package/dist/types/GetSiteResponse.d.ts +2 -2
- package/dist/types/ImageDetails.d.ts +1 -0
- package/dist/types/Instance.d.ts +9 -0
- package/dist/types/InstanceActions.d.ts +18 -0
- package/dist/types/InstanceWithFederationState.d.ts +9 -0
- package/dist/types/LemmyErrorType.d.ts +6 -4
- package/dist/types/ListBannedPersons.d.ts +9 -0
- package/dist/types/ListCommunities.d.ts +5 -0
- package/dist/types/ListInbox.d.ts +2 -2
- package/dist/types/ListInboxResponse.d.ts +5 -0
- package/dist/types/ListPersonContent.d.ts +2 -2
- package/dist/types/ListPersonContentResponse.d.ts +5 -0
- package/dist/types/ListPersonSaved.d.ts +2 -2
- package/dist/types/ListPersonSavedResponse.d.ts +7 -2
- package/dist/types/ListReports.d.ts +10 -2
- package/dist/types/ListReportsResponse.d.ts +5 -0
- package/dist/types/LocalSite.d.ts +28 -0
- package/dist/types/LocalUser.d.ts +8 -0
- package/dist/types/LocalUserView.d.ts +2 -4
- package/dist/types/ModBan.d.ts +2 -0
- package/dist/types/ModChangeCommunityVisibility.d.ts +12 -0
- package/dist/types/ModChangeCommunityVisibilityId.d.ts +1 -0
- package/dist/types/ModChangeCommunityVisibilityView.d.ts +11 -0
- package/dist/types/ModlogActionType.d.ts +1 -1
- package/dist/types/ModlogCombinedView.d.ts +3 -3
- package/dist/types/PaginationCursor.d.ts +1 -4
- package/dist/types/PendingFollow.d.ts +2 -2
- package/dist/types/Person.d.ts +4 -10
- package/dist/types/PersonActions.d.ts +9 -0
- package/dist/types/PersonCommentMentionView.d.ts +12 -11
- package/dist/types/PersonPostMentionView.d.ts +12 -16
- package/dist/types/PersonSavedCombinedView.d.ts +7 -0
- package/dist/types/PersonView.d.ts +3 -2
- package/dist/types/Post.d.ts +10 -0
- package/dist/types/PostActions.d.ts +35 -0
- package/dist/types/PostPaginationCursor.d.ts +7 -0
- package/dist/types/PostReport.d.ts +1 -0
- package/dist/types/PostReportView.d.ts +8 -13
- package/dist/types/PostSortType.d.ts +1 -1
- package/dist/types/PostView.d.ts +11 -15
- package/dist/types/PrivateMessage.d.ts +1 -0
- package/dist/types/PrivateMessageReportView.d.ts +1 -1
- package/dist/types/ResendVerificationEmail.d.ts +7 -0
- package/dist/types/ResolveCommunityReport.d.ts +8 -0
- package/dist/types/SaveUserSettings.d.ts +4 -0
- package/dist/types/Search.d.ts +7 -2
- package/dist/types/SearchResponse.d.ts +5 -0
- package/dist/types/Site.d.ts +2 -2
- package/dist/types/SiteView.d.ts +2 -2
- package/package.json +3 -3
- package/dist/types/CommentAggregates.d.ts +0 -17
- package/dist/types/CommunityAggregates.d.ts +0 -30
- package/dist/types/CommunityTagResponse.d.ts +0 -7
- package/dist/types/CreateCommunityTag.d.ts +0 -9
- package/dist/types/DeleteCommunityTag.d.ts +0 -7
- package/dist/types/InboxCombinedPaginationCursor.d.ts +0 -4
- package/dist/types/ListCommunityTags.d.ts +0 -7
- package/dist/types/ListCommunityTagsResponse.d.ts +0 -4
- package/dist/types/LocalUserVoteDisplayMode.d.ts +0 -9
- package/dist/types/ModHideCommunity.d.ts +0 -14
- package/dist/types/ModHideCommunityId.d.ts +0 -1
- package/dist/types/ModHideCommunityId.js +0 -3
- package/dist/types/ModHideCommunityView.d.ts +0 -11
- package/dist/types/ModlogCombinedPaginationCursor.d.ts +0 -4
- package/dist/types/ModlogCombinedPaginationCursor.js +0 -3
- package/dist/types/PersonAggregates.d.ts +0 -9
- package/dist/types/PersonContentCombinedPaginationCursor.d.ts +0 -4
- package/dist/types/PersonContentCombinedPaginationCursor.js +0 -3
- package/dist/types/PersonSavedCombinedPaginationCursor.d.ts +0 -4
- package/dist/types/PersonSavedCombinedPaginationCursor.js +0 -3
- package/dist/types/PostAggregates.d.ts +0 -18
- package/dist/types/PostTags.d.ts +0 -5
- package/dist/types/ReportCombinedPaginationCursor.d.ts +0 -4
- package/dist/types/ReportCombinedPaginationCursor.js +0 -3
- package/dist/types/SearchCombinedPaginationCursor.d.ts +0 -4
- package/dist/types/SearchCombinedPaginationCursor.js +0 -3
- package/dist/types/SiteAggregates.d.ts +0 -27
- package/dist/types/SubscribedType.d.ts +0 -4
- package/dist/types/SubscribedType.js +0 -3
- package/dist/types/UpdateCommunityTag.d.ts +0 -8
- package/dist/types/UpdateCommunityTag.js +0 -2
- package/dist/types/UpdatePostTags.d.ts +0 -9
- package/dist/types/UpdatePostTags.js +0 -2
- /package/dist/types/{CommentAggregates.js → CommentActions.js} +0 -0
- /package/dist/types/{CommunityAggregates.js → CommunityActions.js} +0 -0
- /package/dist/types/{CommunityTagResponse.js → CommunityReportResponse.js} +0 -0
- /package/dist/types/{CreateCommunityTag.js → CreateCommunityReport.js} +0 -0
- /package/dist/types/{DeleteCommunityTag.js → InstanceActions.js} +0 -0
- /package/dist/types/{ListCommunityTags.js → ListBannedPersons.js} +0 -0
- /package/dist/types/{ListCommunityTagsResponse.js → ModChangeCommunityVisibility.js} +0 -0
- /package/dist/types/{InboxCombinedPaginationCursor.js → ModChangeCommunityVisibilityId.js} +0 -0
- /package/dist/types/{ModHideCommunity.js → ModChangeCommunityVisibilityView.js} +0 -0
- /package/dist/types/{ModHideCommunityView.js → PersonActions.js} +0 -0
- /package/dist/types/{PersonAggregates.js → PersonSavedCombinedView.js} +0 -0
- /package/dist/types/{PostAggregates.js → PostActions.js} +0 -0
- /package/dist/types/{LocalUserVoteDisplayMode.js → PostPaginationCursor.js} +0 -0
- /package/dist/types/{PostTags.js → ResendVerificationEmail.js} +0 -0
- /package/dist/types/{SiteAggregates.js → ResolveCommunityReport.js} +0 -0
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|