lemmy-js-client 1.0.0-media-fixes.1 → 1.0.0-mod-reason-mandatory.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.
Files changed (277) hide show
  1. package/README.md +6 -0
  2. package/dist/http.d.ts +102 -41
  3. package/dist/http.js +277 -81
  4. package/dist/index.d.ts +60 -34
  5. package/dist/other_types.d.ts +22 -4
  6. package/dist/types/AdminAdd.d.ts +12 -0
  7. package/dist/types/AdminAddId.d.ts +1 -0
  8. package/dist/types/{ModAddView.d.ts → AdminAddView.d.ts} +3 -3
  9. package/dist/types/AdminAllowInstance.d.ts +2 -2
  10. package/dist/types/AdminAllowInstanceParams.d.ts +1 -1
  11. package/dist/types/{ModBan.d.ts → AdminBan.d.ts} +6 -6
  12. package/dist/types/AdminBanId.d.ts +1 -0
  13. package/dist/types/{ModBanView.d.ts → AdminBanView.d.ts} +3 -3
  14. package/dist/types/AdminBlockInstance.d.ts +3 -3
  15. package/dist/types/AdminBlockInstanceParams.d.ts +2 -2
  16. package/dist/types/AdminListUsers.d.ts +7 -0
  17. package/dist/types/{BannedPersonsResponse.d.ts → AdminListUsersResponse.d.ts} +4 -6
  18. package/dist/types/AdminPurgeComment.d.ts +2 -2
  19. package/dist/types/AdminPurgeCommunity.d.ts +2 -2
  20. package/dist/types/AdminPurgePerson.d.ts +2 -2
  21. package/dist/types/AdminPurgePost.d.ts +2 -2
  22. package/dist/types/{ModRemoveCommunity.d.ts → AdminRemoveCommunity.d.ts} +5 -5
  23. package/dist/types/AdminRemoveCommunityId.d.ts +1 -0
  24. package/dist/types/AdminRemoveCommunityView.d.ts +11 -0
  25. package/dist/types/BanFromCommunity.d.ts +2 -2
  26. package/dist/types/BanPerson.d.ts +2 -2
  27. package/dist/types/Comment.d.ts +6 -2
  28. package/dist/types/CommentActions.d.ts +2 -6
  29. package/dist/types/CommentActions.js +1 -0
  30. package/dist/types/CommentReport.d.ts +2 -2
  31. package/dist/types/CommentReportView.d.ts +3 -1
  32. package/dist/types/CommentResponse.d.ts +0 -2
  33. package/dist/types/CommentSlimView.d.ts +2 -6
  34. package/dist/types/CommentView.d.ts +4 -5
  35. package/dist/types/Community.d.ts +2 -2
  36. package/dist/types/CommunityActions.d.ts +7 -13
  37. package/dist/types/CommunityIdQuery.d.ts +8 -0
  38. package/dist/types/CommunityNotificationsMode.d.ts +4 -0
  39. package/dist/types/CommunityReport.d.ts +2 -2
  40. package/dist/types/CommunityReportView.d.ts +4 -0
  41. package/dist/types/CommunityView.d.ts +0 -2
  42. package/dist/types/CreateCommunityTag.d.ts +3 -1
  43. package/dist/types/CreateMultiCommunity.d.ts +5 -0
  44. package/dist/types/CreateOrDeleteMultiCommunityEntry.d.ts +6 -0
  45. package/dist/types/CreatePost.d.ts +1 -1
  46. package/dist/types/CreateSite.d.ts +17 -14
  47. package/dist/types/CustomEmoji.d.ts +2 -2
  48. package/dist/types/EditPost.d.ts +1 -1
  49. package/dist/types/EditSite.d.ts +30 -20
  50. package/dist/types/ExportDataResponse.d.ts +13 -0
  51. package/dist/types/FederationBlockList.d.ts +3 -3
  52. package/dist/types/FederationError.d.ts +4 -2
  53. package/dist/types/FollowMultiCommunity.d.ts +5 -0
  54. package/dist/types/GetComments.d.ts +3 -3
  55. package/dist/types/GetCommentsResponse.d.ts +3 -0
  56. package/dist/types/GetCommentsSlimResponse.d.ts +3 -0
  57. package/dist/types/GetModlog.d.ts +1 -0
  58. package/dist/types/GetModlogResponse.d.ts +1 -0
  59. package/dist/types/GetMultiCommunity.d.ts +4 -0
  60. package/dist/types/GetMultiCommunityResponse.d.ts +6 -0
  61. package/dist/types/GetPosts.d.ts +5 -11
  62. package/dist/types/GetPostsResponse.d.ts +3 -2
  63. package/dist/types/HideCommunity.d.ts +1 -1
  64. package/dist/types/Instance.d.ts +4 -3
  65. package/dist/types/InstanceActions.d.ts +8 -8
  66. package/dist/types/InstanceActions.js +1 -0
  67. package/dist/types/InstanceWithFederationState.d.ts +2 -2
  68. package/dist/types/LemmyErrorType.d.ts +29 -81
  69. package/dist/types/LikeType.d.ts +4 -0
  70. package/dist/types/LinkMetadata.d.ts +4 -0
  71. package/dist/types/ListCommentLikes.d.ts +3 -1
  72. package/dist/types/ListCommentLikesResponse.d.ts +6 -0
  73. package/dist/types/ListCommunities.d.ts +3 -1
  74. package/dist/types/ListCommunitiesResponse.d.ts +6 -0
  75. package/dist/types/ListCommunityPendingFollows.d.ts +3 -1
  76. package/dist/types/ListCommunityPendingFollows.js +0 -1
  77. package/dist/types/ListCommunityPendingFollowsResponse.d.ts +6 -0
  78. package/dist/types/ListCustomEmojis.d.ts +0 -3
  79. package/dist/types/ListMedia.d.ts +3 -1
  80. package/dist/types/ListMedia.js +0 -1
  81. package/dist/types/ListMediaResponse.d.ts +6 -0
  82. package/dist/types/ListMultiCommunities.d.ts +5 -0
  83. package/dist/types/ListMultiCommunitiesResponse.d.ts +4 -0
  84. package/dist/types/{ListInbox.d.ts → ListNotifications.d.ts} +4 -3
  85. package/dist/types/{ListInboxResponse.d.ts → ListNotificationsResponse.d.ts} +4 -3
  86. package/dist/types/ListPersonContent.d.ts +1 -0
  87. package/dist/types/ListPersonContentResponse.d.ts +1 -0
  88. package/dist/types/{ListBannedPersons.d.ts → ListPersonHidden.d.ts} +2 -2
  89. package/dist/types/ListPersonHiddenResponse.d.ts +13 -0
  90. package/dist/types/ListPersonLiked.d.ts +13 -0
  91. package/dist/types/ListPersonLikedResponse.d.ts +13 -0
  92. package/dist/types/ListPersonRead.d.ts +9 -0
  93. package/dist/types/ListPersonReadResponse.d.ts +13 -0
  94. package/dist/types/ListPersonSaved.d.ts +1 -0
  95. package/dist/types/ListPersonSavedResponse.d.ts +1 -0
  96. package/dist/types/ListPostLikes.d.ts +3 -1
  97. package/dist/types/ListPostLikesResponse.d.ts +6 -0
  98. package/dist/types/ListRegistrationApplications.d.ts +3 -1
  99. package/dist/types/ListRegistrationApplications.js +0 -1
  100. package/dist/types/ListRegistrationApplicationsResponse.d.ts +6 -0
  101. package/dist/types/ListReports.d.ts +1 -0
  102. package/dist/types/ListReportsResponse.d.ts +1 -0
  103. package/dist/types/ListTaglines.d.ts +3 -1
  104. package/dist/types/ListTaglines.js +0 -1
  105. package/dist/types/ListTaglinesResponse.d.ts +6 -0
  106. package/dist/types/ListingType.d.ts +1 -1
  107. package/dist/types/LocalImage.d.ts +8 -3
  108. package/dist/types/LocalImageView.d.ts +2 -0
  109. package/dist/types/LocalSite.d.ts +11 -10
  110. package/dist/types/LocalSiteRateLimit.d.ts +16 -16
  111. package/dist/types/LocalSiteUrlBlocklist.d.ts +2 -2
  112. package/dist/types/LocalUser.d.ts +13 -10
  113. package/dist/types/LocalUserView.d.ts +2 -2
  114. package/dist/types/LockComment.d.ts +9 -0
  115. package/dist/types/LockPost.d.ts +1 -0
  116. package/dist/types/Login.d.ts +3 -0
  117. package/dist/types/LoginToken.d.ts +1 -1
  118. package/dist/types/MarkNotificationAsRead.d.ts +8 -0
  119. package/dist/types/MarkNotificationAsRead.js +2 -0
  120. package/dist/types/{ModAddCommunity.d.ts → ModAddToCommunity.d.ts} +4 -4
  121. package/dist/types/ModAddToCommunity.js +2 -0
  122. package/dist/types/ModAddToCommunityId.d.ts +1 -0
  123. package/dist/types/{ModAddCommunityView.d.ts → ModAddToCommunityView.d.ts} +3 -3
  124. package/dist/types/ModAddToCommunityView.js +2 -0
  125. package/dist/types/ModBanFromCommunity.d.ts +3 -3
  126. package/dist/types/ModChangeCommunityVisibility.d.ts +1 -2
  127. package/dist/types/ModEditPost.d.ts +10 -0
  128. package/dist/types/ModEditPost.js +2 -0
  129. package/dist/types/ModFeaturePost.d.ts +1 -1
  130. package/dist/types/ModLockComment.d.ts +14 -0
  131. package/dist/types/ModLockComment.js +2 -0
  132. package/dist/types/ModLockCommentId.d.ts +1 -0
  133. package/dist/types/ModLockCommentView.d.ts +16 -0
  134. package/dist/types/ModLockCommentView.js +2 -0
  135. package/dist/types/ModLockPost.d.ts +2 -1
  136. package/dist/types/ModRemoveComment.d.ts +2 -2
  137. package/dist/types/ModRemovePost.d.ts +2 -2
  138. package/dist/types/ModTransferCommunity.d.ts +1 -1
  139. package/dist/types/ModlogActionType.d.ts +1 -1
  140. package/dist/types/ModlogCombinedView.d.ts +16 -13
  141. package/dist/types/MultiCommunity.d.ts +17 -0
  142. package/dist/types/MultiCommunity.js +2 -0
  143. package/dist/types/MultiCommunityFollow.d.ts +8 -0
  144. package/dist/types/MultiCommunityFollow.js +2 -0
  145. package/dist/types/MultiCommunityId.d.ts +1 -0
  146. package/dist/types/MultiCommunityView.d.ts +6 -0
  147. package/dist/types/MultiCommunityView.js +2 -0
  148. package/dist/types/MyUserInfo.d.ts +3 -1
  149. package/dist/types/NotePerson.d.ts +10 -0
  150. package/dist/types/NotePerson.js +2 -0
  151. package/dist/types/Notification.d.ts +16 -0
  152. package/dist/types/Notification.js +2 -0
  153. package/dist/types/NotificationData.d.ts +10 -0
  154. package/dist/types/NotificationData.js +2 -0
  155. package/dist/types/NotificationDataType.d.ts +4 -0
  156. package/dist/types/NotificationDataType.js +3 -0
  157. package/dist/types/NotificationId.d.ts +1 -0
  158. package/dist/types/NotificationId.js +3 -0
  159. package/dist/types/NotificationTypes.d.ts +4 -0
  160. package/dist/types/NotificationTypes.js +3 -0
  161. package/dist/types/NotificationView.d.ts +6 -0
  162. package/dist/types/NotificationView.js +2 -0
  163. package/dist/types/OAuthAccount.d.ts +2 -2
  164. package/dist/types/OAuthProvider.d.ts +2 -2
  165. package/dist/types/OpenGraphData.d.ts +4 -0
  166. package/dist/types/Person.d.ts +2 -2
  167. package/dist/types/PersonActions.d.ts +21 -4
  168. package/dist/types/PersonActions.js +1 -0
  169. package/dist/types/PersonLikedCombinedView.d.ts +7 -0
  170. package/dist/types/PersonLikedCombinedView.js +2 -0
  171. package/dist/types/PersonView.d.ts +4 -4
  172. package/dist/types/Post.d.ts +6 -4
  173. package/dist/types/PostActions.d.ts +7 -9
  174. package/dist/types/PostNotificationsMode.d.ts +4 -0
  175. package/dist/types/PostNotificationsMode.js +3 -0
  176. package/dist/types/PostOrCommentOrPrivateMessage.d.ts +10 -0
  177. package/dist/types/PostOrCommentOrPrivateMessage.js +2 -0
  178. package/dist/types/PostReport.d.ts +2 -2
  179. package/dist/types/PostReportView.d.ts +3 -1
  180. package/dist/types/PostView.d.ts +4 -5
  181. package/dist/types/PrivateMessage.d.ts +2 -3
  182. package/dist/types/PrivateMessageReport.d.ts +2 -2
  183. package/dist/types/PrivateMessageReportView.d.ts +2 -0
  184. package/dist/types/PurgeComment.d.ts +1 -1
  185. package/dist/types/PurgeCommunity.d.ts +1 -1
  186. package/dist/types/PurgePerson.d.ts +1 -1
  187. package/dist/types/PurgePost.d.ts +1 -1
  188. package/dist/types/ReadableFederationState.d.ts +2 -2
  189. package/dist/types/RegistrationApplication.d.ts +1 -1
  190. package/dist/types/RemoveComment.d.ts +1 -1
  191. package/dist/types/RemoveCommunity.d.ts +1 -1
  192. package/dist/types/RemovePost.d.ts +1 -1
  193. package/dist/types/SaveUserSettings.d.ts +12 -2
  194. package/dist/types/Search.d.ts +6 -1
  195. package/dist/types/SearchCombinedView.d.ts +4 -1
  196. package/dist/types/SearchResponse.d.ts +1 -0
  197. package/dist/types/SearchType.d.ts +1 -1
  198. package/dist/types/Site.d.ts +4 -3
  199. package/dist/types/SiteResponse.d.ts +0 -4
  200. package/dist/types/Tag.d.ts +8 -16
  201. package/dist/types/Tagline.d.ts +4 -3
  202. package/dist/types/Tagline.js +0 -1
  203. package/dist/types/TagsView.d.ts +1 -1
  204. package/dist/types/UpdateCommunityNotifications.d.ts +9 -0
  205. package/dist/types/UpdateCommunityNotifications.js +2 -0
  206. package/dist/types/UpdateCommunityTag.d.ts +3 -2
  207. package/dist/types/UpdateMultiCommunity.d.ts +7 -0
  208. package/dist/types/UpdateMultiCommunity.js +2 -0
  209. package/dist/types/UpdatePostNotifications.d.ts +9 -0
  210. package/dist/types/UpdatePostNotifications.js +2 -0
  211. package/dist/types/UserBlockInstanceCommunitiesParams.d.ts +8 -0
  212. package/dist/types/UserBlockInstanceCommunitiesParams.js +2 -0
  213. package/dist/types/{UserBlockInstanceParams.d.ts → UserBlockInstancePersonsParams.d.ts} +2 -2
  214. package/dist/types/UserBlockInstancePersonsParams.js +2 -0
  215. package/dist/types/UserSettingsBackup.d.ts +27 -0
  216. package/dist/types/UserSettingsBackup.js +2 -0
  217. package/dist/types/VoteShow.d.ts +4 -0
  218. package/dist/types/VoteShow.js +3 -0
  219. package/dist/types/VoteView.d.ts +1 -0
  220. package/package.json +7 -6
  221. package/dist/types/CommentReply.d.ts +0 -13
  222. package/dist/types/CommentReplyId.d.ts +0 -4
  223. package/dist/types/CommentReplyView.d.ts +0 -32
  224. package/dist/types/InboxCombinedView.d.ts +0 -13
  225. package/dist/types/InboxDataType.d.ts +0 -4
  226. package/dist/types/MarkCommentReplyAsRead.d.ts +0 -8
  227. package/dist/types/MarkPersonCommentMentionAsRead.d.ts +0 -8
  228. package/dist/types/MarkPersonPostMentionAsRead.d.ts +0 -8
  229. package/dist/types/MarkPrivateMessageAsRead.d.ts +0 -8
  230. package/dist/types/ModAdd.d.ts +0 -12
  231. package/dist/types/ModAddCommunityId.d.ts +0 -1
  232. package/dist/types/ModAddId.d.ts +0 -1
  233. package/dist/types/ModBanId.d.ts +0 -1
  234. package/dist/types/ModRemoveCommunityId.d.ts +0 -1
  235. package/dist/types/ModRemoveCommunityView.d.ts +0 -11
  236. package/dist/types/PersonCommentMention.d.ts +0 -13
  237. package/dist/types/PersonCommentMentionId.d.ts +0 -4
  238. package/dist/types/PersonCommentMentionView.d.ts +0 -30
  239. package/dist/types/PersonPostMention.d.ts +0 -13
  240. package/dist/types/PersonPostMentionId.d.ts +0 -4
  241. package/dist/types/PersonPostMentionView.d.ts +0 -32
  242. package/dist/types/PostPaginationCursor.d.ts +0 -7
  243. package/dist/types/ResolveObjectResponse.d.ts +0 -13
  244. /package/dist/types/{BannedPersonsResponse.js → AdminAdd.js} +0 -0
  245. /package/dist/types/{CommentReplyId.js → AdminAddId.js} +0 -0
  246. /package/dist/types/{CommentReply.js → AdminAddView.js} +0 -0
  247. /package/dist/types/{CommentReplyView.js → AdminBan.js} +0 -0
  248. /package/dist/types/{InboxDataType.js → AdminBanId.js} +0 -0
  249. /package/dist/types/{InboxCombinedView.js → AdminBanView.js} +0 -0
  250. /package/dist/types/{ListBannedPersons.js → AdminListUsers.js} +0 -0
  251. /package/dist/types/{ListInbox.js → AdminListUsersResponse.js} +0 -0
  252. /package/dist/types/{ListInboxResponse.js → AdminRemoveCommunity.js} +0 -0
  253. /package/dist/types/{ModAddCommunityId.js → AdminRemoveCommunityId.js} +0 -0
  254. /package/dist/types/{MarkCommentReplyAsRead.js → AdminRemoveCommunityView.js} +0 -0
  255. /package/dist/types/{MarkPersonCommentMentionAsRead.js → CommunityIdQuery.js} +0 -0
  256. /package/dist/types/{ModAddId.js → CommunityNotificationsMode.js} +0 -0
  257. /package/dist/types/{ModBanId.js → CreateMultiCommunity.js} +0 -0
  258. /package/dist/types/{MarkPersonPostMentionAsRead.js → CreateOrDeleteMultiCommunityEntry.js} +0 -0
  259. /package/dist/types/{MarkPrivateMessageAsRead.js → ExportDataResponse.js} +0 -0
  260. /package/dist/types/{ModAdd.js → FollowMultiCommunity.js} +0 -0
  261. /package/dist/types/{ModAddCommunity.js → GetMultiCommunity.js} +0 -0
  262. /package/dist/types/{ModAddCommunityView.js → GetMultiCommunityResponse.js} +0 -0
  263. /package/dist/types/{ModRemoveCommunityId.js → LikeType.js} +0 -0
  264. /package/dist/types/{ModAddView.js → ListMultiCommunities.js} +0 -0
  265. /package/dist/types/{ModBan.js → ListMultiCommunitiesResponse.js} +0 -0
  266. /package/dist/types/{ModBanView.js → ListNotifications.js} +0 -0
  267. /package/dist/types/{ModRemoveCommunity.js → ListNotificationsResponse.js} +0 -0
  268. /package/dist/types/{ModRemoveCommunityView.js → ListPersonHidden.js} +0 -0
  269. /package/dist/types/{PersonCommentMention.js → ListPersonHiddenResponse.js} +0 -0
  270. /package/dist/types/{PersonCommentMentionView.js → ListPersonLiked.js} +0 -0
  271. /package/dist/types/{PersonPostMention.js → ListPersonLikedResponse.js} +0 -0
  272. /package/dist/types/{PersonPostMentionView.js → ListPersonRead.js} +0 -0
  273. /package/dist/types/{ResolveObjectResponse.js → ListPersonReadResponse.js} +0 -0
  274. /package/dist/types/{UserBlockInstanceParams.js → LockComment.js} +0 -0
  275. /package/dist/types/{PersonCommentMentionId.js → ModAddToCommunityId.js} +0 -0
  276. /package/dist/types/{PersonPostMentionId.js → ModLockCommentId.js} +0 -0
  277. /package/dist/types/{PostPaginationCursor.js → MultiCommunityId.js} +0 -0
