lemmy-js-client 0.20.0-alpha.7 → 0.20.0-ap-id.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (463) hide show
  1. package/README.md +1 -1
  2. package/dist/http.d.ts +347 -457
  3. package/dist/http.js +1458 -572
  4. package/dist/index.d.ts +93 -25
  5. package/dist/other_types.d.ts +81 -17
  6. package/dist/other_types.js +1 -1
  7. package/dist/types/AddAdmin.d.ts +5 -2
  8. package/dist/types/AddAdminResponse.d.ts +5 -2
  9. package/dist/types/AddModToCommunity.d.ts +5 -2
  10. package/dist/types/AddModToCommunityResponse.d.ts +5 -2
  11. package/dist/types/AdminAllowInstance.d.ts +11 -0
  12. package/dist/types/AdminAllowInstanceId.d.ts +1 -0
  13. package/dist/types/AdminAllowInstanceParams.d.ts +5 -0
  14. package/dist/types/AdminAllowInstanceView.d.ts +11 -0
  15. package/dist/types/AdminBlockInstance.d.ts +12 -0
  16. package/dist/types/AdminBlockInstanceId.d.ts +1 -0
  17. package/dist/types/AdminBlockInstanceParams.d.ts +6 -0
  18. package/dist/types/AdminBlockInstanceView.d.ts +11 -0
  19. package/dist/types/AdminPurgeComment.d.ts +8 -4
  20. package/dist/types/AdminPurgeCommentId.d.ts +1 -0
  21. package/dist/types/AdminPurgeCommentView.d.ts +5 -2
  22. package/dist/types/AdminPurgeCommunity.d.ts +8 -4
  23. package/dist/types/AdminPurgeCommunityId.d.ts +1 -0
  24. package/dist/types/AdminPurgeCommunityView.d.ts +5 -2
  25. package/dist/types/AdminPurgePerson.d.ts +8 -4
  26. package/dist/types/AdminPurgePersonId.d.ts +1 -0
  27. package/dist/types/AdminPurgePersonId.js +3 -0
  28. package/dist/types/AdminPurgePersonView.d.ts +5 -2
  29. package/dist/types/AdminPurgePost.d.ts +8 -4
  30. package/dist/types/AdminPurgePostId.d.ts +1 -0
  31. package/dist/types/AdminPurgePostId.js +3 -0
  32. package/dist/types/AdminPurgePostView.d.ts +5 -2
  33. package/dist/types/ApproveCommunityPendingFollower.d.ts +7 -0
  34. package/dist/types/ApproveRegistrationApplication.d.ts +5 -2
  35. package/dist/types/AuthenticateWithOauth.d.ts +14 -3
  36. package/dist/types/AuthenticateWithOauth.js +0 -1
  37. package/dist/types/BanFromCommunity.d.ts +14 -2
  38. package/dist/types/BanFromCommunityResponse.d.ts +5 -2
  39. package/dist/types/BanPerson.d.ts +14 -2
  40. package/dist/types/BanPersonResponse.d.ts +5 -2
  41. package/dist/types/BannedPersonsResponse.d.ts +5 -2
  42. package/dist/types/BlockCommunity.d.ts +5 -2
  43. package/dist/types/BlockCommunityResponse.d.ts +5 -2
  44. package/dist/types/BlockPerson.d.ts +5 -2
  45. package/dist/types/BlockPersonResponse.d.ts +5 -2
  46. package/dist/types/CaptchaResponse.d.ts +14 -2
  47. package/dist/types/ChangePassword.d.ts +9 -5
  48. package/dist/types/ChangePassword.js +0 -1
  49. package/dist/types/Comment.d.ts +26 -3
  50. package/dist/types/CommentAggregates.d.ts +10 -2
  51. package/dist/types/CommentId.d.ts +3 -0
  52. package/dist/types/CommentReply.d.ts +5 -2
  53. package/dist/types/CommentReplyId.d.ts +3 -0
  54. package/dist/types/CommentReplyView.d.ts +5 -2
  55. package/dist/types/CommentReport.d.ts +5 -2
  56. package/dist/types/CommentReportId.d.ts +3 -0
  57. package/dist/types/CommentReportResponse.d.ts +5 -2
  58. package/dist/types/CommentReportView.d.ts +5 -2
  59. package/dist/types/CommentResponse.d.ts +5 -2
  60. package/dist/types/CommentSlimView.d.ts +20 -0
  61. package/dist/types/CommentSortType.d.ts +3 -0
  62. package/dist/types/CommentView.d.ts +5 -2
  63. package/dist/types/Community.d.ts +47 -6
  64. package/dist/types/CommunityAggregates.d.ts +19 -2
  65. package/dist/types/CommunityFollowerState.d.ts +1 -0
  66. package/dist/types/CommunityFollowerState.js +3 -0
  67. package/dist/types/CommunityFollowerView.d.ts +5 -2
  68. package/dist/types/CommunityId.d.ts +3 -0
  69. package/dist/types/CommunityModeratorView.d.ts +5 -2
  70. package/dist/types/CommunityReport.d.ts +22 -0
  71. package/dist/types/CommunityReportId.d.ts +4 -0
  72. package/dist/types/CommunityReportId.js +3 -0
  73. package/dist/types/CommunityReportView.d.ts +16 -0
  74. package/dist/types/CommunityResponse.d.ts +5 -2
  75. package/dist/types/CommunitySortType.d.ts +4 -0
  76. package/dist/types/CommunitySortType.js +3 -0
  77. package/dist/types/CommunityView.d.ts +5 -2
  78. package/dist/types/CommunityVisibility.d.ts +4 -1
  79. package/dist/types/CreateComment.d.ts +5 -2
  80. package/dist/types/CreateCommentLike.d.ts +8 -2
  81. package/dist/types/CreateCommentReport.d.ts +5 -2
  82. package/dist/types/CreateCommunity.d.ts +30 -2
  83. package/dist/types/CreateCustomEmoji.d.ts +5 -2
  84. package/dist/types/CreateOAuthProvider.d.ts +9 -5
  85. package/dist/types/CreatePost.d.ts +23 -2
  86. package/dist/types/CreatePostLike.d.ts +8 -2
  87. package/dist/types/CreatePostReport.d.ts +5 -2
  88. package/dist/types/CreatePrivateMessage.d.ts +5 -2
  89. package/dist/types/CreatePrivateMessageReport.d.ts +5 -2
  90. package/dist/types/CreateSite.d.ts +16 -13
  91. package/dist/types/CreateTagline.d.ts +6 -0
  92. package/dist/types/CreateTagline.js +3 -0
  93. package/dist/types/CustomEmoji.d.ts +7 -5
  94. package/dist/types/CustomEmojiId.d.ts +3 -0
  95. package/dist/types/CustomEmojiKeyword.d.ts +5 -2
  96. package/dist/types/CustomEmojiResponse.d.ts +5 -2
  97. package/dist/types/CustomEmojiView.d.ts +5 -2
  98. package/dist/types/DbUrl.d.ts +1 -0
  99. package/dist/types/DbUrl.js +3 -0
  100. package/dist/types/DeleteAccount.d.ts +7 -3
  101. package/dist/types/DeleteAccount.js +0 -1
  102. package/dist/types/DeleteComment.d.ts +5 -2
  103. package/dist/types/DeleteCommunity.d.ts +5 -2
  104. package/dist/types/DeleteCustomEmoji.d.ts +5 -2
  105. package/dist/types/DeleteImageParams.d.ts +3 -0
  106. package/dist/types/DeleteImageParams.js +3 -0
  107. package/dist/types/DeleteOAuthProvider.d.ts +5 -2
  108. package/dist/types/DeletePost.d.ts +5 -2
  109. package/dist/types/DeletePrivateMessage.d.ts +5 -2
  110. package/dist/types/DeleteTagline.d.ts +7 -0
  111. package/dist/types/DistinguishComment.d.ts +5 -2
  112. package/dist/types/EditComment.d.ts +5 -2
  113. package/dist/types/EditCommunity.d.ts +21 -4
  114. package/dist/types/EditCustomEmoji.d.ts +5 -2
  115. package/dist/types/EditOAuthProvider.d.ts +16 -12
  116. package/dist/types/EditPost.d.ts +20 -2
  117. package/dist/types/EditPrivateMessage.d.ts +5 -2
  118. package/dist/types/EditSite.d.ts +124 -14
  119. package/dist/types/FeaturePost.d.ts +5 -2
  120. package/dist/types/FederatedInstances.d.ts +5 -2
  121. package/dist/types/FederationBlockList.d.ts +7 -0
  122. package/dist/types/FederationError.d.ts +10 -0
  123. package/dist/types/FederationError.js +3 -0
  124. package/dist/types/FederationMode.d.ts +4 -0
  125. package/dist/types/FederationMode.js +3 -0
  126. package/dist/types/FollowCommunity.d.ts +5 -2
  127. package/dist/types/GenerateTotpSecretResponse.d.ts +4 -3
  128. package/dist/types/GenerateTotpSecretResponse.js +0 -1
  129. package/dist/types/GetCaptchaResponse.d.ts +8 -2
  130. package/dist/types/GetComment.d.ts +5 -2
  131. package/dist/types/GetComments.d.ts +5 -3
  132. package/dist/types/GetCommentsResponse.d.ts +5 -2
  133. package/dist/types/GetCommentsSlimResponse.d.ts +7 -0
  134. package/dist/types/GetCommunity.d.ts +8 -2
  135. package/dist/types/GetCommunityPendingFollowsCount.d.ts +4 -0
  136. package/dist/types/GetCommunityPendingFollowsCountResponse.d.ts +3 -0
  137. package/dist/types/GetCommunityPendingFollowsCountResponse.js +3 -0
  138. package/dist/types/GetCommunityResponse.d.ts +5 -2
  139. package/dist/types/GetFederatedInstancesResponse.d.ts +8 -2
  140. package/dist/types/GetModlog.d.ts +8 -4
  141. package/dist/types/GetModlogResponse.d.ts +7 -32
  142. package/dist/types/GetPersonDetails.d.ts +10 -9
  143. package/dist/types/GetPersonDetailsResponse.d.ts +5 -6
  144. package/dist/types/GetPost.d.ts +5 -2
  145. package/dist/types/GetPostResponse.d.ts +8 -2
  146. package/dist/types/GetPosts.d.ts +30 -4
  147. package/dist/types/GetPostsResponse.d.ts +8 -2
  148. package/dist/types/GetRandomCommunity.d.ts +8 -0
  149. package/dist/types/GetRegistrationApplication.d.ts +5 -2
  150. package/dist/types/GetReportCount.d.ts +5 -2
  151. package/dist/types/GetReportCountResponse.d.ts +6 -7
  152. package/dist/types/GetReportCountResponse.js +1 -0
  153. package/dist/types/GetSiteMetadata.d.ts +5 -2
  154. package/dist/types/GetSiteMetadataResponse.d.ts +5 -2
  155. package/dist/types/GetSiteResponse.d.ts +13 -7
  156. package/dist/types/GetUnreadCountResponse.d.ts +6 -5
  157. package/dist/types/GetUnreadRegistrationApplicationCountResponse.d.ts +5 -2
  158. package/dist/types/HideCommunity.d.ts +5 -2
  159. package/dist/types/HidePost.d.ts +6 -3
  160. package/dist/types/ImageDetails.d.ts +4 -3
  161. package/dist/types/ImageDetails.js +0 -1
  162. package/dist/types/ImageGetParams.d.ts +4 -0
  163. package/dist/types/ImageGetParams.js +3 -0
  164. package/dist/types/ImageProxyParams.d.ts +5 -0
  165. package/dist/types/ImageProxyParams.js +3 -0
  166. package/dist/types/InboxCombinedPaginationCursor.d.ts +4 -0
  167. package/dist/types/InboxCombinedPaginationCursor.js +3 -0
  168. package/dist/types/InboxCombinedView.d.ts +13 -0
  169. package/dist/types/InboxDataType.d.ts +4 -0
  170. package/dist/types/InboxDataType.js +3 -0
  171. package/dist/types/Instance.d.ts +5 -2
  172. package/dist/types/InstanceId.d.ts +3 -0
  173. package/dist/types/InstanceWithFederationState.d.ts +7 -3
  174. package/dist/types/Language.d.ts +5 -2
  175. package/dist/types/LanguageId.d.ts +3 -0
  176. package/dist/types/LemmyErrorType.d.ts +28 -100
  177. package/dist/types/LemmyErrorType.js +0 -1
  178. package/dist/types/LinkMetadata.d.ts +9 -5
  179. package/dist/types/LinkMetadata.js +0 -1
  180. package/dist/types/ListCommentLikes.d.ts +5 -2
  181. package/dist/types/ListCommentLikesResponse.d.ts +5 -2
  182. package/dist/types/ListCommunities.d.ts +7 -4
  183. package/dist/types/ListCommunitiesResponse.d.ts +5 -2
  184. package/dist/types/ListCommunityPendingFollows.d.ts +9 -0
  185. package/dist/types/ListCommunityPendingFollows.js +3 -0
  186. package/dist/types/ListCommunityPendingFollowsResponse.d.ts +4 -0
  187. package/dist/types/ListCustomEmojis.d.ts +9 -0
  188. package/dist/types/ListCustomEmojis.js +3 -0
  189. package/dist/types/ListCustomEmojisResponse.d.ts +7 -0
  190. package/dist/types/ListInbox.d.ts +11 -0
  191. package/dist/types/ListInboxResponse.d.ts +7 -0
  192. package/dist/types/ListLoginsResponse.d.ts +2 -2
  193. package/dist/types/ListMedia.d.ts +5 -2
  194. package/dist/types/ListMediaResponse.d.ts +2 -2
  195. package/dist/types/ListPersonContent.d.ts +18 -0
  196. package/dist/types/ListPersonContent.js +2 -0
  197. package/dist/types/ListPersonContentResponse.d.ts +7 -0
  198. package/dist/types/ListPersonContentResponse.js +2 -0
  199. package/dist/types/ListPersonSaved.d.ts +10 -0
  200. package/dist/types/ListPersonSaved.js +2 -0
  201. package/dist/types/ListPersonSavedResponse.d.ts +7 -0
  202. package/dist/types/ListPersonSavedResponse.js +2 -0
  203. package/dist/types/ListPostLikes.d.ts +5 -2
  204. package/dist/types/ListPostLikesResponse.d.ts +5 -2
  205. package/dist/types/ListRegistrationApplications.d.ts +8 -2
  206. package/dist/types/ListRegistrationApplicationsResponse.d.ts +5 -2
  207. package/dist/types/ListReports.d.ts +27 -0
  208. package/dist/types/ListReports.js +2 -0
  209. package/dist/types/ListReportsResponse.d.ts +7 -0
  210. package/dist/types/ListReportsResponse.js +2 -0
  211. package/dist/types/ListTaglines.d.ts +7 -0
  212. package/dist/types/ListTaglines.js +3 -0
  213. package/dist/types/ListTaglinesResponse.d.ts +7 -0
  214. package/dist/types/ListTaglinesResponse.js +2 -0
  215. package/dist/types/ListingType.d.ts +3 -0
  216. package/dist/types/LocalImage.d.ts +2 -3
  217. package/dist/types/LocalImageView.d.ts +5 -2
  218. package/dist/types/LocalSite.d.ts +92 -5
  219. package/dist/types/LocalSiteId.d.ts +3 -0
  220. package/dist/types/LocalSiteRateLimit.d.ts +5 -2
  221. package/dist/types/LocalSiteUrlBlocklist.d.ts +2 -2
  222. package/dist/types/LocalUser.d.ts +71 -6
  223. package/dist/types/LocalUserId.d.ts +3 -0
  224. package/dist/types/LocalUserView.d.ts +5 -2
  225. package/dist/types/LocalUserVoteDisplayMode.d.ts +5 -2
  226. package/dist/types/LockPost.d.ts +5 -2
  227. package/dist/types/Login.d.ts +11 -4
  228. package/dist/types/Login.js +0 -1
  229. package/dist/types/LoginResponse.d.ts +17 -3
  230. package/dist/types/LoginResponse.js +0 -1
  231. package/dist/types/LoginToken.d.ts +12 -2
  232. package/dist/types/MarkCommentReplyAsRead.d.ts +5 -2
  233. package/dist/types/MarkManyPostsAsRead.d.ts +7 -0
  234. package/dist/types/MarkManyPostsAsRead.js +2 -0
  235. package/dist/types/MarkPersonCommentMentionAsRead.d.ts +8 -0
  236. package/dist/types/MarkPersonCommentMentionAsRead.js +2 -0
  237. package/dist/types/MarkPersonPostMentionAsRead.d.ts +8 -0
  238. package/dist/types/MarkPersonPostMentionAsRead.js +2 -0
  239. package/dist/types/MarkPostAsRead.d.ts +6 -3
  240. package/dist/types/MarkPrivateMessageAsRead.d.ts +5 -2
  241. package/dist/types/ModAdd.d.ts +8 -4
  242. package/dist/types/ModAddCommunity.d.ts +8 -4
  243. package/dist/types/ModAddCommunityId.d.ts +1 -0
  244. package/dist/types/ModAddCommunityId.js +3 -0
  245. package/dist/types/ModAddCommunityView.d.ts +6 -3
  246. package/dist/types/ModAddId.d.ts +1 -0
  247. package/dist/types/ModAddId.js +3 -0
  248. package/dist/types/ModAddView.d.ts +6 -3
  249. package/dist/types/ModBan.d.ts +8 -4
  250. package/dist/types/ModBanFromCommunity.d.ts +8 -4
  251. package/dist/types/ModBanFromCommunityId.d.ts +1 -0
  252. package/dist/types/ModBanFromCommunityId.js +3 -0
  253. package/dist/types/ModBanFromCommunityView.d.ts +6 -3
  254. package/dist/types/ModBanId.d.ts +1 -0
  255. package/dist/types/ModBanId.js +3 -0
  256. package/dist/types/ModBanView.d.ts +6 -3
  257. package/dist/types/ModFeaturePost.d.ts +8 -4
  258. package/dist/types/ModFeaturePostId.d.ts +1 -0
  259. package/dist/types/ModFeaturePostId.js +3 -0
  260. package/dist/types/ModFeaturePostView.d.ts +6 -2
  261. package/dist/types/ModHideCommunity.d.ts +8 -4
  262. package/dist/types/ModHideCommunityId.d.ts +1 -0
  263. package/dist/types/ModHideCommunityId.js +3 -0
  264. package/dist/types/ModHideCommunityView.d.ts +5 -2
  265. package/dist/types/ModLockPost.d.ts +8 -4
  266. package/dist/types/ModLockPostId.d.ts +1 -0
  267. package/dist/types/ModLockPostId.js +3 -0
  268. package/dist/types/ModLockPostView.d.ts +6 -2
  269. package/dist/types/ModRemoveComment.d.ts +8 -4
  270. package/dist/types/ModRemoveCommentId.d.ts +1 -0
  271. package/dist/types/ModRemoveCommentId.js +3 -0
  272. package/dist/types/ModRemoveCommentView.d.ts +6 -3
  273. package/dist/types/ModRemoveCommunity.d.ts +8 -4
  274. package/dist/types/ModRemoveCommunityId.d.ts +1 -0
  275. package/dist/types/ModRemoveCommunityId.js +3 -0
  276. package/dist/types/ModRemoveCommunityView.d.ts +5 -2
  277. package/dist/types/ModRemovePost.d.ts +8 -4
  278. package/dist/types/ModRemovePostId.d.ts +1 -0
  279. package/dist/types/ModRemovePostId.js +3 -0
  280. package/dist/types/ModRemovePostView.d.ts +6 -2
  281. package/dist/types/ModTransferCommunity.d.ts +8 -4
  282. package/dist/types/ModTransferCommunityId.d.ts +1 -0
  283. package/dist/types/ModTransferCommunityId.js +3 -0
  284. package/dist/types/ModTransferCommunityView.d.ts +6 -3
  285. package/dist/types/ModlogActionType.d.ts +4 -1
  286. package/dist/types/ModlogCombinedPaginationCursor.d.ts +4 -0
  287. package/dist/types/ModlogCombinedPaginationCursor.js +3 -0
  288. package/dist/types/ModlogCombinedView.d.ts +52 -0
  289. package/dist/types/ModlogCombinedView.js +2 -0
  290. package/dist/types/MyUserInfo.d.ts +5 -2
  291. package/dist/types/OAuthAccount.d.ts +5 -2
  292. package/dist/types/OAuthProvider.d.ts +48 -2
  293. package/dist/types/OAuthProviderId.d.ts +3 -0
  294. package/dist/types/OpenGraphData.d.ts +8 -4
  295. package/dist/types/OpenGraphData.js +0 -1
  296. package/dist/types/PaginationCursor.d.ts +6 -0
  297. package/dist/types/PasswordChangeAfterReset.d.ts +9 -5
  298. package/dist/types/PasswordChangeAfterReset.js +0 -1
  299. package/dist/types/PasswordReset.d.ts +7 -3
  300. package/dist/types/PasswordReset.js +0 -1
  301. package/dist/types/PendingFollow.d.ts +9 -0
  302. package/dist/types/PendingFollow.js +2 -0
  303. package/dist/types/Person.d.ts +42 -5
  304. package/dist/types/PersonAggregates.d.ts +5 -2
  305. package/dist/types/{PersonMention.d.ts → PersonCommentMention.d.ts} +7 -4
  306. package/dist/types/PersonCommentMention.js +2 -0
  307. package/dist/types/PersonCommentMentionId.d.ts +4 -0
  308. package/dist/types/PersonCommentMentionId.js +3 -0
  309. package/dist/types/{PersonMentionView.d.ts → PersonCommentMentionView.d.ts} +7 -4
  310. package/dist/types/PersonCommentMentionView.js +2 -0
  311. package/dist/types/PersonContentCombinedPaginationCursor.d.ts +4 -0
  312. package/dist/types/PersonContentCombinedPaginationCursor.js +3 -0
  313. package/dist/types/PersonContentCombinedView.d.ts +7 -0
  314. package/dist/types/PersonContentCombinedView.js +2 -0
  315. package/dist/types/PersonContentType.d.ts +4 -0
  316. package/dist/types/PersonContentType.js +3 -0
  317. package/dist/types/PersonId.d.ts +3 -0
  318. package/dist/types/PersonPostMention.d.ts +13 -0
  319. package/dist/types/PersonPostMention.js +2 -0
  320. package/dist/types/PersonPostMentionId.d.ts +4 -0
  321. package/dist/types/PersonPostMentionId.js +3 -0
  322. package/dist/types/PersonPostMentionView.d.ts +32 -0
  323. package/dist/types/PersonPostMentionView.js +2 -0
  324. package/dist/types/PersonSavedCombinedPaginationCursor.d.ts +4 -0
  325. package/dist/types/PersonSavedCombinedPaginationCursor.js +3 -0
  326. package/dist/types/PersonView.d.ts +5 -2
  327. package/dist/types/Post.d.ts +59 -6
  328. package/dist/types/PostAggregates.d.ts +10 -2
  329. package/dist/types/PostFeatureType.d.ts +3 -0
  330. package/dist/types/PostId.d.ts +3 -0
  331. package/dist/types/PostListingMode.d.ts +3 -0
  332. package/dist/types/PostReport.d.ts +16 -3
  333. package/dist/types/PostReportId.d.ts +3 -0
  334. package/dist/types/PostReportResponse.d.ts +5 -2
  335. package/dist/types/PostReportView.d.ts +5 -2
  336. package/dist/types/PostResponse.d.ts +2 -2
  337. package/dist/types/PostSortType.d.ts +4 -0
  338. package/dist/types/PostSortType.js +3 -0
  339. package/dist/types/PostTags.d.ts +7 -0
  340. package/dist/types/PostTags.js +2 -0
  341. package/dist/types/PostView.d.ts +7 -2
  342. package/dist/types/PrivateMessage.d.ts +7 -3
  343. package/dist/types/PrivateMessageId.d.ts +3 -0
  344. package/dist/types/PrivateMessageReport.d.ts +8 -2
  345. package/dist/types/PrivateMessageReportId.d.ts +3 -0
  346. package/dist/types/PrivateMessageReportResponse.d.ts +5 -2
  347. package/dist/types/PrivateMessageReportView.d.ts +5 -2
  348. package/dist/types/PrivateMessageResponse.d.ts +5 -2
  349. package/dist/types/PrivateMessageView.d.ts +5 -2
  350. package/dist/types/PurgeComment.d.ts +5 -2
  351. package/dist/types/PurgeCommunity.d.ts +5 -2
  352. package/dist/types/PurgePerson.d.ts +5 -2
  353. package/dist/types/PurgePost.d.ts +5 -2
  354. package/dist/types/ReadableFederationState.d.ts +15 -3
  355. package/dist/types/Register.d.ts +24 -5
  356. package/dist/types/Register.js +0 -1
  357. package/dist/types/RegistrationApplication.d.ts +5 -2
  358. package/dist/types/RegistrationApplicationId.d.ts +3 -0
  359. package/dist/types/RegistrationApplicationResponse.d.ts +5 -2
  360. package/dist/types/RegistrationApplicationView.d.ts +5 -2
  361. package/dist/types/RegistrationMode.d.ts +3 -0
  362. package/dist/types/RemoveComment.d.ts +5 -2
  363. package/dist/types/RemoveCommunity.d.ts +5 -2
  364. package/dist/types/RemovePost.d.ts +5 -2
  365. package/dist/types/ReportCombinedPaginationCursor.d.ts +4 -0
  366. package/dist/types/ReportCombinedPaginationCursor.js +3 -0
  367. package/dist/types/ReportCombinedView.d.ts +13 -0
  368. package/dist/types/ReportCombinedView.js +2 -0
  369. package/dist/types/ReportType.d.ts +4 -0
  370. package/dist/types/ReportType.js +3 -0
  371. package/dist/types/ResolveCommentReport.d.ts +5 -2
  372. package/dist/types/ResolveObject.d.ts +8 -2
  373. package/dist/types/ResolveObjectResponse.d.ts +5 -2
  374. package/dist/types/ResolvePostReport.d.ts +5 -2
  375. package/dist/types/ResolvePrivateMessageReport.d.ts +5 -2
  376. package/dist/types/SaveComment.d.ts +5 -2
  377. package/dist/types/SavePost.d.ts +5 -2
  378. package/dist/types/SaveUserSettings.d.ts +97 -9
  379. package/dist/types/Search.d.ts +15 -8
  380. package/dist/types/SearchCombinedPaginationCursor.d.ts +4 -0
  381. package/dist/types/SearchCombinedPaginationCursor.js +3 -0
  382. package/dist/types/SearchCombinedView.d.ts +13 -0
  383. package/dist/types/SearchCombinedView.js +2 -0
  384. package/dist/types/SearchResponse.d.ts +7 -12
  385. package/dist/types/SearchSortType.d.ts +4 -0
  386. package/dist/types/SearchSortType.js +3 -0
  387. package/dist/types/SearchType.d.ts +4 -1
  388. package/dist/types/SensitiveString.d.ts +1 -0
  389. package/dist/types/SensitiveString.js +3 -0
  390. package/dist/types/Site.d.ts +35 -6
  391. package/dist/types/SiteAggregates.d.ts +17 -2
  392. package/dist/types/SiteId.d.ts +3 -0
  393. package/dist/types/SiteResponse.d.ts +9 -4
  394. package/dist/types/SiteView.d.ts +5 -2
  395. package/dist/types/SubscribedType.d.ts +4 -1
  396. package/dist/types/SuccessResponse.d.ts +5 -2
  397. package/dist/types/Tag.d.ts +27 -0
  398. package/dist/types/Tag.js +2 -0
  399. package/dist/types/TagId.d.ts +4 -0
  400. package/dist/types/TagId.js +3 -0
  401. package/dist/types/Tagline.d.ts +5 -4
  402. package/dist/types/Tagline.js +1 -0
  403. package/dist/types/TaglineId.d.ts +4 -0
  404. package/dist/types/TaglineId.js +3 -0
  405. package/dist/types/TaglineResponse.d.ts +4 -0
  406. package/dist/types/TaglineResponse.js +2 -0
  407. package/dist/types/TransferCommunity.d.ts +5 -2
  408. package/dist/types/UpdateTagline.d.ts +8 -0
  409. package/dist/types/UpdateTagline.js +2 -0
  410. package/dist/types/UpdateTotp.d.ts +2 -2
  411. package/dist/types/UpdateTotpResponse.d.ts +2 -2
  412. package/dist/types/UploadImageResponse.d.ts +4 -0
  413. package/dist/types/UploadImageResponse.js +3 -0
  414. package/dist/types/{BlockInstance.d.ts → UserBlockInstanceParams.d.ts} +5 -2
  415. package/dist/types/UserBlockInstanceParams.js +2 -0
  416. package/dist/types/VerifyEmail.d.ts +5 -2
  417. package/dist/types/VoteView.d.ts +5 -2
  418. package/package.json +14 -10
  419. package/dist/types/BlockInstanceResponse.d.ts +0 -3
  420. package/dist/types/CommentReplyResponse.d.ts +0 -4
  421. package/dist/types/GetPersonMentions.d.ts +0 -7
  422. package/dist/types/GetPersonMentionsResponse.d.ts +0 -4
  423. package/dist/types/GetPrivateMessages.d.ts +0 -7
  424. package/dist/types/GetReplies.d.ts +0 -7
  425. package/dist/types/GetRepliesResponse.d.ts +0 -4
  426. package/dist/types/ListCommentReports.d.ts +0 -9
  427. package/dist/types/ListCommentReportsResponse.d.ts +0 -4
  428. package/dist/types/ListPostReports.d.ts +0 -9
  429. package/dist/types/ListPostReportsResponse.d.ts +0 -4
  430. package/dist/types/ListPrivateMessageReports.d.ts +0 -5
  431. package/dist/types/ListPrivateMessageReportsResponse.d.ts +0 -4
  432. package/dist/types/MarkPersonMentionAsRead.d.ts +0 -5
  433. package/dist/types/ModlogListParams.d.ts +0 -14
  434. package/dist/types/OAuthProviderInsertForm.d.ts +0 -14
  435. package/dist/types/OAuthProviderUpdateForm.d.ts +0 -13
  436. package/dist/types/PersonMentionId.d.ts +0 -1
  437. package/dist/types/PersonMentionResponse.d.ts +0 -4
  438. package/dist/types/PrivateMessagesResponse.d.ts +0 -4
  439. package/dist/types/SortType.d.ts +0 -1
  440. /package/dist/types/{BlockInstance.js → AdminAllowInstance.js} +0 -0
  441. /package/dist/types/{BlockInstanceResponse.js → AdminAllowInstanceId.js} +0 -0
  442. /package/dist/types/{ListPrivateMessageReports.js → AdminAllowInstanceParams.js} +0 -0
  443. /package/dist/types/{CommentReplyResponse.js → AdminAllowInstanceView.js} +0 -0
  444. /package/dist/types/{GetPersonMentions.js → AdminBlockInstance.js} +0 -0
  445. /package/dist/types/{OAuthProviderInsertForm.js → AdminBlockInstanceId.js} +0 -0
  446. /package/dist/types/{OAuthProviderUpdateForm.js → AdminBlockInstanceParams.js} +0 -0
  447. /package/dist/types/{GetPersonMentionsResponse.js → AdminBlockInstanceView.js} +0 -0
  448. /package/dist/types/{PersonMentionId.js → AdminPurgeCommentId.js} +0 -0
  449. /package/dist/types/{SortType.js → AdminPurgeCommunityId.js} +0 -0
  450. /package/dist/types/{GetPrivateMessages.js → ApproveCommunityPendingFollower.js} +0 -0
  451. /package/dist/types/{GetReplies.js → CommentSlimView.js} +0 -0
  452. /package/dist/types/{GetRepliesResponse.js → CommunityReport.js} +0 -0
  453. /package/dist/types/{ListCommentReports.js → CommunityReportView.js} +0 -0
  454. /package/dist/types/{ListCommentReportsResponse.js → DeleteTagline.js} +0 -0
  455. /package/dist/types/{ListPostReports.js → FederationBlockList.js} +0 -0
  456. /package/dist/types/{ListPostReportsResponse.js → GetCommentsSlimResponse.js} +0 -0
  457. /package/dist/types/{ListPrivateMessageReportsResponse.js → GetCommunityPendingFollowsCount.js} +0 -0
  458. /package/dist/types/{MarkPersonMentionAsRead.js → GetRandomCommunity.js} +0 -0
  459. /package/dist/types/{ModlogListParams.js → InboxCombinedView.js} +0 -0
  460. /package/dist/types/{PersonMention.js → ListCommunityPendingFollowsResponse.js} +0 -0
  461. /package/dist/types/{PersonMentionResponse.js → ListCustomEmojisResponse.js} +0 -0
  462. /package/dist/types/{PersonMentionView.js → ListInbox.js} +0 -0
  463. /package/dist/types/{PrivateMessagesResponse.js → ListInboxResponse.js} +0 -0
