lemmy-js-client 1.0.0-post-tags.1 → 1.0.0-private-community-fixes.0
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 +6 -0
 - package/dist/http.d.ts +54 -24
 - package/dist/http.js +110 -31
 - package/dist/index.d.ts +26 -29
 - package/dist/other_types.d.ts +0 -3
 - package/dist/types/{ModAdd.d.ts → AdminAdd.d.ts} +4 -4
 - package/dist/types/AdminAddId.d.ts +1 -0
 - package/dist/types/{ModAddView.d.ts → AdminAddView.d.ts} +3 -3
 - package/dist/types/AdminAllowInstance.d.ts +1 -1
 - package/dist/types/AdminAllowInstanceParams.d.ts +1 -1
 - package/dist/types/{ModBan.d.ts → AdminBan.d.ts} +4 -4
 - package/dist/types/AdminBanId.d.ts +1 -0
 - package/dist/types/{ModBanView.d.ts → AdminBanView.d.ts} +3 -3
 - package/dist/types/AdminBlockInstance.d.ts +1 -1
 - package/dist/types/AdminBlockInstanceParams.d.ts +7 -2
 - package/dist/types/AdminPurgeComment.d.ts +1 -1
 - package/dist/types/AdminPurgeCommunity.d.ts +1 -1
 - package/dist/types/AdminPurgePerson.d.ts +1 -1
 - package/dist/types/AdminPurgePost.d.ts +1 -1
 - package/dist/types/{ModRemoveCommunity.d.ts → AdminRemoveCommunity.d.ts} +4 -4
 - package/dist/types/AdminRemoveCommunityId.d.ts +1 -0
 - package/dist/types/AdminRemoveCommunityView.d.ts +11 -0
 - package/dist/types/AllLemmyErrors.d.ts +1 -0
 - package/dist/types/AllLemmyErrors.js +117 -0
 - package/dist/types/BanFromCommunity.d.ts +1 -1
 - package/dist/types/BanPerson.d.ts +1 -1
 - package/dist/types/Comment.d.ts +4 -0
 - package/dist/types/CommentReportView.d.ts +2 -0
 - package/dist/types/CommentSlimView.d.ts +0 -2
 - package/dist/types/CommentView.d.ts +2 -2
 - package/dist/types/CommunityFollowerState.d.ts +1 -1
 - package/dist/types/CommunityReportView.d.ts +2 -0
 - package/dist/types/CommunityView.d.ts +0 -2
 - package/dist/types/CreateCommunityTag.d.ts +2 -0
 - package/dist/types/CreateCustomEmoji.d.ts +2 -1
 - package/dist/types/CreateCustomEmoji.js +0 -1
 - package/dist/types/CreateSite.d.ts +0 -1
 - package/dist/types/EditCustomEmoji.d.ts +7 -5
 - package/dist/types/EditSite.d.ts +4 -4
 - package/dist/types/GetMultiCommunity.d.ts +2 -1
 - package/dist/types/HideCommunity.d.ts +1 -1
 - package/dist/types/InstanceActions.d.ts +6 -2
 - package/dist/types/LemmyErrorType.d.ts +23 -133
 - package/dist/types/LinkMetadata.d.ts +4 -0
 - package/dist/types/ListCommunityPendingFollows.d.ts +1 -1
 - package/dist/types/ListCommunityPendingFollowsResponse.d.ts +2 -2
 - package/dist/types/LocalSite.d.ts +1 -6
 - package/dist/types/LocalUser.d.ts +10 -13
 - package/dist/types/LocalUserView.d.ts +1 -0
 - package/dist/types/LockComment.d.ts +9 -0
 - package/dist/types/LockPost.d.ts +1 -1
 - package/dist/types/{ModAddCommunity.d.ts → ModAddToCommunity.d.ts} +3 -3
 - package/dist/types/ModAddToCommunityId.d.ts +1 -0
 - package/dist/types/{ModAddCommunityView.d.ts → ModAddToCommunityView.d.ts} +3 -3
 - package/dist/types/ModBanFromCommunity.d.ts +1 -1
 - package/dist/types/ModEditPost.d.ts +10 -0
 - package/dist/types/ModLockComment.d.ts +14 -0
 - package/dist/types/ModLockCommentId.d.ts +1 -0
 - package/dist/types/ModLockCommentView.d.ts +16 -0
 - package/dist/types/ModLockPost.d.ts +1 -1
 - package/dist/types/ModRemoveComment.d.ts +1 -1
 - package/dist/types/ModRemovePost.d.ts +1 -1
 - package/dist/types/ModlogActionType.d.ts +1 -1
 - package/dist/types/ModlogCombinedView.d.ts +16 -13
 - package/dist/types/MultiCommunityResponse.d.ts +4 -0
 - package/dist/types/MultiCommunityView.d.ts +2 -0
 - package/dist/types/MyUserInfo.d.ts +2 -1
 - package/dist/types/Notification.d.ts +22 -2
 - package/dist/types/NotificationData.d.ts +31 -1
 - package/dist/types/NotificationType.d.ts +4 -0
 - package/dist/types/OpenGraphData.d.ts +4 -0
 - package/dist/types/PendingFollowerView.d.ts +9 -0
 - package/dist/types/PersonResponse.d.ts +7 -0
 - package/dist/types/PersonView.d.ts +2 -1
 - package/dist/types/Post.d.ts +2 -0
 - package/dist/types/PostOrCommentOrPrivateMessage.d.ts +7 -7
 - package/dist/types/PostReportView.d.ts +2 -0
 - package/dist/types/PostView.d.ts +2 -2
 - package/dist/types/PrivateMessageReportView.d.ts +1 -0
 - package/dist/types/PurgeComment.d.ts +1 -1
 - package/dist/types/PurgeCommunity.d.ts +1 -1
 - package/dist/types/PurgePerson.d.ts +1 -1
 - package/dist/types/PurgePost.d.ts +1 -1
 - package/dist/types/ReadableFederationState.d.ts +1 -1
 - package/dist/types/RemoveComment.d.ts +1 -1
 - package/dist/types/RemoveCommunity.d.ts +1 -1
 - package/dist/types/RemovePost.d.ts +1 -1
 - package/dist/types/SaveUserSettings.d.ts +5 -5
 - package/dist/types/Tag.d.ts +5 -13
 - package/dist/types/TagsView.d.ts +1 -1
 - package/dist/types/UntranslatedError.d.ts +12 -0
 - package/dist/types/UpdateCommunityTag.d.ts +9 -0
 - package/dist/types/UserBlockInstanceCommunitiesParams.d.ts +8 -0
 - package/dist/types/{UserBlockInstanceParams.d.ts → UserBlockInstancePersonsParams.d.ts} +2 -2
 - package/dist/types/UserSettingsBackup.d.ts +2 -1
 - package/package.json +6 -5
 - package/dist/types/BanPersonResponse.d.ts +0 -8
 - package/dist/types/BlockCommunityResponse.d.ts +0 -8
 - package/dist/types/BlockPersonResponse.d.ts +0 -8
 - package/dist/types/CommentReply.d.ts +0 -13
 - package/dist/types/CommentReplyId.d.ts +0 -4
 - package/dist/types/FederationError.d.ts +0 -10
 - package/dist/types/GetCommunityPendingFollowsCount.d.ts +0 -4
 - package/dist/types/InboxDataType.d.ts +0 -4
 - package/dist/types/MarkPrivateMessageAsRead.d.ts +0 -8
 - package/dist/types/ModAddCommunityId.d.ts +0 -1
 - package/dist/types/ModAddId.d.ts +0 -1
 - package/dist/types/ModBanId.d.ts +0 -1
 - package/dist/types/ModRemoveCommunityId.d.ts +0 -1
 - package/dist/types/ModRemoveCommunityView.d.ts +0 -11
 - package/dist/types/NotificationTypes.d.ts +0 -4
 - package/dist/types/NotificationTypes.js +0 -3
 - package/dist/types/NotificationsMode.d.ts +0 -4
 - package/dist/types/NotificationsMode.js +0 -3
 - package/dist/types/PersonCommentMention.d.ts +0 -13
 - package/dist/types/PersonCommentMentionId.d.ts +0 -4
 - package/dist/types/PersonCommentMentionId.js +0 -3
 - package/dist/types/PersonNotification.d.ts +0 -9
 - package/dist/types/PersonPostMention.d.ts +0 -13
 - package/dist/types/PersonPostMentionId.d.ts +0 -4
 - package/dist/types/PersonPostMentionId.js +0 -3
 - /package/dist/types/{BanPersonResponse.js → AdminAdd.js} +0 -0
 - /package/dist/types/{CommentReplyId.js → AdminAddId.js} +0 -0
 - /package/dist/types/{BlockCommunityResponse.js → AdminAddView.js} +0 -0
 - /package/dist/types/{BlockPersonResponse.js → AdminBan.js} +0 -0
 - /package/dist/types/{FederationError.js → AdminBanId.js} +0 -0
 - /package/dist/types/{CommentReply.js → AdminBanView.js} +0 -0
 - /package/dist/types/{GetCommunityPendingFollowsCount.js → AdminRemoveCommunity.js} +0 -0
 - /package/dist/types/{InboxDataType.js → AdminRemoveCommunityId.js} +0 -0
 - /package/dist/types/{MarkPrivateMessageAsRead.js → AdminRemoveCommunityView.js} +0 -0
 - /package/dist/types/{ModAdd.js → LockComment.js} +0 -0
 - /package/dist/types/{ModAddCommunity.js → ModAddToCommunity.js} +0 -0
 - /package/dist/types/{ModAddCommunityId.js → ModAddToCommunityId.js} +0 -0
 - /package/dist/types/{ModAddCommunityView.js → ModAddToCommunityView.js} +0 -0
 - /package/dist/types/{ModAddView.js → ModEditPost.js} +0 -0
 - /package/dist/types/{ModBan.js → ModLockComment.js} +0 -0
 - /package/dist/types/{ModAddId.js → ModLockCommentId.js} +0 -0
 - /package/dist/types/{ModBanView.js → ModLockCommentView.js} +0 -0
 - /package/dist/types/{ModRemoveCommunity.js → MultiCommunityResponse.js} +0 -0
 - /package/dist/types/{ModBanId.js → NotificationType.js} +0 -0
 - /package/dist/types/{ModRemoveCommunityView.js → PendingFollowerView.js} +0 -0
 - /package/dist/types/{PersonCommentMention.js → PersonResponse.js} +0 -0
 - /package/dist/types/{ModRemoveCommunityId.js → UntranslatedError.js} +0 -0
 - /package/dist/types/{PersonNotification.js → UpdateCommunityTag.js} +0 -0
 - /package/dist/types/{PersonPostMention.js → UserBlockInstanceCommunitiesParams.js} +0 -0
 - /package/dist/types/{UserBlockInstanceParams.js → UserBlockInstancePersonsParams.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
         
     | 
| 
         
            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
         
     |