package/dist/index.d.ts CHANGED
@@ -5,14 +5,22 @@ export { AddAdmin } from "./types/AddAdmin";
5
5
  export { AddAdminResponse } from "./types/AddAdminResponse";
6
6
  export { AddModToCommunity } from "./types/AddModToCommunity";
7
7
  export { AddModToCommunityResponse } from "./types/AddModToCommunityResponse";
8
+ export { AdminAdd } from "./types/AdminAdd";
9
+ export { AdminAddId } from "./types/AdminAddId";
10
+ export { AdminAddView } from "./types/AdminAddView";
8
11
  export { AdminAllowInstance } from "./types/AdminAllowInstance";
9
12
  export { AdminAllowInstanceId } from "./types/AdminAllowInstanceId";
10
13
  export { AdminAllowInstanceParams } from "./types/AdminAllowInstanceParams";
11
14
  export { AdminAllowInstanceView } from "./types/AdminAllowInstanceView";
15
+ export { AdminBan } from "./types/AdminBan";
16
+ export { AdminBanId } from "./types/AdminBanId";
17
+ export { AdminBanView } from "./types/AdminBanView";
12
18
  export { AdminBlockInstance } from "./types/AdminBlockInstance";
13
19
  export { AdminBlockInstanceId } from "./types/AdminBlockInstanceId";