@@ -1,14 +1,18 @@
1
1
  import type { OAuthProviderId } from "./OAuthProviderId";
2
- export interface EditOAuthProvider {
2
+ /**
3
+ * Edit an external auth method.
4
+ */
5
+ export type EditOAuthProvider = {
3
6
  id: OAuthProviderId;
4
- display_name: string | null;
5
- authorization_endpoint: string | null;
6
- token_endpoint: string | null;
7
- userinfo_endpoint: string | null;
8
- id_claim: string | null;
9
- client_secret: string | null;
10
- scopes: string | null;
11
- auto_verify_email: boolean | null;
12
- account_linking_enabled: boolean | null;
13
- enabled: boolean | null;
14
- }
7
+ display_name?: string;
8
+ authorization_endpoint?: string;
9
+ token_endpoint?: string;
10
+ userinfo_endpoint?: string;
11
+ id_claim?: string;
12
+ client_secret?: string;
13
+ scopes?: string;
14
+ auto_verify_email?: boolean;
15
+ account_linking_enabled?: boolean;
16
+ use_pkce?: boolean;
17
+ enabled?: boolean;
18
+ };
@@ -1,12 +1,30 @@
1
1
  import type { LanguageId } from "./LanguageId";
2
2
  import type { PostId } from "./PostId";
