lemmy-js-client 1.0.0-post-tags.0 → 1.0.0-site-person-ban.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 +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 +11 -11
- package/dist/types/CommentReport.d.ts +1 -0
- package/dist/types/CommentReportView.d.ts +8 -10
- package/dist/types/CommentSlimView.d.ts +9 -10
- package/dist/types/CommentView.d.ts +10 -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 +11 -11
- package/dist/types/PersonPostMentionView.d.ts +11 -16
- package/dist/types/PersonSavedCombinedView.d.ts +7 -0
- package/dist/types/PersonView.d.ts +2 -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 +10 -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 +0 -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
package/dist/index.d.ts
CHANGED
@@ -40,7 +40,7 @@ export { BlockPersonResponse } from "./types/BlockPersonResponse";
|
|
40
40
|
export { CaptchaResponse } from "./types/CaptchaResponse";
|
41
41
|
export { ChangePassword } from "./types/ChangePassword";
|
42
42
|
export { Comment } from "./types/Comment";
|
43
|
-
export {
|
43
|
+
export { CommentActions } from "./types/CommentActions";
|
44
44
|
export { CommentId } from "./types/CommentId";
|
45
45
|
export { CommentReply } from "./types/CommentReply";
|
46
46
|
export { CommentReplyId } from "./types/CommentReplyId";
|
@@ -54,24 +54,24 @@ export { CommentSlimView } from "./types/CommentSlimView";
|
|
54
54
|
export { CommentSortType } from "./types/CommentSortType";
|
55
55
|
export { CommentView } from "./types/CommentView";
|
56
56
|
export { Community } from "./types/Community";
|
57
|
-
export {
|
57
|
+
export { CommunityActions } from "./types/CommunityActions";
|
58
58
|
export { CommunityFollowerState } from "./types/CommunityFollowerState";
|
59
59
|
export { CommunityFollowerView } from "./types/CommunityFollowerView";
|
60
60
|
export { CommunityId } from "./types/CommunityId";
|
61
61
|
export { CommunityModeratorView } from "./types/CommunityModeratorView";
|
62
62
|
export { CommunityReport } from "./types/CommunityReport";
|
63
63
|
export { CommunityReportId } from "./types/CommunityReportId";
|
64
|
+
export { CommunityReportResponse } from "./types/CommunityReportResponse";
|
64
65
|
export { CommunityReportView } from "./types/CommunityReportView";
|
65
66
|
export { CommunityResponse } from "./types/CommunityResponse";
|
66
67
|
export { CommunitySortType } from "./types/CommunitySortType";
|
67
|
-
export { CommunityTagResponse } from "./types/CommunityTagResponse";
|
68
68
|
export { CommunityView } from "./types/CommunityView";
|
69
69
|
export { CommunityVisibility } from "./types/CommunityVisibility";
|
70
70
|
export { CreateComment } from "./types/CreateComment";
|
71
71
|
export { CreateCommentLike } from "./types/CreateCommentLike";
|
72
72
|
export { CreateCommentReport } from "./types/CreateCommentReport";
|
73
73
|
export { CreateCommunity } from "./types/CreateCommunity";
|
74
|
-
export {
|
74
|
+
export { CreateCommunityReport } from "./types/CreateCommunityReport";
|
75
75
|
export { CreateCustomEmoji } from "./types/CreateCustomEmoji";
|
76
76
|
export { CreateOAuthProvider } from "./types/CreateOAuthProvider";
|
77
77
|
export { CreatePost } from "./types/CreatePost";
|
@@ -90,7 +90,6 @@ export { DbUrl } from "./types/DbUrl";
|
|
90
90
|
export { DeleteAccount } from "./types/DeleteAccount";
|
91
91
|
export { DeleteComment } from "./types/DeleteComment";
|
92
92
|
export { DeleteCommunity } from "./types/DeleteCommunity";
|
93
|
-
export { DeleteCommunityTag } from "./types/DeleteCommunityTag";
|
94
93
|
export { DeleteCustomEmoji } from "./types/DeleteCustomEmoji";
|
95
94
|
export { DeleteImageParams } from "./types/DeleteImageParams";
|
96
95
|
export { DeleteOAuthProvider } from "./types/DeleteOAuthProvider";
|
@@ -144,24 +143,23 @@ export { HidePost } from "./types/HidePost";
|
|
144
143
|
export { ImageDetails } from "./types/ImageDetails";
|
145
144
|
export { ImageGetParams } from "./types/ImageGetParams";
|
146
145
|
export { ImageProxyParams } from "./types/ImageProxyParams";
|
147
|
-
export { InboxCombinedPaginationCursor } from "./types/InboxCombinedPaginationCursor";
|
148
146
|
export { InboxCombinedView } from "./types/InboxCombinedView";
|
149
147
|
export { InboxDataType } from "./types/InboxDataType";
|
150
148
|
export { Instance } from "./types/Instance";
|
149
|
+
export { InstanceActions } from "./types/InstanceActions";
|
151
150
|
export { InstanceId } from "./types/InstanceId";
|
152
151
|
export { InstanceWithFederationState } from "./types/InstanceWithFederationState";
|
153
152
|
export { Language } from "./types/Language";
|
154
153
|
export { LanguageId } from "./types/LanguageId";
|
155
154
|
export { LemmyErrorType } from "./types/LemmyErrorType";
|
156
155
|
export { LinkMetadata } from "./types/LinkMetadata";
|
156
|
+
export { ListBannedPersons } from "./types/ListBannedPersons";
|
157
157
|
export { ListCommentLikes } from "./types/ListCommentLikes";
|
158
158
|
export { ListCommentLikesResponse } from "./types/ListCommentLikesResponse";
|
159
159
|
export { ListCommunities } from "./types/ListCommunities";
|
160
160
|
export { ListCommunitiesResponse } from "./types/ListCommunitiesResponse";
|
161
161
|
export { ListCommunityPendingFollows } from "./types/ListCommunityPendingFollows";
|
162
162
|
export { ListCommunityPendingFollowsResponse } from "./types/ListCommunityPendingFollowsResponse";
|
163
|
-
export { ListCommunityTags } from "./types/ListCommunityTags";
|
164
|
-
export { ListCommunityTagsResponse } from "./types/ListCommunityTagsResponse";
|
165
163
|
export { ListCustomEmojis } from "./types/ListCustomEmojis";
|
166
164
|
export { ListCustomEmojisResponse } from "./types/ListCustomEmojisResponse";
|
167
165
|
export { ListInbox } from "./types/ListInbox";
|
@@ -191,7 +189,6 @@ export { LocalSiteUrlBlocklist } from "./types/LocalSiteUrlBlocklist";
|
|
191
189
|
export { LocalUser } from "./types/LocalUser";
|
192
190
|
export { LocalUserId } from "./types/LocalUserId";
|
193
191
|
export { LocalUserView } from "./types/LocalUserView";
|
194
|
-
export { LocalUserVoteDisplayMode } from "./types/LocalUserVoteDisplayMode";
|
195
192
|
export { LockPost } from "./types/LockPost";
|
196
193
|
export { Login } from "./types/Login";
|
197
194
|
export { LoginResponse } from "./types/LoginResponse";
|
@@ -214,12 +211,12 @@ export { ModBanFromCommunityId } from "./types/ModBanFromCommunityId";
|
|
214
211
|
export { ModBanFromCommunityView } from "./types/ModBanFromCommunityView";
|
215
212
|
export { ModBanId } from "./types/ModBanId";
|
216
213
|
export { ModBanView } from "./types/ModBanView";
|
214
|
+
export { ModChangeCommunityVisibility } from "./types/ModChangeCommunityVisibility";
|
215
|
+
export { ModChangeCommunityVisibilityId } from "./types/ModChangeCommunityVisibilityId";
|
216
|
+
export { ModChangeCommunityVisibilityView } from "./types/ModChangeCommunityVisibilityView";
|
217
217
|
export { ModFeaturePost } from "./types/ModFeaturePost";
|
218
218
|
export { ModFeaturePostId } from "./types/ModFeaturePostId";
|
219
219
|
export { ModFeaturePostView } from "./types/ModFeaturePostView";
|
220
|
-
export { ModHideCommunity } from "./types/ModHideCommunity";
|
221
|
-
export { ModHideCommunityId } from "./types/ModHideCommunityId";
|
222
|
-
export { ModHideCommunityView } from "./types/ModHideCommunityView";
|
223
220
|
export { ModLockPost } from "./types/ModLockPost";
|
224
221
|
export { ModLockPostId } from "./types/ModLockPostId";
|
225
222
|
export { ModLockPostView } from "./types/ModLockPostView";
|
@@ -236,7 +233,6 @@ export { ModTransferCommunity } from "./types/ModTransferCommunity";
|
|
236
233
|
export { ModTransferCommunityId } from "./types/ModTransferCommunityId";
|
237
234
|
export { ModTransferCommunityView } from "./types/ModTransferCommunityView";
|
238
235
|
export { ModlogActionType } from "./types/ModlogActionType";
|
239
|
-
export { ModlogCombinedPaginationCursor } from "./types/ModlogCombinedPaginationCursor";
|
240
236
|
export { ModlogCombinedView } from "./types/ModlogCombinedView";
|
241
237
|
export { MyUserInfo } from "./types/MyUserInfo";
|
242
238
|
export { OAuthAccount } from "./types/OAuthAccount";
|
@@ -248,31 +244,30 @@ export { PasswordChangeAfterReset } from "./types/PasswordChangeAfterReset";
|
|
248
244
|
export { PasswordReset } from "./types/PasswordReset";
|
249
245
|
export { PendingFollow } from "./types/PendingFollow";
|
250
246
|
export { Person } from "./types/Person";
|
251
|
-
export {
|
247
|
+
export { PersonActions } from "./types/PersonActions";
|
252
248
|
export { PersonCommentMention } from "./types/PersonCommentMention";
|
253
249
|
export { PersonCommentMentionId } from "./types/PersonCommentMentionId";
|
254
250
|
export { PersonCommentMentionView } from "./types/PersonCommentMentionView";
|
255
|
-
export { PersonContentCombinedPaginationCursor } from "./types/PersonContentCombinedPaginationCursor";
|
256
251
|
export { PersonContentCombinedView } from "./types/PersonContentCombinedView";
|
257
252
|
export { PersonContentType } from "./types/PersonContentType";
|
258
253
|
export { PersonId } from "./types/PersonId";
|
259
254
|
export { PersonPostMention } from "./types/PersonPostMention";
|
260
255
|
export { PersonPostMentionId } from "./types/PersonPostMentionId";
|
261
256
|
export { PersonPostMentionView } from "./types/PersonPostMentionView";
|
262
|
-
export {
|
257
|
+
export { PersonSavedCombinedView } from "./types/PersonSavedCombinedView";
|
263
258
|
export { PersonView } from "./types/PersonView";
|
264
259
|
export { Post } from "./types/Post";
|
265
|
-
export {
|
260
|
+
export { PostActions } from "./types/PostActions";
|
266
261
|
export { PostFeatureType } from "./types/PostFeatureType";
|
267
262
|
export { PostId } from "./types/PostId";
|
268
263
|
export { PostListingMode } from "./types/PostListingMode";
|
264
|
+
export { PostPaginationCursor } from "./types/PostPaginationCursor";
|
269
265
|
export { PostReport } from "./types/PostReport";
|
270
266
|
export { PostReportId } from "./types/PostReportId";
|
271
267
|
export { PostReportResponse } from "./types/PostReportResponse";
|
272
268
|
export { PostReportView } from "./types/PostReportView";
|
273
269
|
export { PostResponse } from "./types/PostResponse";
|
274
270
|
export { PostSortType } from "./types/PostSortType";
|
275
|
-
export { PostTags } from "./types/PostTags";
|
276
271
|
export { PostView } from "./types/PostView";
|
277
272
|
export { PrivateMessage } from "./types/PrivateMessage";
|
278
273
|
export { PrivateMessageId } from "./types/PrivateMessageId";
|
@@ -297,10 +292,11 @@ export { RegistrationMode } from "./types/RegistrationMode";
|
|
297
292
|
export { RemoveComment } from "./types/RemoveComment";
|
298
293
|
export { RemoveCommunity } from "./types/RemoveCommunity";
|
299
294
|
export { RemovePost } from "./types/RemovePost";
|
300
|
-
export { ReportCombinedPaginationCursor } from "./types/ReportCombinedPaginationCursor";
|
301
295
|
export { ReportCombinedView } from "./types/ReportCombinedView";
|
302
296
|
export { ReportType } from "./types/ReportType";
|
297
|
+
export { ResendVerificationEmail } from "./types/ResendVerificationEmail";
|
303
298
|
export { ResolveCommentReport } from "./types/ResolveCommentReport";
|
299
|
+
export { ResolveCommunityReport } from "./types/ResolveCommunityReport";
|
304
300
|
export { ResolveObject } from "./types/ResolveObject";
|
305
301
|
export { ResolveObjectResponse } from "./types/ResolveObjectResponse";
|
306
302
|
export { ResolvePostReport } from "./types/ResolvePostReport";
|
@@ -309,18 +305,15 @@ export { SaveComment } from "./types/SaveComment";
|
|
309
305
|
export { SavePost } from "./types/SavePost";
|
310
306
|
export { SaveUserSettings } from "./types/SaveUserSettings";
|
311
307
|
export { Search } from "./types/Search";
|
312
|
-
export { SearchCombinedPaginationCursor } from "./types/SearchCombinedPaginationCursor";
|
313
308
|
export { SearchCombinedView } from "./types/SearchCombinedView";
|
314
309
|
export { SearchResponse } from "./types/SearchResponse";
|
315
310
|
export { SearchSortType } from "./types/SearchSortType";
|
316
311
|
export { SearchType } from "./types/SearchType";
|
317
312
|
export { SensitiveString } from "./types/SensitiveString";
|
318
313
|
export { Site } from "./types/Site";
|
319
|
-
export { SiteAggregates } from "./types/SiteAggregates";
|
320
314
|
export { SiteId } from "./types/SiteId";
|
321
315
|
export { SiteResponse } from "./types/SiteResponse";
|
322
316
|
export { SiteView } from "./types/SiteView";
|
323
|
-
export { SubscribedType } from "./types/SubscribedType";
|
324
317
|
export { SuccessResponse } from "./types/SuccessResponse";
|
325
318
|
export { Tag } from "./types/Tag";
|
326
319
|
export { TagId } from "./types/TagId";
|
@@ -328,8 +321,6 @@ export { Tagline } from "./types/Tagline";
|
|
328
321
|
export { TaglineId } from "./types/TaglineId";
|
329
322
|
export { TaglineResponse } from "./types/TaglineResponse";
|
330
323
|
export { TransferCommunity } from "./types/TransferCommunity";
|
331
|
-
export { UpdateCommunityTag } from "./types/UpdateCommunityTag";
|
332
|
-
export { UpdatePostTags } from "./types/UpdatePostTags";
|
333
324
|
export { UpdateTagline } from "./types/UpdateTagline";
|
334
325
|
export { UpdateTotp } from "./types/UpdateTotp";
|
335
326
|
export { UpdateTotpResponse } from "./types/UpdateTotpResponse";
|
package/dist/other_types.d.ts
CHANGED
@@ -11,6 +11,7 @@ import { GetRandomCommunity } from "./types/GetRandomCommunity";
|
|
11
11
|
import { GetRegistrationApplication } from "./types/GetRegistrationApplication";
|
12
12
|
import { GetReportCount } from "./types/GetReportCount";
|
13
13
|
import { GetSiteMetadata } from "./types/GetSiteMetadata";
|
14
|
+
import { ListBannedPersons } from "./types/ListBannedPersons";
|
14
15
|
import { ListCommentLikes } from "./types/ListCommentLikes";
|
15
16
|
import { ListCommunities } from "./types/ListCommunities";
|
16
17
|
import { ListCommunityPendingFollows } from "./types/ListCommunityPendingFollows";
|
@@ -83,3 +84,5 @@ export interface ListReportsI extends ListReports {
|
|
83
84
|
}
|
84
85
|
export interface DeleteImageParamsI extends DeleteImageParams {
|
85
86
|
}
|
87
|
+
export interface ListBannedPersonsI extends ListBannedPersons {
|
88
|
+
}
|
@@ -1,7 +1,12 @@
|
|
1
|
+
import type { PaginationCursor } from "./PaginationCursor";
|
1
2
|
import type { PersonView } from "./PersonView";
|
2
3
|
/**
|
3
4
|
* The list of banned persons.
|
4
5
|
*/
|
5
6
|
export type BannedPersonsResponse = {
|
6
7
|
banned: Array<PersonView>;
|
8
|
+
/**
|
9
|
+
* the pagination cursor to use to fetch the next page
|
10
|
+
*/
|
11
|
+
next_page?: PaginationCursor;
|
7
12
|
};
|
package/dist/types/Comment.d.ts
CHANGED
@@ -39,4 +39,13 @@ export type Comment = {
|
|
39
39
|
*/
|
40
40
|
distinguished: boolean;
|
41
41
|
language_id: LanguageId;
|
42
|
+
score: number;
|
43
|
+
upvotes: number;
|
44
|
+
downvotes: number;
|
45
|
+
/**
|
46
|
+
* The total number of children in this comment branch.
|
47
|
+
*/
|
48
|
+
child_count: number;
|
49
|
+
report_count: number;
|
50
|
+
unresolved_report_count: number;
|
42
51
|
};
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import type { CommentId } from "./CommentId";
|
2
|
+
import type { PersonId } from "./PersonId";
|
3
|
+
export type CommentActions = {
|
4
|
+
person_id: PersonId;
|
5
|
+
comment_id: CommentId;
|
6
|
+
/**
|
7
|
+
* The like / score for the comment.
|
8
|
+
*/
|
9
|
+
like_score?: number;
|
10
|
+
/**
|
11
|
+
* When the comment was liked.
|
12
|
+
*/
|
13
|
+
liked?: string;
|
14
|
+
/**
|
15
|
+
* When the comment was saved.
|
16
|
+
*/
|
17
|
+
saved?: string;
|
18
|
+
};
|
@@ -1,27 +1,27 @@
|
|
1
1
|
import type { Comment } from "./Comment";
|
2
|
-
import type {
|
2
|
+
import type { CommentActions } from "./CommentActions";
|
3
3
|
import type { CommentReply } from "./CommentReply";
|
4
4
|
import type { Community } from "./Community";
|
5
|
+
import type { CommunityActions } from "./CommunityActions";
|
6
|
+
import type { InstanceActions } from "./InstanceActions";
|
5
7
|
import type { Person } from "./Person";
|
8
|
+
import type { PersonActions } from "./PersonActions";
|
6
9
|
import type { Post } from "./Post";
|
7
|
-
import type { SubscribedType } from "./SubscribedType";
|
8
10
|
/**
|
9
11
|
* A comment reply view.
|
10
12
|
*/
|
11
13
|
export type CommentReplyView = {
|
12
14
|
comment_reply: CommentReply;
|
15
|
+
recipient: Person;
|
13
16
|
comment: Comment;
|
14
17
|
creator: Person;
|
15
18
|
post: Post;
|
16
19
|
community: Community;
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
20
|
+
community_actions?: CommunityActions;
|
21
|
+
comment_actions?: CommentActions;
|
22
|
+
person_actions?: PersonActions;
|
23
|
+
instance_actions?: InstanceActions;
|
24
|
+
creator_community_actions?: CommunityActions;
|
22
25
|
creator_is_admin: boolean;
|
23
|
-
|
24
|
-
saved: boolean;
|
25
|
-
creator_blocked: boolean;
|
26
|
-
my_vote?: number;
|
26
|
+
can_mod: boolean;
|
27
27
|
};
|
@@ -1,10 +1,11 @@
|
|
1
1
|
import type { Comment } from "./Comment";
|
2
|
-
import type {
|
2
|
+
import type { CommentActions } from "./CommentActions";
|
3
3
|
import type { CommentReport } from "./CommentReport";
|
4
4
|
import type { Community } from "./Community";
|
5
|
+
import type { CommunityActions } from "./CommunityActions";
|
5
6
|
import type { Person } from "./Person";
|
7
|
+
import type { PersonActions } from "./PersonActions";
|
6
8
|
import type { Post } from "./Post";
|
7
|
-
import type { SubscribedType } from "./SubscribedType";
|
8
9
|
/**
|
9
10
|
* A comment report view.
|
10
11
|
*/
|
@@ -15,13 +16,10 @@ export type CommentReportView = {
|
|
15
16
|
community: Community;
|
16
17
|
creator: Person;
|
17
18
|
comment_creator: Person;
|
18
|
-
|
19
|
-
creator_banned_from_community: boolean;
|
20
|
-
creator_is_moderator: boolean;
|
21
|
-
creator_is_admin: boolean;
|
22
|
-
creator_blocked: boolean;
|
23
|
-
subscribed: SubscribedType;
|
24
|
-
saved: boolean;
|
25
|
-
my_vote?: number;
|
19
|
+
comment_actions?: CommentActions;
|
26
20
|
resolver?: Person;
|
21
|
+
creator_community_actions?: CommunityActions;
|
22
|
+
person_actions?: PersonActions;
|
23
|
+
community_actions?: CommunityActions;
|
24
|
+
creator_is_admin: boolean;
|
27
25
|
};
|
@@ -1,20 +1,19 @@
|
|
1
1
|
import type { Comment } from "./Comment";
|
2
|
-
import type {
|
2
|
+
import type { CommentActions } from "./CommentActions";
|
3
|
+
import type { CommunityActions } from "./CommunityActions";
|
4
|
+
import type { InstanceActions } from "./InstanceActions";
|
3
5
|
import type { Person } from "./Person";
|
4
|
-
import type {
|
6
|
+
import type { PersonActions } from "./PersonActions";
|
5
7
|
/**
|
6
8
|
* A slimmer comment view, without the post, or community.
|
7
9
|
*/
|
8
10
|
export type CommentSlimView = {
|
9
11
|
comment: Comment;
|
10
12
|
creator: Person;
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
13
|
+
comment_actions?: CommentActions;
|
14
|
+
person_actions?: PersonActions;
|
15
|
+
creator_community_actions?: CommunityActions;
|
16
|
+
instance_actions?: InstanceActions;
|
15
17
|
creator_is_admin: boolean;
|
16
|
-
|
17
|
-
saved: boolean;
|
18
|
-
creator_blocked: boolean;
|
19
|
-
my_vote?: number;
|
18
|
+
can_mod: boolean;
|
20
19
|
};
|
@@ -1,9 +1,11 @@
|
|
1
1
|
import type { Comment } from "./Comment";
|
2
|
-
import type {
|
2
|
+
import type { CommentActions } from "./CommentActions";
|
3
3
|
import type { Community } from "./Community";
|
4
|
+
import type { CommunityActions } from "./CommunityActions";
|
5
|
+
import type { InstanceActions } from "./InstanceActions";
|
4
6
|
import type { Person } from "./Person";
|
7
|
+
import type { PersonActions } from "./PersonActions";
|
5
8
|
import type { Post } from "./Post";
|
6
|
-
import type { SubscribedType } from "./SubscribedType";
|
7
9
|
/**
|
8
10
|
* A comment view.
|
9
11
|
*/
|
@@ -12,13 +14,11 @@ export type CommentView = {
|
|
12
14
|
creator: Person;
|
13
15
|
post: Post;
|
14
16
|
community: Community;
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
17
|
+
community_actions?: CommunityActions;
|
18
|
+
comment_actions?: CommentActions;
|
19
|
+
person_actions?: PersonActions;
|
20
|
+
instance_actions?: InstanceActions;
|
21
|
+
creator_community_actions?: CommunityActions;
|
19
22
|
creator_is_admin: boolean;
|
20
|
-
|
21
|
-
saved: boolean;
|
22
|
-
creator_blocked: boolean;
|
23
|
-
my_vote?: number;
|
23
|
+
can_mod: boolean;
|
24
24
|
};
|
@@ -31,9 +31,9 @@ export type Community = {
|
|
31
31
|
*/
|
32
32
|
nsfw: boolean;
|
33
33
|
/**
|
34
|
-
* The federated
|
34
|
+
* The federated ap_id.
|
35
35
|
*/
|
36
|
-
|
36
|
+
ap_id: DbUrl;
|
37
37
|
/**
|
38
38
|
* Whether the community is local.
|
39
39
|
*/
|
@@ -46,10 +46,6 @@ export type Community = {
|
|
46
46
|
* A URL for a banner.
|
47
47
|
*/
|
48
48
|
banner?: DbUrl;
|
49
|
-
/**
|
50
|
-
* Whether the community is hidden.
|
51
|
-
*/
|
52
|
-
hidden: boolean;
|
53
49
|
/**
|
54
50
|
* Whether posting is restricted to mods only.
|
55
51
|
*/
|
@@ -60,4 +56,27 @@ export type Community = {
|
|
60
56
|
* A shorter, one-line description of the site.
|
61
57
|
*/
|
62
58
|
description?: string;
|
59
|
+
subscribers: number;
|
60
|
+
posts: number;
|
61
|
+
comments: number;
|
62
|
+
/**
|
63
|
+
* The number of users with any activity in the last day.
|
64
|
+
*/
|
65
|
+
users_active_day: number;
|
66
|
+
/**
|
67
|
+
* The number of users with any activity in the last week.
|
68
|
+
*/
|
69
|
+
users_active_week: number;
|
70
|
+
/**
|
71
|
+
* The number of users with any activity in the last month.
|
72
|
+
*/
|
73
|
+
users_active_month: number;
|
74
|
+
/**
|
75
|
+
* The number of users with any activity in the last year.
|
76
|
+
*/
|
77
|
+
users_active_half_year: number;
|
78
|
+
subscribers_local: number;
|
79
|
+
report_count: number;
|
80
|
+
unresolved_report_count: number;
|
81
|
+
local_removed: boolean;
|
63
82
|
};
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import type { CommunityFollowerState } from "./CommunityFollowerState";
|
2
|
+
import type { CommunityId } from "./CommunityId";
|
3
|
+
import type { PersonId } from "./PersonId";
|
4
|
+
export type CommunityActions = {
|
5
|
+
community_id: CommunityId;
|
6
|
+
person_id: PersonId;
|
7
|
+
/**
|
8
|
+
* When the community was followed.
|
9
|
+
*/
|
10
|
+
followed?: string;
|
11
|
+
/**
|
12
|
+
* The state of the community follow.
|
13
|
+
*/
|
14
|
+
follow_state?: CommunityFollowerState;
|
15
|
+
/**
|
16
|
+
* The approver of the community follow.
|
17
|
+
*/
|
18
|
+
follow_approver_id?: PersonId;
|
19
|
+
/**
|
20
|
+
* When the community was blocked.
|
21
|
+
*/
|
22
|
+
blocked?: string;
|
23
|
+
/**
|
24
|
+
* When this user became a moderator.
|
25
|
+
*/
|
26
|
+
became_moderator?: string;
|
27
|
+
/**
|
28
|
+
* When this user received a ban.
|
29
|
+
*/
|
30
|
+
received_ban?: string;
|
31
|
+
/**
|
32
|
+
* When their ban expires.
|
33
|
+
*/
|
34
|
+
ban_expires?: string;
|
35
|
+
};
|
@@ -1,8 +1,6 @@
|
|
1
1
|
import type { Community } from "./Community";
|
2
|
-
import type { CommunityAggregates } from "./CommunityAggregates";
|
3
2
|
import type { CommunityReport } from "./CommunityReport";
|
4
3
|
import type { Person } from "./Person";
|
5
|
-
import type { SubscribedType } from "./SubscribedType";
|
6
4
|
/**
|
7
5
|
* A community report view.
|
8
6
|
*/
|
@@ -10,7 +8,5 @@ export type CommunityReportView = {
|
|
10
8
|
community_report: CommunityReport;
|
11
9
|
community: Community;
|
12
10
|
creator: Person;
|
13
|
-
counts: CommunityAggregates;
|
14
|
-
subscribed: SubscribedType;
|
15
11
|
resolver?: Person;
|
16
12
|
};
|
@@ -1,4 +1,4 @@
|
|
1
1
|
/**
|
2
2
|
* The community sort types. See here for descriptions: https://join-lemmy.org/docs/en/users/03-votes-and-ranking.html
|
3
3
|
*/
|
4
|
-
export type CommunitySortType = "
|
4
|
+
export type CommunitySortType = "ActiveSixMonths" | "ActiveMonthly" | "ActiveWeekly" | "ActiveDaily" | "Hot" | "New" | "Old" | "NameAsc" | "NameDesc" | "Comments" | "Posts" | "Subscribers" | "SubscribersLocal";
|
@@ -1,13 +1,12 @@
|
|
1
1
|
import type { Community } from "./Community";
|
2
|
-
import type {
|
3
|
-
import type {
|
2
|
+
import type { CommunityActions } from "./CommunityActions";
|
3
|
+
import type { InstanceActions } from "./InstanceActions";
|
4
4
|
/**
|
5
5
|
* A community view.
|
6
6
|
*/
|
7
7
|
export type CommunityView = {
|
8
8
|
community: Community;
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
banned_from_community: boolean;
|
9
|
+
community_actions?: CommunityActions;
|
10
|
+
instance_actions?: InstanceActions;
|
11
|
+
can_mod: boolean;
|
13
12
|
};
|
@@ -20,6 +20,7 @@ export type CreateSite = {
|
|
20
20
|
default_post_listing_type?: ListingType;
|
21
21
|
default_post_listing_mode?: PostListingMode;
|
22
22
|
default_post_sort_type?: PostSortType;
|
23
|
+
default_post_time_range_seconds?: number;
|
23
24
|
default_comment_sort_type?: CommentSortType;
|
24
25
|
legal_information?: string;
|
25
26
|
application_email_admins?: boolean;
|
@@ -50,4 +51,5 @@ export type CreateSite = {
|
|
50
51
|
comment_upvotes?: FederationMode;
|
51
52
|
comment_downvotes?: FederationMode;
|
52
53
|
disable_donation_dialog?: boolean;
|
54
|
+
disallow_nsfw_content?: boolean;
|
53
55
|
};
|
package/dist/types/EditPost.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
import type { LanguageId } from "./LanguageId";
|
2
2
|
import type { PostId } from "./PostId";
|
3
|
+
import type { TagId } from "./TagId";
|
3
4
|
/**
|
4
5
|
* Edit a post.
|
5
6
|
*/
|
@@ -21,6 +22,7 @@ export type EditPost = {
|
|
21
22
|
* Instead of fetching a thumbnail, use a custom one.
|
22
23
|
*/
|
23
24
|
custom_thumbnail?: string;
|
25
|
+
tags?: Array<TagId>;
|
24
26
|
/**
|
25
27
|
* Time when this post should be scheduled. Null means publish immediately.
|
26
28
|
*/
|
package/dist/types/EditSite.d.ts
CHANGED
@@ -50,6 +50,10 @@ export type EditSite = {
|
|
50
50
|
* The default post sort, usually "active"
|
51
51
|
*/
|
52
52
|
default_post_sort_type?: PostSortType;
|
53
|
+
/**
|
54
|
+
* A default time range limit to apply to post sorts, in seconds. 0 means none.
|
55
|
+
*/
|
56
|
+
default_post_time_range_seconds?: number;
|
53
57
|
/**
|
54
58
|
* The default comment sort, usually "hot"
|
55
59
|
*/
|
@@ -159,4 +163,8 @@ export type EditSite = {
|
|
159
163
|
* donations.
|
160
164
|
*/
|
161
165
|
disable_donation_dialog?: boolean;
|
166
|
+
/**
|
167
|
+
* Block NSFW content being created
|
168
|
+
*/
|
169
|
+
disallow_nsfw_content?: boolean;
|
162
170
|
};
|
@@ -7,4 +7,4 @@ export type FederationError = "InvalidCommunity" | "CannotCreatePostOrCommentInD
|
|
7
7
|
DomainBlocked: string;
|
8
8
|
} | {
|
9
9
|
DomainNotInAllowList: string;
|
10
|
-
} | "FederationDisabledByStrictAllowList" | "ContradictingFilters" | "UrlWithoutDomain" | "InboxTimeout" | "CantDeleteSite" | "ObjectIsNotPublic" | "ObjectIsNotPrivate" | "Unreachable";
|
10
|
+
} | "FederationDisabledByStrictAllowList" | "ContradictingFilters" | "UrlWithoutDomain" | "InboxTimeout" | "CantDeleteSite" | "ObjectIsNotPublic" | "ObjectIsNotPrivate" | "PlatformLackingPrivateCommunitySupport" | "Unreachable";
|
@@ -9,6 +9,11 @@ import type { PostId } from "./PostId";
|
|
9
9
|
export type GetComments = {
|
10
10
|
type_?: ListingType;
|
11
11
|
sort?: CommentSortType;
|
12
|
+
/**
|
13
|
+
* Filter to within a given time range, in seconds.
|
14
|
+
* IE 60 would give results for the past minute.
|
15
|
+
*/
|
16
|
+
time_range_seconds?: number;
|
12
17
|
max_depth?: number;
|
13
18
|
page?: number;
|
14
19
|
limit?: number;
|