14
20
  export { AdminBlockInstanceParams } from "./types/AdminBlockInstanceParams";
15
21
  export { AdminBlockInstanceView } from "./types/AdminBlockInstanceView";
22
+ export { AdminListUsers } from "./types/AdminListUsers";
23
+ export { AdminListUsersResponse } from "./types/AdminListUsersResponse";
16
24
  export { AdminPurgeComment } from "./types/AdminPurgeComment";
17
25
  export { AdminPurgeCommentId } from "./types/AdminPurgeCommentId";
18
26
  export { AdminPurgeCommentView } from "./types/AdminPurgeCommentView";
@@ -25,6 +33,9 @@ export { AdminPurgePersonView } from "./types/AdminPurgePersonView";
25
33
  export { AdminPurgePost } from "./types/AdminPurgePost";
26
34
  export { AdminPurgePostId } from "./types/AdminPurgePostId";
27
35
  export { AdminPurgePostView } from "./types/AdminPurgePostView";
36
+ export { AdminRemoveCommunity } from "./types/AdminRemoveCommunity";
37
+ export { AdminRemoveCommunityId } from "./types/AdminRemoveCommunityId";
38
+ export { AdminRemoveCommunityView } from "./types/AdminRemoveCommunityView";
28
39
  export { ApproveCommunityPendingFollower } from "./types/ApproveCommunityPendingFollower";