3
- export interface EditPost {
3
+ import type { TagId } from "./TagId";
4
+ /**
5
+ * Edit a post.
6
+ */
7
+ export type EditPost = {
4
8
  post_id: PostId;
5
9
  name?: string;
6
10
  url?: string;
11
+ /**
12
+ * An optional body for the post in markdown.
13
+ */
7
14
  body?: string;
15
+ /**
16
+ * An optional alt_text, usable for image posts.
17
+ */
8
18
  alt_text?: string;
9
19
  nsfw?: boolean;
10
20
  language_id?: LanguageId;
21
+ /**
22
+ * Instead of fetching a thumbnail, use a custom one.
23
+ */
11
24
  custom_thumbnail?: string;
12
- }
25
+ tags?: Array<TagId>;
26
+ /**
27
+ * Time when this post should be scheduled. Null means publish immediately.
28
+ */
29
+ scheduled_publish_time?: number;
30
+ };
@@ -1,5 +1,8 @@
1
1
  import type { PrivateMessageId } from "./PrivateMessageId";
2
- export interface EditPrivateMessage {
2
+ /**
3
+ * Edit a private message.
4
+ */
5
+ export type EditPrivateMessage = {
3
6
  private_message_id: PrivateMessageId;
4
7
  content: string;
5
- }
8
+ };
@@ -1,52 +1,162 @@
1
+ import type { CommentSortType } from "./CommentSortType";
2
+ import type { FederationMode } from "./FederationMode";
1
3
  import type { LanguageId } from "./LanguageId";