29
40
  export { ApproveRegistrationApplication } from "./types/ApproveRegistrationApplication";
30
41
  export { AuthenticateWithOauth } from "./types/AuthenticateWithOauth";
@@ -32,7 +43,6 @@ export { BanFromCommunity } from "./types/BanFromCommunity";
32
43
  export { BanFromCommunityResponse } from "./types/BanFromCommunityResponse";
33
44
  export { BanPerson } from "./types/BanPerson";
34
45
  export { BanPersonResponse } from "./types/BanPersonResponse";
35
- export { BannedPersonsResponse } from "./types/BannedPersonsResponse";
36
46
  export { BlockCommunity } from "./types/BlockCommunity";
37
47
  export { BlockCommunityResponse } from "./types/BlockCommunityResponse";
38
48
  export { BlockPerson } from "./types/BlockPerson";
@@ -42,9 +52,6 @@ export { ChangePassword } from "./types/ChangePassword";
42
52
  export { Comment } from "./types/Comment";
43
53
  export { CommentActions } from "./types/CommentActions";
44
54
  export { CommentId } from "./types/CommentId";
45
- export { CommentReply } from "./types/CommentReply";
46
- export { CommentReplyId } from "./types/CommentReplyId";
47
- export { CommentReplyView } from "./types/CommentReplyView";
48
55
  export { CommentReport } from "./types/CommentReport";
49
56
  export { CommentReportId } from "./types/CommentReportId";
50
57
  export { CommentReportResponse } from "./types/CommentReportResponse";
@@ -58,7 +65,9 @@ export { CommunityActions } from "./types/CommunityActions";
58
65
  export { CommunityFollowerState } from "./types/CommunityFollowerState";
59
66
  export { CommunityFollowerView } from "./types/CommunityFollowerView";
60
67
  export { CommunityId } from "./types/CommunityId";
68
+ export { CommunityIdQuery } from "./types/CommunityIdQuery";
61
69
  export { CommunityModeratorView } from "./types/CommunityModeratorView";
70
+ export { CommunityNotificationsMode } from "./types/CommunityNotificationsMode";
62
71
  export { CommunityReport } from "./types/CommunityReport";
63
72
  export { CommunityReportId } from "./types/CommunityReportId";
64
73
  export { CommunityReportResponse } from "./types/CommunityReportResponse";
@@ -74,7 +83,9 @@ export { CreateCommunity } from "./types/CreateCommunity";
74
83
  export { CreateCommunityReport } from "./types/CreateCommunityReport";
75
84
  export { CreateCommunityTag } from "./types/CreateCommunityTag";
76
85
  export { CreateCustomEmoji } from "./types/CreateCustomEmoji";
86
+ export { CreateMultiCommunity } from "./types/CreateMultiCommunity";
77
87
  export { CreateOAuthProvider } from "./types/CreateOAuthProvider";
88
+ export { CreateOrDeleteMultiCommunityEntry } from "./types/CreateOrDeleteMultiCommunityEntry";
78
89
  export { CreatePost } from "./types/CreatePost";
79
90
  export { CreatePostLike } from "./types/CreatePostLike";
80
91
  export { CreatePostReport } from "./types/CreatePostReport";
@@ -106,12 +117,14 @@ export { EditOAuthProvider } from "./types/EditOAuthProvider";
106
117
  export { EditPost } from "./types/EditPost";
107
118
  export { EditPrivateMessage } from "./types/EditPrivateMessage";
108
119
  export { EditSite } from "./types/EditSite";
120
+ export { ExportDataResponse } from "./types/ExportDataResponse";
109
121
  export { FeaturePost } from "./types/FeaturePost";
110
122
  export { FederatedInstances } from "./types/FederatedInstances";
111
123
  export { FederationBlockList } from "./types/FederationBlockList";
112
124
  export { FederationError } from "./types/FederationError";
113
125
  export { FederationMode } from "./types/FederationMode";
114
126
  export { FollowCommunity } from "./types/FollowCommunity";
127
+ export { FollowMultiCommunity } from "./types/FollowMultiCommunity";
115
128
  export { GenerateTotpSecretResponse } from "./types/GenerateTotpSecretResponse";