2
4
  import type { ListingType } from "./ListingType";
3
5
  import type { PostListingMode } from "./PostListingMode";
6
+ import type { PostSortType } from "./PostSortType";
4
7
  import type { RegistrationMode } from "./RegistrationMode";
5
- import type { SortType } from "./SortType";
6
- export interface EditSite {
8
+ /**
9
+ * Edits a site.
10
+ */
11
+ export type EditSite = {
7
12
  name?: string;
13
+ /**
14
+ * A sidebar for the site, in markdown.
15
+ */
8
16
  sidebar?: string;
17
+ /**
18
+ * A shorter, one line description of your site.
19
+ */
9
20
  description?: string;
10
- icon?: string;
11
- banner?: string;
12
- enable_downvotes?: boolean;
13
- enable_nsfw?: boolean;
21
+ /**
22
+ * Limits community creation to admins only.
23
+ */
14
24
  community_creation_admin_only?: boolean;
25
+ /**
26
+ * Whether to require email verification.
27
+ */
15
28
  require_email_verification?: boolean;
29
+ /**
30
+ * Your application question form. This is in markdown, and can be many questions.
31
+ */
16
32
  application_question?: string;
33
+ /**
34
+ * Whether your instance is public, or private.
35
+ */
17
36
  private_instance?: boolean;
37
+ /**
38
+ * The default theme. Usually "browser"
39
+ */
18
40
  default_theme?: string;
41
+ /**
42
+ * The default post listing type, usually "local"
43
+ */
19
44
  default_post_listing_type?: ListingType;
20
- default_sort_type?: SortType;
45
+ /**
46
+ * Default value for listing mode, usually "list"
47
+ */
48
+ default_post_listing_mode?: PostListingMode;
49
+ /**
50
+ * The default post sort, usually "active"
51
+ */
52
+ default_post_sort_type?: PostSortType;
53
+ /**
54
+ * The default comment sort, usually "hot"
55
+ */
56
+ default_comment_sort_type?: CommentSortType;
57
+ /**
58
+ * An optional page of legal information
59
+ */
21
60
  legal_information?: string;
61
+ /**
62
+ * Whether to email admins when receiving a new application.
63
+ */
22
64
  application_email_admins?: boolean;
65
+ /**
66
+ * Whether to hide moderator names from the modlog.
67
+ */
23
68
  hide_modlog_mod_names?: boolean;
69
+ /**
70
+ * A list of allowed discussion languages.
71
+ */
24
72
  discussion_languages?: Array<LanguageId>;
73
+ /**
74
+ * A regex string of items to filter.
75
+ */
25
76
  slur_filter_regex?: string;
77
+ /**
78
+ * The max length of actor names.
79
+ */
26
80
  actor_name_max_length?: number;
81
+ /**
82
+ * The number of messages allowed in a given time frame.
83
+ */
27
84
  rate_limit_message?: number;
28
85
  rate_limit_message_per_second?: number;
86
+ /**
87
+ * The number of posts allowed in a given time frame.
88
+ */
29
89
  rate_limit_post?: number;
30
90
  rate_limit_post_per_second?: number;
91
+ /**
92
+ * The number of registrations allowed in a given time frame.
93
+ */
31
94
  rate_limit_register?: number;
32
95
  rate_limit_register_per_second?: number;
96
+ /**
97
+ * The number of image uploads allowed in a given time frame.
98
+ */
33
99
  rate_limit_image?: number;
34
100
  rate_limit_image_per_second?: number;
101
+ /**
102
+ * The number of comments allowed in a given time frame.
103
+ */
35
104
  rate_limit_comment?: number;
36
105
  rate_limit_comment_per_second?: number;
106
+ /**
107
+ * The number of searches allowed in a given time frame.
108
+ */
37
109
  rate_limit_search?: number;
38
110
  rate_limit_search_per_second?: number;
111
+ /**
112
+ * Whether to enable federation.
113
+ */
39
114
  federation_enabled?: boolean;
40
- federation_debug?: boolean;
115
+ /**
116
+ * Whether to enable captchas for signups.
117
+ */
41
118
  captcha_enabled?: boolean;
119
+ /**
120
+ * The captcha difficulty. Can be easy, medium, or hard
121
+ */
42
122
  captcha_difficulty?: string;
43
- allowed_instances?: Array<string>;
44
- blocked_instances?: Array<string>;
123
+ /**
124
+ * A list of blocked URLs
125
+ */
45
126
  blocked_urls?: Array<string>;
46
- taglines?: Array<string>;
47
127
  registration_mode?: RegistrationMode;
48
- oauth_registration?: boolean;
128
+ /**
129
+ * Whether to email admins for new reports.
130
+ */
49
131
  reports_email_admins?: boolean;
132
+ /**
133
+ * If present, nsfw content is visible by default. Should be displayed by frontends/clients
134
+ * when the site is first opened by a user.
135
+ */
50
136
  content_warning?: string;
51
- default_post_listing_mode?: PostListingMode;
52
- }
137
+ /**
138
+ * Whether or not external auth methods can auto-register users.
139
+ */
140
+ oauth_registration?: boolean;
141
+ /**
142
+ * What kind of post upvotes your site allows.
143
+ */
144
+ post_upvotes?: FederationMode;
145
+ /**
146
+ * What kind of post downvotes your site allows.
147
+ */
148
+ post_downvotes?: FederationMode;
149
+ /**
150
+ * What kind of comment upvotes your site allows.
151
+ */
152
+ comment_upvotes?: FederationMode;
153
+ /**
154
+ * What kind of comment downvotes your site allows.
155
+ */
156
+ comment_downvotes?: FederationMode;
157
+ /**
158
+ * If this is true, users will never see the dialog asking to support Lemmy development with
159
+ * donations.
160
+ */
161
+ disable_donation_dialog?: boolean;
162
+ };
@@ -1,7 +1,10 @@
1
1
  import type { PostFeatureType } from "./PostFeatureType";