116
129
  export { GetCaptchaResponse } from "./types/GetCaptchaResponse";
117
130
  export { GetComment } from "./types/GetComment";
@@ -125,6 +138,8 @@ export { GetCommunityResponse } from "./types/GetCommunityResponse";
125
138
  export { GetFederatedInstancesResponse } from "./types/GetFederatedInstancesResponse";
126
139
  export { GetModlog } from "./types/GetModlog";
127
140
  export { GetModlogResponse } from "./types/GetModlogResponse";
141
+ export { GetMultiCommunity } from "./types/GetMultiCommunity";
142
+ export { GetMultiCommunityResponse } from "./types/GetMultiCommunityResponse";
128
143
  export { GetPersonDetails } from "./types/GetPersonDetails";
129
144
  export { GetPersonDetailsResponse } from "./types/GetPersonDetailsResponse";
130
145
  export { GetPost } from "./types/GetPost";
@@ -145,8 +160,6 @@ export { HidePost } from "./types/HidePost";
145
160
  export { ImageDetails } from "./types/ImageDetails";
146
161
  export { ImageGetParams } from "./types/ImageGetParams";
147
162
  export { ImageProxyParams } from "./types/ImageProxyParams";
148
- export { InboxCombinedView } from "./types/InboxCombinedView";
149
- export { InboxDataType } from "./types/InboxDataType";
150
163
  export { Instance } from "./types/Instance";
151
164
  export { InstanceActions } from "./types/InstanceActions";
152
165
  export { InstanceId } from "./types/InstanceId";
@@ -154,8 +167,8 @@ export { InstanceWithFederationState } from "./types/InstanceWithFederationState
154
167
  export { Language } from "./types/Language";
155
168
  export { LanguageId } from "./types/LanguageId";
156
169
  export { LemmyErrorType } from "./types/LemmyErrorType";
170
+ export { LikeType } from "./types/LikeType";
157
171
  export { LinkMetadata } from "./types/LinkMetadata";
158
- export { ListBannedPersons } from "./types/ListBannedPersons";
159
172
  export { ListCommentLikes } from "./types/ListCommentLikes";
160
173
  export { ListCommentLikesResponse } from "./types/ListCommentLikesResponse";
161
174
  export { ListCommunities } from "./types/ListCommunities";
@@ -164,13 +177,21 @@ export { ListCommunityPendingFollows } from "./types/ListCommunityPendingFollows
164
177
  export { ListCommunityPendingFollowsResponse } from "./types/ListCommunityPendingFollowsResponse";
165
178
  export { ListCustomEmojis } from "./types/ListCustomEmojis";
166
179
  export { ListCustomEmojisResponse } from "./types/ListCustomEmojisResponse";
167
- export { ListInbox } from "./types/ListInbox";
168
- export { ListInboxResponse } from "./types/ListInboxResponse";
169
180
  export { ListLoginsResponse } from "./types/ListLoginsResponse";
170
181
  export { ListMedia } from "./types/ListMedia";
171
182
  export { ListMediaResponse } from "./types/ListMediaResponse";
183
+ export { ListMultiCommunities } from "./types/ListMultiCommunities";
184
+ export { ListMultiCommunitiesResponse } from "./types/ListMultiCommunitiesResponse";
185
+ export { ListNotifications } from "./types/ListNotifications";
186
+ export { ListNotificationsResponse } from "./types/ListNotificationsResponse";
172
187
  export { ListPersonContent } from "./types/ListPersonContent";
173
188
  export { ListPersonContentResponse } from "./types/ListPersonContentResponse";
189
+ export { ListPersonHidden } from "./types/ListPersonHidden";
190
+ export { ListPersonHiddenResponse } from "./types/ListPersonHiddenResponse";
191
+ export { ListPersonLiked } from "./types/ListPersonLiked";
192
+ export { ListPersonLikedResponse } from "./types/ListPersonLikedResponse";
193
+ export { ListPersonRead } from "./types/ListPersonRead";
194
+ export { ListPersonReadResponse } from "./types/ListPersonReadResponse";
174
195
  export { ListPersonSaved } from "./types/ListPersonSaved";
175
196
  export { ListPersonSavedResponse } from "./types/ListPersonSavedResponse";
176
197
  export { ListPostLikes } from "./types/ListPostLikes";
@@ -191,43 +212,36 @@ export { LocalSiteUrlBlocklist } from "./types/LocalSiteUrlBlocklist";
191
212
  export { LocalUser } from "./types/LocalUser";
192
213
  export { LocalUserId } from "./types/LocalUserId";
193
214
  export { LocalUserView } from "./types/LocalUserView";
215
+ export { LockComment } from "./types/LockComment";
194
216
  export { LockPost } from "./types/LockPost";
195
217
  export { Login } from "./types/Login";
196
218
  export { LoginResponse } from "./types/LoginResponse";
197
219
  export { LoginToken } from "./types/LoginToken";
198
- export { MarkCommentReplyAsRead } from "./types/MarkCommentReplyAsRead";
199
220
  export { MarkManyPostsAsRead } from "./types/MarkManyPostsAsRead";
200
- export { MarkPersonCommentMentionAsRead } from "./types/MarkPersonCommentMentionAsRead";
201
- export { MarkPersonPostMentionAsRead } from "./types/MarkPersonPostMentionAsRead";
221
+ export { MarkNotificationAsRead } from "./types/MarkNotificationAsRead";
202
222
  export { MarkPostAsRead } from "./types/MarkPostAsRead";
203
- export { MarkPrivateMessageAsRead } from "./types/MarkPrivateMessageAsRead";
204
- export { ModAdd } from "./types/ModAdd";
205
- export { ModAddCommunity } from "./types/ModAddCommunity";
206
- export { ModAddCommunityId } from "./types/ModAddCommunityId";
207
- export { ModAddCommunityView } from "./types/ModAddCommunityView";
208
- export { ModAddId } from "./types/ModAddId";
209
- export { ModAddView } from "./types/ModAddView";
210
- export { ModBan } from "./types/ModBan";
223
+ export { ModAddToCommunity } from "./types/ModAddToCommunity";
224
+ export { ModAddToCommunityId } from "./types/ModAddToCommunityId";
225
+ export { ModAddToCommunityView } from "./types/ModAddToCommunityView";
211
226
  export { ModBanFromCommunity } from "./types/ModBanFromCommunity";
212
227
  export { ModBanFromCommunityId } from "./types/ModBanFromCommunityId";
213
228
  export { ModBanFromCommunityView } from "./types/ModBanFromCommunityView";
214
- export { ModBanId } from "./types/ModBanId";
215
- export { ModBanView } from "./types/ModBanView";
216
229
  export { ModChangeCommunityVisibility } from "./types/ModChangeCommunityVisibility";
217
230
  export { ModChangeCommunityVisibilityId } from "./types/ModChangeCommunityVisibilityId";
218
231
  export { ModChangeCommunityVisibilityView } from "./types/ModChangeCommunityVisibilityView";
232
+ export { ModEditPost } from "./types/ModEditPost";
219
233
  export { ModFeaturePost } from "./types/ModFeaturePost";
220
234
  export { ModFeaturePostId } from "./types/ModFeaturePostId";
221
235
  export { ModFeaturePostView } from "./types/ModFeaturePostView";
236
+ export { ModLockComment } from "./types/ModLockComment";
237
+ export { ModLockCommentId } from "./types/ModLockCommentId";
238
+ export { ModLockCommentView } from "./types/ModLockCommentView";
222
239
  export { ModLockPost } from "./types/ModLockPost";
223
240
  export { ModLockPostId } from "./types/ModLockPostId";
224
241
  export { ModLockPostView } from "./types/ModLockPostView";
225
242
  export { ModRemoveComment } from "./types/ModRemoveComment";
226
243
  export { ModRemoveCommentId } from "./types/ModRemoveCommentId";
227
244
  export { ModRemoveCommentView } from "./types/ModRemoveCommentView";
228
- export { ModRemoveCommunity } from "./types/ModRemoveCommunity";
229
- export { ModRemoveCommunityId } from "./types/ModRemoveCommunityId";
230
- export { ModRemoveCommunityView } from "./types/ModRemoveCommunityView";
231
245
  export { ModRemovePost } from "./types/ModRemovePost";
232
246
  export { ModRemovePostId } from "./types/ModRemovePostId";
233
247
  export { ModRemovePostView } from "./types/ModRemovePostView";
@@ -236,7 +250,18 @@ export { ModTransferCommunityId } from "./types/ModTransferCommunityId";
236
250
  export { ModTransferCommunityView } from "./types/ModTransferCommunityView";
237
251
  export { ModlogActionType } from "./types/ModlogActionType";
238
252
  export { ModlogCombinedView } from "./types/ModlogCombinedView";
253
+ export { MultiCommunity } from "./types/MultiCommunity";
254
+ export { MultiCommunityFollow } from "./types/MultiCommunityFollow";
255
+ export { MultiCommunityId } from "./types/MultiCommunityId";
256
+ export { MultiCommunityView } from "./types/MultiCommunityView";
239
257
  export { MyUserInfo } from "./types/MyUserInfo";
258
+ export { NotePerson } from "./types/NotePerson";
259
+ export { Notification } from "./types/Notification";
260
+ export { NotificationData } from "./types/NotificationData";
261
+ export { NotificationDataType } from "./types/NotificationDataType";
262
+ export { NotificationId } from "./types/NotificationId";
263
+ export { NotificationTypes } from "./types/NotificationTypes";
264
+ export { NotificationView } from "./types/NotificationView";
240
265
  export { OAuthAccount } from "./types/OAuthAccount";
241
266
  export { OAuthProvider } from "./types/OAuthProvider";
242
267
  export { OAuthProviderId } from "./types/OAuthProviderId";
@@ -247,15 +272,10 @@ export { PasswordReset } from "./types/PasswordReset";
247
272
  export { PendingFollow } from "./types/PendingFollow";
248
273
  export { Person } from "./types/Person";
249
274
  export { PersonActions } from "./types/PersonActions";
250
- export { PersonCommentMention } from "./types/PersonCommentMention";
251
- export { PersonCommentMentionId } from "./types/PersonCommentMentionId";
252
- export { PersonCommentMentionView } from "./types/PersonCommentMentionView";
253
275
  export { PersonContentCombinedView } from "./types/PersonContentCombinedView";
254
276
  export { PersonContentType } from "./types/PersonContentType";
255
277
  export { PersonId } from "./types/PersonId";
256
- export { PersonPostMention } from "./types/PersonPostMention";
257
- export { PersonPostMentionId } from "./types/PersonPostMentionId";
258
- export { PersonPostMentionView } from "./types/PersonPostMentionView";
278
+ export { PersonLikedCombinedView } from "./types/PersonLikedCombinedView";
259
279
  export { PersonSavedCombinedView } from "./types/PersonSavedCombinedView";
260
280
  export { PersonView } from "./types/PersonView";
261
281
  export { PluginMetadata } from "./types/PluginMetadata";
@@ -264,7 +284,8 @@ export { PostActions } from "./types/PostActions";
264
284
  export { PostFeatureType } from "./types/PostFeatureType";
265
285
  export { PostId } from "./types/PostId";
266
286
  export { PostListingMode } from "./types/PostListingMode";
267
- export { PostPaginationCursor } from "./types/PostPaginationCursor";
287
+ export { PostNotificationsMode } from "./types/PostNotificationsMode";
288
+ export { PostOrCommentOrPrivateMessage } from "./types/PostOrCommentOrPrivateMessage";
268
289
  export { PostReport } from "./types/PostReport";
269
290
  export { PostReportId } from "./types/PostReportId";
270
291
  export { PostReportResponse } from "./types/PostReportResponse";
@@ -301,7 +322,6 @@ export { ResendVerificationEmail } from "./types/ResendVerificationEmail";
301
322
  export { ResolveCommentReport } from "./types/ResolveCommentReport";
302
323
  export { ResolveCommunityReport } from "./types/ResolveCommunityReport";
303
324
  export { ResolveObject } from "./types/ResolveObject";
304
- export { ResolveObjectResponse } from "./types/ResolveObjectResponse";
305
325
  export { ResolvePostReport } from "./types/ResolvePostReport";
306
326
  export { ResolvePrivateMessageReport } from "./types/ResolvePrivateMessageReport";
307
327
  export { SaveComment } from "./types/SaveComment";
@@ -325,11 +345,17 @@ export { TaglineId } from "./types/TaglineId";
325
345
  export { TaglineResponse } from "./types/TaglineResponse";
326
346
  export { TagsView } from "./types/TagsView";
327
347
  export { TransferCommunity } from "./types/TransferCommunity";
348
+ export { UpdateCommunityNotifications } from "./types/UpdateCommunityNotifications";
328
349
  export { UpdateCommunityTag } from "./types/UpdateCommunityTag";
350
+ export { UpdateMultiCommunity } from "./types/UpdateMultiCommunity";
351
+ export { UpdatePostNotifications } from "./types/UpdatePostNotifications";
329
352
  export { UpdateTagline } from "./types/UpdateTagline";
330
353
  export { UpdateTotp } from "./types/UpdateTotp";
331
354
  export { UpdateTotpResponse } from "./types/UpdateTotpResponse";
332
355
  export { UploadImageResponse } from "./types/UploadImageResponse";
333
- export { UserBlockInstanceParams } from "./types/UserBlockInstanceParams";
356
+ export { UserBlockInstanceCommunitiesParams } from "./types/UserBlockInstanceCommunitiesParams";
357
+ export { UserBlockInstancePersonsParams } from "./types/UserBlockInstancePersonsParams";
358
+ export { UserSettingsBackup } from "./types/UserSettingsBackup";
334
359
  export { VerifyEmail } from "./types/VerifyEmail";
360
+ export { VoteShow } from "./types/VoteShow";
335
361
  export { VoteView } from "./types/VoteView";