2
2
  import type { PostId } from "./PostId";
3
- export interface FeaturePost {
3
+ /**
4
+ * Feature a post (stickies / pins to the top).
5
+ */
6
+ export type FeaturePost = {
4
7
  post_id: PostId;
5
8
  featured: boolean;
6
9
  feature_type: PostFeatureType;
7
- }
10
+ };
@@ -1,6 +1,9 @@
1
1
  import type { InstanceWithFederationState } from "./InstanceWithFederationState";
2
- export interface FederatedInstances {
2
+ /**
3
+ * A list of federated instances.
4
+ */
5
+ export type FederatedInstances = {
3
6
  linked: Array<InstanceWithFederationState>;
4
7
  allowed: Array<InstanceWithFederationState>;
5
8
  blocked: Array<InstanceWithFederationState>;
6
- }
9
+ };
@@ -0,0 +1,7 @@
1
+ import type { InstanceId } from "./InstanceId";
2
+ export type FederationBlockList = {
3
+ instance_id: InstanceId;
4
+ published: string;
5
+ updated?: string;
6
+ expires?: string;
7
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Federation related errors, these dont need to be translated.
3
+ */
4
+ export type FederationError = "InvalidCommunity" | "CannotCreatePostOrCommentInDeletedOrRemovedCommunity" | "CannotReceivePage" | "OnlyLocalAdminCanRemoveCommunity" | "OnlyLocalAdminCanRestoreCommunity" | "PostIsLocked" | {
5
+ PersonIsBannedFromSite: string;
6
+ } | "InvalidVoteValue" | "PageDoesNotSpecifyCreator" | "CouldntGetComments" | "CouldntGetPosts" | "FederationDisabled" | {
7
+ DomainBlocked: string;
8
+ } | {
9
+ DomainNotInAllowList: string;
10
+ } | "FederationDisabledByStrictAllowList" | "ContradictingFilters" | "UrlWithoutDomain" | "InboxTimeout" | "CantDeleteSite" | "ObjectIsNotPublic" | "ObjectIsNotPrivate" | "Unreachable";
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ /**
2
+ * The federation mode for an item
3
+ */
4
+ export type FederationMode = "All" | "Local" | "Disable";
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +1,8 @@
1
1
  import type { CommunityId } from "./CommunityId";
2
- export interface FollowCommunity {
2
+ /**
3
+ * Follow / subscribe to a community.
4
+ */
5
+ export type FollowCommunity = {
3
6
  community_id: CommunityId;
4
7
  follow: boolean;
5
- }
8
+ };
@@ -1,3 +1,4 @@
1
- export interface GenerateTotpSecretResponse {
2
- totp_secret_url: string;
3
- }
1
+ import type { SensitiveString } from "./SensitiveString";
2
+ export type GenerateTotpSecretResponse = {
3
+ totp_secret_url: SensitiveString;
4
+ };
@@ -1,3 +1,2 @@
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.
3
2
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +1,10 @@
1
1
  import type { CaptchaResponse } from "./CaptchaResponse";
2
- export interface GetCaptchaResponse {
2
+ /**
3
+ * A wrapper for the captcha response.
4
+ */
5
+ export type GetCaptchaResponse = {
6
+ /**
7
+ * Will be None if captchas are disabled.
8
+ */
3
9
  ok?: CaptchaResponse;
4
- }
10
+ };
@@ -1,4 +1,7 @@
1
1
  import type { CommentId } from "./CommentId";
2
- export interface GetComment {
2
+ /**
3
+ * Fetch an individual comment.
4
+ */
5
+ export type GetComment = {
3
6
  id: CommentId;
4
- }
7
+ };
@@ -3,7 +3,10 @@ import type { CommentSortType } from "./CommentSortType";
3
3
  import type { CommunityId } from "./CommunityId";
4
4
  import type { ListingType } from "./ListingType";
5
5
  import type { PostId } from "./PostId";
6
- export interface GetComments {
6
+ /**
7
+ * Get a list of comments.
8
+ */
9
+ export type GetComments = {
7
10
  type_?: ListingType;
8
11
  sort?: CommentSortType;
9
12
  max_depth?: number;
@@ -13,7 +16,6 @@ export interface GetComments {
13
16
  community_name?: string;
14
17
  post_id?: PostId;
15
18
  parent_id?: CommentId;
16
- saved_only?: boolean;
17
19
  liked_only?: boolean;
18
20
  disliked_only?: boolean;
19
- }
21
+ };
@@ -1,4 +1,7 @@
1
1
  import type { CommentView } from "./CommentView";
2
- export interface GetCommentsResponse {
2
+ /**
3
+ * The comment list response.
4
+ */
5
+ export type GetCommentsResponse = {
3
6
  comments: Array<CommentView>;
4
- }
7
+ };
@@ -0,0 +1,7 @@
1
+ import type { CommentSlimView } from "./CommentSlimView";
2
+ /**
3
+ * A slimmer comment list response, without the post or community.
4
+ */
5
+ export type GetCommentsSlimResponse = {
6
+ comments: Array<CommentSlimView>;
7
+ };
@@ -1,5 +1,11 @@
1
1
  import type { CommunityId } from "./CommunityId";
2
- export interface GetCommunity {
2
+ /**
3
+ * Get a community. Must provide either an id, or a name.
4
+ */
5
+ export type GetCommunity = {
3
6
  id?: CommunityId;
7
+ /**
8
+ * Example: star_trek , or star_trek@xyz.tld
9
+ */
4
10
  name?: string;
5
- }
11
+ };
@@ -0,0 +1,4 @@
1
+ import type { CommunityId } from "./CommunityId";
2
+ export type GetCommunityPendingFollowsCount = {
3
+ community_id: CommunityId;
4
+ };
@@ -0,0 +1,3 @@
1
+ export type GetCommunityPendingFollowsCountResponse = {
2
+ count: number;
3
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -2,9 +2,12 @@ import type { CommunityModeratorView } from "./CommunityModeratorView";
2
2
  import type { CommunityView } from "./CommunityView";
3
3
  import type { LanguageId } from "./LanguageId";
4
4
  import type { Site } from "./Site";
5
- export interface GetCommunityResponse {
5
+ /**
6
+ * The community response.
7
+ */
8
+ export type GetCommunityResponse = {
6
9
  community_view: CommunityView;
7
10
  site?: Site;
8
11
  moderators: Array<CommunityModeratorView>;
9
12
  discussion_languages: Array<LanguageId>;
10
- }
13
+ };
@@ -1,4 +1,10 @@
1
1
  import type { FederatedInstances } from "./FederatedInstances";
2
- export interface GetFederatedInstancesResponse {
2
+ /**
3
+ * A response of federated instances.
4
+ */
5
+ export type GetFederatedInstancesResponse = {
6
+ /**
7
+ * Optional, because federation may be disabled.
8
+ */
3
9
  federated_instances?: FederatedInstances;
4
- }
10
+ };
@@ -1,15 +1,19 @@
1
1
  import type { CommentId } from "./CommentId";
2
2
  import type { CommunityId } from "./CommunityId";
3
3
  import type { ModlogActionType } from "./ModlogActionType";
4
+ import type { ModlogCombinedPaginationCursor } from "./ModlogCombinedPaginationCursor";
4
5
  import type { PersonId } from "./PersonId";
5
6
  import type { PostId } from "./PostId";
6
- export interface GetModlog {
7
+ /**
8
+ * Fetches the modlog.
9
+ */
10
+ export type GetModlog = {
7
11
  mod_person_id?: PersonId;
8
12
  community_id?: CommunityId;
9
- page?: number;
10
- limit?: number;
11
13
  type_?: ModlogActionType;
12
14
  other_person_id?: PersonId;
13
15
  post_id?: PostId;
14
16
  comment_id?: CommentId;
15
- }
17
+ page_cursor?: ModlogCombinedPaginationCursor;
18
+ page_back?: boolean;
19
+ };
@@ -1,32 +1,7 @@
1
- import type { AdminPurgeCommentView } from "./AdminPurgeCommentView";
2
- import type { AdminPurgeCommunityView } from "./AdminPurgeCommunityView";
3
- import type { AdminPurgePersonView } from "./AdminPurgePersonView";
4
- import type { AdminPurgePostView } from "./AdminPurgePostView";
5
- import type { ModAddCommunityView } from "./ModAddCommunityView";
6
- import type { ModAddView } from "./ModAddView";
7
- import type { ModBanFromCommunityView } from "./ModBanFromCommunityView";
8
- import type { ModBanView } from "./ModBanView";
9
- import type { ModFeaturePostView } from "./ModFeaturePostView";
10
- import type { ModHideCommunityView } from "./ModHideCommunityView";
11
- import type { ModLockPostView } from "./ModLockPostView";
12
- import type { ModRemoveCommentView } from "./ModRemoveCommentView";
13
- import type { ModRemoveCommunityView } from "./ModRemoveCommunityView";
14
- import type { ModRemovePostView } from "./ModRemovePostView";
15
- import type { ModTransferCommunityView } from "./ModTransferCommunityView";
16
- export interface GetModlogResponse {
17
- removed_posts: Array<ModRemovePostView>;
18
- locked_posts: Array<ModLockPostView>;
19
- featured_posts: Array<ModFeaturePostView>;
20
- removed_comments: Array<ModRemoveCommentView>;
21
- removed_communities: Array<ModRemoveCommunityView>;
22
- banned_from_community: Array<ModBanFromCommunityView>;
23
- banned: Array<ModBanView>;
24
- added_to_community: Array<ModAddCommunityView>;
25
- transferred_to_community: Array<ModTransferCommunityView>;
26
- added: Array<ModAddView>;
27
- admin_purged_persons: Array<AdminPurgePersonView>;
28
- admin_purged_communities: Array<AdminPurgeCommunityView>;
29
- admin_purged_posts: Array<AdminPurgePostView>;
30
- admin_purged_comments: Array<AdminPurgeCommentView>;
31
- hidden_communities: Array<ModHideCommunityView>;
32
- }
1
+ import type { ModlogCombinedView } from "./ModlogCombinedView";
2
+ /**
3
+ * The modlog fetch response.
4
+ */
5
+ export type GetModlogResponse = {
6
+ modlog: Array<ModlogCombinedView>;
7
+ };
@@ -1,12 +1,13 @@
1
- import type { CommunityId } from "./CommunityId";
2
1
  import type { PersonId } from "./PersonId";
3
- import type { SortType } from "./SortType";
4
- export interface GetPersonDetails {
2
+ /**
3
+ * Gets a person's details.
4
+ *
5
+ * Either person_id, or username are required.
6
+ */
7
+ export type GetPersonDetails = {
5
8
  person_id?: PersonId;
9
+ /**
10
+ * Example: dessalines , or dessalines@xyz.tld
11
+ */
6
12
  username?: string;
7
- sort?: SortType;
8
- page?: number;
9
- limit?: number;
10
- community_id?: CommunityId;
11
- saved_only?: boolean;
12
- }
13
+ };
@@ -1,12 +1,11 @@
1
- import type { CommentView } from "./CommentView";
2
1
  import type { CommunityModeratorView } from "./CommunityModeratorView";
3
2
  import type { PersonView } from "./PersonView";
4
- import type { PostView } from "./PostView";
5
3
  import type { Site } from "./Site";
6
- export interface GetPersonDetailsResponse {
4
+ /**
5
+ * A person's details response.
6
+ */
7
+ export type GetPersonDetailsResponse = {
7
8
  person_view: PersonView;
8
9
  site?: Site;
9
- comments: Array<CommentView>;
10
- posts: Array<PostView>;
11
10
  moderates: Array<CommunityModeratorView>;
12
- }
11
+ };
@@ -1,6 +1,9 @@
1
1
  import type { CommentId } from "./CommentId";
2
2
  import type { PostId } from "./PostId";
3
- export interface GetPost {
3
+ /**
4
+ * Get a post. Needs either the post id, or comment_id.
5
+ */
6
+ export type GetPost = {
4
7
  id?: PostId;
5
8
  comment_id?: CommentId;
6
- }
9
+ };
@@ -1,9 +1,15 @@
1
1
  import type { CommunityModeratorView } from "./CommunityModeratorView";
2
2
  import type { CommunityView } from "./CommunityView";
3
3
  import type { PostView } from "./PostView";
4
- export interface GetPostResponse {
4
+ /**
5
+ * The post response.
6
+ */
7
+ export type GetPostResponse = {
5
8
  post_view: PostView;
6
9
  community_view: CommunityView;
7
10
  moderators: Array<CommunityModeratorView>;
11
+ /**
12
+ * A list of cross-posts, or other times / communities this link has been posted to.
13
+ */
8
14
  cross_posts: Array<PostView>;
9
- }
15
+ };
@@ -1,19 +1,45 @@
1
1
  import type { CommunityId } from "./CommunityId";
2
2
  import type { ListingType } from "./ListingType";
3
3
  import type { PaginationCursor } from "./PaginationCursor";
4
- import type { SortType } from "./SortType";
5
- export interface GetPosts {
4
+ import type { PostSortType } from "./PostSortType";
5
+ /**
6
+ * Get a list of posts.
7
+ */
8
+ export type GetPosts = {
6
9
  type_?: ListingType;
7
- sort?: SortType;
10
+ sort?: PostSortType;
11
+ /**
12
+ * DEPRECATED, use page_cursor
13
+ */
8
14
  page?: number;
9
15
  limit?: number;
10
16
  community_id?: CommunityId;
11
17
  community_name?: string;
12
18
  saved_only?: boolean;
19
+ read_only?: boolean;
13
20
  liked_only?: boolean;
14
21
  disliked_only?: boolean;
15
22
  show_hidden?: boolean;
23
+ /**
24
+ * If true, then show the read posts (even if your user setting is to hide them)
25
+ */
16
26
  show_read?: boolean;
27
+ /**
28
+ * If true, then show the nsfw posts (even if your user setting is to hide them)
29
+ */
17
30
  show_nsfw?: boolean;
31
+ /**
32
+ * If false, then show posts with media attached (even if your user setting is to hide them)
33
+ */
34
+ hide_media?: boolean;
35
+ /**
36
+ * Whether to automatically mark fetched posts as read.
37
+ */
38
+ mark_as_read?: boolean;
39
+ /**
40
+ * If true, then only show posts with no comments
41
+ */
42
+ no_comments_only?: boolean;
18
43
  page_cursor?: PaginationCursor;
19
- }
44
+ page_back?: boolean;
45
+ };