@@ -1,9 +1,12 @@
1
+ import { AdminListUsers } from "./types/AdminListUsers";
2
+ import { CommunityIdQuery } from "./types/CommunityIdQuery";
1
3
  import { DeleteImageParams } from "./types/DeleteImageParams";
2
4
  import { GetComment } from "./types/GetComment";
3
5
  import { GetComments } from "./types/GetComments";
4
6
  import { GetCommunity } from "./types/GetCommunity";
5
7
  import { GetCommunityPendingFollowsCount } from "./types/GetCommunityPendingFollowsCount";
6
8
  import { GetModlog } from "./types/GetModlog";
9
+ import { GetMultiCommunity } from "./types/GetMultiCommunity";
7
10
  import { GetPersonDetails } from "./types/GetPersonDetails";
8
11
  import { GetPost } from "./types/GetPost";
9
12
  import { GetPosts } from "./types/GetPosts";
@@ -11,14 +14,17 @@ import { GetRandomCommunity } from "./types/GetRandomCommunity";
11
14
  import { GetRegistrationApplication } from "./types/GetRegistrationApplication";
12
15
  import { GetReportCount } from "./types/GetReportCount";
13
16
  import { GetSiteMetadata } from "./types/GetSiteMetadata";
14
- import { ListBannedPersons } from "./types/ListBannedPersons";
15
17
  import { ListCommentLikes } from "./types/ListCommentLikes";
16
18
  import { ListCommunities } from "./types/ListCommunities";
17
19
  import { ListCommunityPendingFollows } from "./types/ListCommunityPendingFollows";
18
20
  import { ListCustomEmojis } from "./types/ListCustomEmojis";
19
- import { ListInbox } from "./types/ListInbox";
21
+ import { ListNotifications } from "./types/ListNotifications";
20
22
  import { ListMedia } from "./types/ListMedia";
23
+ import { ListMultiCommunities } from "./types/ListMultiCommunities";
21
24
  import { ListPersonContent } from "./types/ListPersonContent";
25
+ import { ListPersonHidden } from "./types/ListPersonHidden";
26
+ import { ListPersonLiked } from "./types/ListPersonLiked";
27
+ import { ListPersonRead } from "./types/ListPersonRead";
22
28
  import { ListPersonSaved } from "./types/ListPersonSaved";
23
29
  import { ListPostLikes } from "./types/ListPostLikes";
24
30
  import { ListRegistrationApplications } from "./types/ListRegistrationApplications";
@@ -68,10 +74,16 @@ export interface ListPersonContentI extends ListPersonContent {
68
74
  }
69
75
  export interface GetReportCountI extends GetReportCount {
70
76
  }
71
- export interface ListInboxI extends ListInbox {
77
+ export interface ListNotificationsI extends ListNotifications {
72
78
  }
73
79
  export interface ListPersonSavedI extends ListPersonSaved {
74
80
  }
81
+ export interface ListPersonReadI extends ListPersonRead {
82
+ }
83
+ export interface ListPersonHiddenI extends ListPersonHidden {
84
+ }
85
+ export interface ListPersonLikedI extends ListPersonLiked {
86
+ }
75
87
  export interface ListRegistrationApplicationsI extends ListRegistrationApplications {
76
88
  }
77
89
  export interface GetRegistrationApplicationI extends GetRegistrationApplication {
@@ -84,5 +96,11 @@ export interface ListReportsI extends ListReports {
84
96
  }
85
97
  export interface DeleteImageParamsI extends DeleteImageParams {
86
98
  }
87
- export interface ListBannedPersonsI extends ListBannedPersons {
99
+ export interface AdminListUsersI extends AdminListUsers {
100
+ }
101
+ export interface CommunityIdQueryI extends CommunityIdQuery {
102
+ }
103
+ export interface ListMultiCommunitiesI extends ListMultiCommunities {
104
+ }
105
+ export interface GetMultiCommunityI extends GetMultiCommunity {
88
106
  }
@@ -0,0 +1,12 @@
1
+ import type { AdminAddId } from "./AdminAddId";
2
+ import type { PersonId } from "./PersonId";
3
+ /**
4
+ * When someone is added as a site admin.
5
+ */
6
+ export type AdminAdd = {
7
+ id: AdminAddId;
8
+ mod_person_id: PersonId;
9
+ other_person_id: PersonId;
10
+ removed: boolean;
11
+ published_at: string;
12
+ };
@@ -0,0 +1 @@
1
+ export type AdminAddId = number;
@@ -1,10 +1,10 @@
1
- import type { ModAdd } from "./ModAdd";
1
+ import type { AdminAdd } from "./AdminAdd";
2
2
  import type { Person } from "./Person";
3
3
  /**
4
4
  * When someone is added as a site moderator.
5
5
  */
6
- export type ModAddView = {
7
- mod_add: ModAdd;
6
+ export type AdminAddView = {
7
+ admin_add: AdminAdd;
8
8
  moderator?: Person;
9
9
  other_person: Person;
10
10
  };
@@ -6,6 +6,6 @@ export type AdminAllowInstance = {
6
6
  instance_id: InstanceId;
7
7
  admin_person_id: PersonId;
8
8
  allowed: boolean;
9
- reason?: string;
10
- published: string;
9
+ reason: string;
10
+ published_at: string;
11
11
  };
@@ -1,5 +1,5 @@
1
1
  export type AdminAllowInstanceParams = {
2
2
  instance: string;
3
3
  allow: boolean;
4
- reason?: string;
4
+ reason: string;
5
5
  };
@@ -1,16 +1,16 @@
1
+ import type { AdminBanId } from "./AdminBanId";
1
2
  import type { InstanceId } from "./InstanceId";
2
- import type { ModBanId } from "./ModBanId";
3
3
  import type { PersonId } from "./PersonId";
4
4
  /**
5
5
  * When someone is banned from the site.
6
6
  */
7
- export type ModBan = {
8
- id: ModBanId;
7
+ export type AdminBan = {
8
+ id: AdminBanId;
9
9
  mod_person_id: PersonId;
10
10
  other_person_id: PersonId;
11
- reason?: string;
11
+ reason: string;
12
12
  banned: boolean;
13
- expires?: string;
14
- published: string;
13
+ expires_at?: string;
14
+ published_at: string;
15
15
  instance_id: InstanceId;
16
16
  };
@@ -0,0 +1 @@
1
+ export type AdminBanId = number;
@@ -1,10 +1,10 @@
1
- import type { ModBan } from "./ModBan";
1
+ import type { AdminBan } from "./AdminBan";
2
2
  import type { Person } from "./Person";
3
3
  /**
4
4
  * When someone is banned from the site.
5
5
  */
6
- export type ModBanView = {
7
- mod_ban: ModBan;
6
+ export type AdminBanView = {
7
+ admin_ban: AdminBan;
8
8
  moderator?: Person;
9
9
  other_person: Person;
10
10
  };
@@ -6,7 +6,7 @@ export type AdminBlockInstance = {
6
6
  instance_id: InstanceId;
7
7
  admin_person_id: PersonId;
8
8
  blocked: boolean;
9
- reason?: string;
10
- expires?: string;
11
- published: string;
9
+ reason: string;
10
+ expires_at?: string;
11
+ published_at: string;
12
12
  };
@@ -1,6 +1,6 @@
1
1
  export type AdminBlockInstanceParams = {
2
2
  instance: string;
3
3
  block: boolean;
4
- reason?: string;
5
- expires?: string;
4
+ reason: string;
5
+ expires_at?: string;
6
6
  };
@@ -0,0 +1,7 @@
1
+ import type { PaginationCursor } from "./PaginationCursor";
2
+ export type AdminListUsers = {
3
+ banned_only?: boolean;
4
+ page_cursor?: PaginationCursor;
5
+ page_back?: boolean;
6
+ limit?: number;
7
+ };
@@ -1,12 +1,10 @@
1
+ import type { LocalUserView } from "./LocalUserView";
1
2
  import type { PaginationCursor } from "./PaginationCursor";
2
- import type { PersonView } from "./PersonView";
3
- /**
4
- * The list of banned persons.
5
- */
6
- export type BannedPersonsResponse = {
7
- banned: Array<PersonView>;
3
+ export type AdminListUsersResponse = {
4
+ users: Array<LocalUserView>;
8
5
  /**
9
6
  * the pagination cursor to use to fetch the next page
10
7
  */
11
8
  next_page?: PaginationCursor;
9
+ prev_page?: PaginationCursor;
12
10
  };
@@ -8,6 +8,6 @@ export type AdminPurgeComment = {
8
8
  id: AdminPurgeCommentId;
9
9
  admin_person_id: PersonId;
10
10
  post_id: PostId;
11
- reason?: string;
12
- published: string;
11
+ reason: string;
12
+ published_at: string;
13
13
  };
@@ -6,6 +6,6 @@ import type { PersonId } from "./PersonId";
6
6
  export type AdminPurgeCommunity = {
7
7
  id: AdminPurgeCommunityId;
8
8
  admin_person_id: PersonId;
9
- reason?: string;
10
- published: string;
9
+ reason: string;
10
+ published_at: string;
11
11
  };
@@ -6,6 +6,6 @@ import type { PersonId } from "./PersonId";
6
6
  export type AdminPurgePerson = {
7
7
  id: AdminPurgePersonId;
8
8
  admin_person_id: PersonId;
9
- reason?: string;
10
- published: string;
9
+ reason: string;
10
+ published_at: string;
11
11
  };
@@ -8,6 +8,6 @@ export type AdminPurgePost = {
8
8
  id: AdminPurgePostId;
9
9
  admin_person_id: PersonId;
10
10
  community_id: CommunityId;
11
- reason?: string;
12
- published: string;
11
+ reason: string;
12
+ published_at: string;
13
13
  };
@@ -1,14 +1,14 @@
1
+ import type { AdminRemoveCommunityId } from "./AdminRemoveCommunityId";
1
2
  import type { CommunityId } from "./CommunityId";
2
- import type { ModRemoveCommunityId } from "./ModRemoveCommunityId";
3
3
  import type { PersonId } from "./PersonId";
4
4
  /**
5
5
  * When a moderator removes a community.
6
6
  */
7
- export type ModRemoveCommunity = {
8
- id: ModRemoveCommunityId;
7
+ export type AdminRemoveCommunity = {
8
+ id: AdminRemoveCommunityId;
9
9
  mod_person_id: PersonId;
10
10
  community_id: CommunityId;
11
- reason?: string;
11
+ reason: string;
12
12
  removed: boolean;
13
- published: string;
13
+ published_at: string;
14
14
  };
@@ -0,0 +1 @@
1
+ export type AdminRemoveCommunityId = number;
@@ -0,0 +1,11 @@
1
+ import type { AdminRemoveCommunity } from "./AdminRemoveCommunity";
2
+ import type { Community } from "./Community";
3
+ import type { Person } from "./Person";
4
+ /**
5
+ * When an admin removes a community.
6
+ */
7
+ export type AdminRemoveCommunityView = {
8
+ admin_remove_community: AdminRemoveCommunity;
9
+ moderator?: Person;
10
+ community: Community;
11
+ };
@@ -12,11 +12,11 @@ export type BanFromCommunity = {
12
12
  * If ban is true, then this means remove. If ban is false, it means restore.
13
13
  */
14
14
  remove_or_restore_data?: boolean;
15
- reason?: string;
15
+ reason: string;
16
16
  /**
17
17
  * A time that the ban will expire, in unix epoch seconds.
18
18
  *
19
19
  * An i64 unix timestamp is used for a simpler API client implementation.
20
20
  */
21
- expires?: number;
21
+ expires_at?: number;
22
22
  };
@@ -10,11 +10,11 @@ export type BanPerson = {
10
10
  * If ban is true, then this means remove. If ban is false, it means restore.
11
11
  */
12
12
  remove_or_restore_data?: boolean;
13
- reason?: string;
13
+ reason: string;
14
14
  /**
15
15
  * A time that the ban will expire, in unix epoch seconds.
16
16
  *
17
17
  * An i64 unix timestamp is used for a simpler API client implementation.
18
18
  */
19
- expires?: number;
19
+ expires_at?: number;
20
20
  };
@@ -15,8 +15,8 @@ export type Comment = {
15
15
  * Whether the comment has been removed.
16
16
  */
17
17
  removed: boolean;
18
- published: string;
19
- updated?: string;
18
+ published_at: string;
19
+ updated_at?: string;
20
20
  /**
21
21
  * Whether the comment has been deleted by its creator.
22
22
  */
@@ -53,4 +53,8 @@ export type Comment = {
53
53
  * accepted by the community (by receiving it back via federation).
54
54
  */
55
55
  federation_pending: boolean;
56
+ /**
57
+ * Whether the comment is locked.
58
+ */
59
+ locked: boolean;
56
60
  };
@@ -1,8 +1,4 @@
1
- import type { CommentId } from "./CommentId";
2
- import type { PersonId } from "./PersonId";
3
1
  export type CommentActions = {
4
- person_id: PersonId;
5
- comment_id: CommentId;
6
2
  /**
7
3
  * The like / score for the comment.
8
4
  */
@@ -10,9 +6,9 @@ export type CommentActions = {
10
6
  /**
11
7
  * When the comment was liked.
12
8
  */
13
- liked?: string;
9
+ liked_at?: string;
14
10
  /**
15
11
  * When the comment was saved.
16
12
  */
17
- saved?: string;
13
+ saved_at?: string;
18
14
  };
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
3
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -12,7 +12,7 @@ export type CommentReport = {
12
12
  reason: string;
13
13
  resolved: boolean;
14
14
  resolver_id?: PersonId;
15
- published: string;
16
- updated?: string;
15
+ published_at: string;
16
+ updated_at?: string;
17
17
  violates_instance_rules: boolean;
18
18
  };