@blorp-labs/piefed-api-client 0.1.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 (2257) hide show
  1. package/README.md +44 -0
  2. package/dist/client/admin/admin.d.ts +56 -0
  3. package/dist/client/admin/admin.d.ts.map +1 -0
  4. package/dist/client/admin/admin.js +34 -0
  5. package/dist/client/admin/admin.js.map +1 -0
  6. package/dist/client/comment/comment.d.ts +348 -0
  7. package/dist/client/comment/comment.d.ts.map +1 -0
  8. package/dist/client/comment/comment.js +212 -0
  9. package/dist/client/comment/comment.js.map +1 -0
  10. package/dist/client/community/community.d.ts +416 -0
  11. package/dist/client/community/community.d.ts.map +1 -0
  12. package/dist/client/community/community.js +252 -0
  13. package/dist/client/community/community.js.map +1 -0
  14. package/dist/client/feed/feed.d.ts +156 -0
  15. package/dist/client/feed/feed.d.ts.map +1 -0
  16. package/dist/client/feed/feed.js +95 -0
  17. package/dist/client/feed/feed.js.map +1 -0
  18. package/dist/client/misc/misc.d.ts +128 -0
  19. package/dist/client/misc/misc.d.ts.map +1 -0
  20. package/dist/client/misc/misc.js +89 -0
  21. package/dist/client/misc/misc.js.map +1 -0
  22. package/dist/client/post/post.d.ts +492 -0
  23. package/dist/client/post/post.d.ts.map +1 -0
  24. package/dist/client/post/post.js +311 -0
  25. package/dist/client/post/post.js.map +1 -0
  26. package/dist/client/private-message/private-message.d.ts +204 -0
  27. package/dist/client/private-message/private-message.d.ts.map +1 -0
  28. package/dist/client/private-message/private-message.js +123 -0
  29. package/dist/client/private-message/private-message.js.map +1 -0
  30. package/dist/client/site/site.d.ts +116 -0
  31. package/dist/client/site/site.d.ts.map +1 -0
  32. package/dist/client/site/site.js +70 -0
  33. package/dist/client/site/site.js.map +1 -0
  34. package/dist/client/topic/topic.d.ts +32 -0
  35. package/dist/client/topic/topic.d.ts.map +1 -0
  36. package/dist/client/topic/topic.js +20 -0
  37. package/dist/client/topic/topic.js.map +1 -0
  38. package/dist/client/upload/upload.d.ts +120 -0
  39. package/dist/client/upload/upload.d.ts.map +1 -0
  40. package/dist/client/upload/upload.js +60 -0
  41. package/dist/client/upload/upload.js.map +1 -0
  42. package/dist/client/user/user.d.ts +496 -0
  43. package/dist/client/user/user.d.ts.map +1 -0
  44. package/dist/client/user/user.js +310 -0
  45. package/dist/client/user/user.js.map +1 -0
  46. package/dist/index.d.ts +13 -0
  47. package/dist/index.d.ts.map +1 -0
  48. package/dist/index.js +15 -0
  49. package/dist/index.js.map +1 -0
  50. package/dist/schemas/adminPurgeComment.d.ts +15 -0
  51. package/dist/schemas/adminPurgeComment.d.ts.map +1 -0
  52. package/dist/schemas/adminPurgeComment.js +2 -0
  53. package/dist/schemas/adminPurgeComment.js.map +1 -0
  54. package/dist/schemas/adminPurgeCommentReason.d.ts +8 -0
  55. package/dist/schemas/adminPurgeCommentReason.d.ts.map +1 -0
  56. package/dist/schemas/adminPurgeCommentReason.js +8 -0
  57. package/dist/schemas/adminPurgeCommentReason.js.map +1 -0
  58. package/dist/schemas/adminPurgeCommentView.d.ts +15 -0
  59. package/dist/schemas/adminPurgeCommentView.d.ts.map +1 -0
  60. package/dist/schemas/adminPurgeCommentView.js +2 -0
  61. package/dist/schemas/adminPurgeCommentView.js.map +1 -0
  62. package/dist/schemas/adminPurgeCommunity.d.ts +14 -0
  63. package/dist/schemas/adminPurgeCommunity.d.ts.map +1 -0
  64. package/dist/schemas/adminPurgeCommunity.js +2 -0
  65. package/dist/schemas/adminPurgeCommunity.js.map +1 -0
  66. package/dist/schemas/adminPurgeCommunityReason.d.ts +8 -0
  67. package/dist/schemas/adminPurgeCommunityReason.d.ts.map +1 -0
  68. package/dist/schemas/adminPurgeCommunityReason.js +8 -0
  69. package/dist/schemas/adminPurgeCommunityReason.js.map +1 -0
  70. package/dist/schemas/adminPurgeCommunityView.d.ts +13 -0
  71. package/dist/schemas/adminPurgeCommunityView.d.ts.map +1 -0
  72. package/dist/schemas/adminPurgeCommunityView.js +2 -0
  73. package/dist/schemas/adminPurgeCommunityView.js.map +1 -0
  74. package/dist/schemas/adminPurgePerson.d.ts +14 -0
  75. package/dist/schemas/adminPurgePerson.d.ts.map +1 -0
  76. package/dist/schemas/adminPurgePerson.js +2 -0
  77. package/dist/schemas/adminPurgePerson.js.map +1 -0
  78. package/dist/schemas/adminPurgePersonReason.d.ts +8 -0
  79. package/dist/schemas/adminPurgePersonReason.d.ts.map +1 -0
  80. package/dist/schemas/adminPurgePersonReason.js +8 -0
  81. package/dist/schemas/adminPurgePersonReason.js.map +1 -0
  82. package/dist/schemas/adminPurgePersonView.d.ts +13 -0
  83. package/dist/schemas/adminPurgePersonView.d.ts.map +1 -0
  84. package/dist/schemas/adminPurgePersonView.js +2 -0
  85. package/dist/schemas/adminPurgePersonView.js.map +1 -0
  86. package/dist/schemas/adminPurgePost.d.ts +16 -0
  87. package/dist/schemas/adminPurgePost.d.ts.map +1 -0
  88. package/dist/schemas/adminPurgePost.js +2 -0
  89. package/dist/schemas/adminPurgePost.js.map +1 -0
  90. package/dist/schemas/adminPurgePostCommunityId.d.ts +8 -0
  91. package/dist/schemas/adminPurgePostCommunityId.d.ts.map +1 -0
  92. package/dist/schemas/adminPurgePostCommunityId.js +8 -0
  93. package/dist/schemas/adminPurgePostCommunityId.js.map +1 -0
  94. package/dist/schemas/adminPurgePostReason.d.ts +8 -0
  95. package/dist/schemas/adminPurgePostReason.d.ts.map +1 -0
  96. package/dist/schemas/adminPurgePostReason.js +8 -0
  97. package/dist/schemas/adminPurgePostReason.js.map +1 -0
  98. package/dist/schemas/adminPurgePostView.d.ts +15 -0
  99. package/dist/schemas/adminPurgePostView.d.ts.map +1 -0
  100. package/dist/schemas/adminPurgePostView.js +2 -0
  101. package/dist/schemas/adminPurgePostView.js.map +1 -0
  102. package/dist/schemas/blockCommunityRequest.d.ts +11 -0
  103. package/dist/schemas/blockCommunityRequest.d.ts.map +1 -0
  104. package/dist/schemas/blockCommunityRequest.js +8 -0
  105. package/dist/schemas/blockCommunityRequest.js.map +1 -0
  106. package/dist/schemas/blockCommunityResponse.d.ts +12 -0
  107. package/dist/schemas/blockCommunityResponse.d.ts.map +1 -0
  108. package/dist/schemas/blockCommunityResponse.js +2 -0
  109. package/dist/schemas/blockCommunityResponse.js.map +1 -0
  110. package/dist/schemas/blockInstanceRequest.d.ts +11 -0
  111. package/dist/schemas/blockInstanceRequest.d.ts.map +1 -0
  112. package/dist/schemas/blockInstanceRequest.js +8 -0
  113. package/dist/schemas/blockInstanceRequest.js.map +1 -0
  114. package/dist/schemas/blockInstanceResponse.d.ts +10 -0
  115. package/dist/schemas/blockInstanceResponse.d.ts.map +1 -0
  116. package/dist/schemas/blockInstanceResponse.js +8 -0
  117. package/dist/schemas/blockInstanceResponse.js.map +1 -0
  118. package/dist/schemas/comment.d.ts +27 -0
  119. package/dist/schemas/comment.d.ts.map +1 -0
  120. package/dist/schemas/comment.js +2 -0
  121. package/dist/schemas/comment.js.map +1 -0
  122. package/dist/schemas/commentAggregates.d.ts +15 -0
  123. package/dist/schemas/commentAggregates.d.ts.map +1 -0
  124. package/dist/schemas/commentAggregates.js +8 -0
  125. package/dist/schemas/commentAggregates.js.map +1 -0
  126. package/dist/schemas/commentEmojiReactions.d.ts +9 -0
  127. package/dist/schemas/commentEmojiReactions.d.ts.map +1 -0
  128. package/dist/schemas/commentEmojiReactions.js +2 -0
  129. package/dist/schemas/commentEmojiReactions.js.map +1 -0
  130. package/dist/schemas/commentLikeView.d.ts +14 -0
  131. package/dist/schemas/commentLikeView.d.ts.map +1 -0
  132. package/dist/schemas/commentLikeView.js +2 -0
  133. package/dist/schemas/commentLikeView.js.map +1 -0
  134. package/dist/schemas/commentReply.d.ts +14 -0
  135. package/dist/schemas/commentReply.d.ts.map +1 -0
  136. package/dist/schemas/commentReply.js +8 -0
  137. package/dist/schemas/commentReply.js.map +1 -0
  138. package/dist/schemas/commentReplyView.d.ts +31 -0
  139. package/dist/schemas/commentReplyView.d.ts.map +1 -0
  140. package/dist/schemas/commentReplyView.js +2 -0
  141. package/dist/schemas/commentReplyView.js.map +1 -0
  142. package/dist/schemas/commentReplyViewSubscribed.d.ts +13 -0
  143. package/dist/schemas/commentReplyViewSubscribed.d.ts.map +1 -0
  144. package/dist/schemas/commentReplyViewSubscribed.js +13 -0
  145. package/dist/schemas/commentReplyViewSubscribed.js.map +1 -0
  146. package/dist/schemas/commentReport.d.ts +17 -0
  147. package/dist/schemas/commentReport.d.ts.map +1 -0
  148. package/dist/schemas/commentReport.js +8 -0
  149. package/dist/schemas/commentReport.js.map +1 -0
  150. package/dist/schemas/commentReportView.d.ts +34 -0
  151. package/dist/schemas/commentReportView.d.ts.map +1 -0
  152. package/dist/schemas/commentReportView.js +2 -0
  153. package/dist/schemas/commentReportView.js.map +1 -0
  154. package/dist/schemas/commentReportViewSubscribed.d.ts +16 -0
  155. package/dist/schemas/commentReportViewSubscribed.d.ts.map +1 -0
  156. package/dist/schemas/commentReportViewSubscribed.js +13 -0
  157. package/dist/schemas/commentReportViewSubscribed.js.map +1 -0
  158. package/dist/schemas/commentView.d.ts +31 -0
  159. package/dist/schemas/commentView.d.ts.map +1 -0
  160. package/dist/schemas/commentView.js +2 -0
  161. package/dist/schemas/commentView.js.map +1 -0
  162. package/dist/schemas/commentViewSubscribed.d.ts +16 -0
  163. package/dist/schemas/commentViewSubscribed.d.ts.map +1 -0
  164. package/dist/schemas/commentViewSubscribed.js +13 -0
  165. package/dist/schemas/commentViewSubscribed.js.map +1 -0
  166. package/dist/schemas/community.d.ts +33 -0
  167. package/dist/schemas/community.d.ts.map +1 -0
  168. package/dist/schemas/community.js +2 -0
  169. package/dist/schemas/community.js.map +1 -0
  170. package/dist/schemas/communityAggregates.d.ts +19 -0
  171. package/dist/schemas/communityAggregates.d.ts.map +1 -0
  172. package/dist/schemas/communityAggregates.js +8 -0
  173. package/dist/schemas/communityAggregates.js.map +1 -0
  174. package/dist/schemas/communityBanner.d.ts +8 -0
  175. package/dist/schemas/communityBanner.d.ts.map +1 -0
  176. package/dist/schemas/communityBanner.js +8 -0
  177. package/dist/schemas/communityBanner.js.map +1 -0
  178. package/dist/schemas/communityBlockView.d.ts +13 -0
  179. package/dist/schemas/communityBlockView.d.ts.map +1 -0
  180. package/dist/schemas/communityBlockView.js +2 -0
  181. package/dist/schemas/communityBlockView.js.map +1 -0
  182. package/dist/schemas/communityFlair.d.ts +20 -0
  183. package/dist/schemas/communityFlair.d.ts.map +1 -0
  184. package/dist/schemas/communityFlair.js +2 -0
  185. package/dist/schemas/communityFlair.js.map +1 -0
  186. package/dist/schemas/communityFlairApId.d.ts +11 -0
  187. package/dist/schemas/communityFlairApId.d.ts.map +1 -0
  188. package/dist/schemas/communityFlairApId.js +8 -0
  189. package/dist/schemas/communityFlairApId.js.map +1 -0
  190. package/dist/schemas/communityFlairCreateRequest.d.ts +16 -0
  191. package/dist/schemas/communityFlairCreateRequest.d.ts.map +1 -0
  192. package/dist/schemas/communityFlairCreateRequest.js +8 -0
  193. package/dist/schemas/communityFlairCreateRequest.js.map +1 -0
  194. package/dist/schemas/communityFlairCreateResponse.d.ts +20 -0
  195. package/dist/schemas/communityFlairCreateResponse.d.ts.map +1 -0
  196. package/dist/schemas/communityFlairCreateResponse.js +2 -0
  197. package/dist/schemas/communityFlairCreateResponse.js.map +1 -0
  198. package/dist/schemas/communityFlairCreateResponseApId.d.ts +11 -0
  199. package/dist/schemas/communityFlairCreateResponseApId.d.ts.map +1 -0
  200. package/dist/schemas/communityFlairCreateResponseApId.js +8 -0
  201. package/dist/schemas/communityFlairCreateResponseApId.js.map +1 -0
  202. package/dist/schemas/communityFlairDeleteRequest.d.ts +10 -0
  203. package/dist/schemas/communityFlairDeleteRequest.d.ts.map +1 -0
  204. package/dist/schemas/communityFlairDeleteRequest.js +8 -0
  205. package/dist/schemas/communityFlairDeleteRequest.js.map +1 -0
  206. package/dist/schemas/communityFlairDeleteResponse.d.ts +16 -0
  207. package/dist/schemas/communityFlairDeleteResponse.d.ts.map +1 -0
  208. package/dist/schemas/communityFlairDeleteResponse.js +2 -0
  209. package/dist/schemas/communityFlairDeleteResponse.js.map +1 -0
  210. package/dist/schemas/communityFlairEditRequest.d.ts +16 -0
  211. package/dist/schemas/communityFlairEditRequest.d.ts.map +1 -0
  212. package/dist/schemas/communityFlairEditRequest.js +8 -0
  213. package/dist/schemas/communityFlairEditRequest.js.map +1 -0
  214. package/dist/schemas/communityFlairEditResponse.d.ts +20 -0
  215. package/dist/schemas/communityFlairEditResponse.d.ts.map +1 -0
  216. package/dist/schemas/communityFlairEditResponse.js +2 -0
  217. package/dist/schemas/communityFlairEditResponse.js.map +1 -0
  218. package/dist/schemas/communityFlairEditResponseApId.d.ts +11 -0
  219. package/dist/schemas/communityFlairEditResponseApId.d.ts.map +1 -0
  220. package/dist/schemas/communityFlairEditResponseApId.js +8 -0
  221. package/dist/schemas/communityFlairEditResponseApId.js.map +1 -0
  222. package/dist/schemas/communityFollowerView.d.ts +13 -0
  223. package/dist/schemas/communityFollowerView.d.ts.map +1 -0
  224. package/dist/schemas/communityFollowerView.js +2 -0
  225. package/dist/schemas/communityFollowerView.js.map +1 -0
  226. package/dist/schemas/communityIcon.d.ts +8 -0
  227. package/dist/schemas/communityIcon.d.ts.map +1 -0
  228. package/dist/schemas/communityIcon.js +8 -0
  229. package/dist/schemas/communityIcon.js.map +1 -0
  230. package/dist/schemas/communityModerationBanItem.d.ts +20 -0
  231. package/dist/schemas/communityModerationBanItem.d.ts.map +1 -0
  232. package/dist/schemas/communityModerationBanItem.js +2 -0
  233. package/dist/schemas/communityModerationBanItem.js.map +1 -0
  234. package/dist/schemas/communityModerationBanItemExpiredAt.d.ts +8 -0
  235. package/dist/schemas/communityModerationBanItemExpiredAt.d.ts.map +1 -0
  236. package/dist/schemas/communityModerationBanItemExpiredAt.js +8 -0
  237. package/dist/schemas/communityModerationBanItemExpiredAt.js.map +1 -0
  238. package/dist/schemas/communityModerationBanItemExpiresAt.d.ts +8 -0
  239. package/dist/schemas/communityModerationBanItemExpiresAt.d.ts.map +1 -0
  240. package/dist/schemas/communityModerationBanItemExpiresAt.js +8 -0
  241. package/dist/schemas/communityModerationBanItemExpiresAt.js.map +1 -0
  242. package/dist/schemas/communityModerationBanRequest.d.ts +14 -0
  243. package/dist/schemas/communityModerationBanRequest.d.ts.map +1 -0
  244. package/dist/schemas/communityModerationBanRequest.js +8 -0
  245. package/dist/schemas/communityModerationBanRequest.js.map +1 -0
  246. package/dist/schemas/communityModerationBansListResponse.d.ts +13 -0
  247. package/dist/schemas/communityModerationBansListResponse.d.ts.map +1 -0
  248. package/dist/schemas/communityModerationBansListResponse.js +2 -0
  249. package/dist/schemas/communityModerationBansListResponse.js.map +1 -0
  250. package/dist/schemas/communityModerationBansListResponseNextPage.d.ts +8 -0
  251. package/dist/schemas/communityModerationBansListResponseNextPage.d.ts.map +1 -0
  252. package/dist/schemas/communityModerationBansListResponseNextPage.js +8 -0
  253. package/dist/schemas/communityModerationBansListResponseNextPage.js.map +1 -0
  254. package/dist/schemas/communityModerationNsfwRequest.d.ts +11 -0
  255. package/dist/schemas/communityModerationNsfwRequest.d.ts.map +1 -0
  256. package/dist/schemas/communityModerationNsfwRequest.js +8 -0
  257. package/dist/schemas/communityModerationNsfwRequest.js.map +1 -0
  258. package/dist/schemas/communityModerationUnbanRequest.d.ts +11 -0
  259. package/dist/schemas/communityModerationUnbanRequest.d.ts.map +1 -0
  260. package/dist/schemas/communityModerationUnbanRequest.js +8 -0
  261. package/dist/schemas/communityModerationUnbanRequest.js.map +1 -0
  262. package/dist/schemas/communityModeratorView.d.ts +13 -0
  263. package/dist/schemas/communityModeratorView.d.ts.map +1 -0
  264. package/dist/schemas/communityModeratorView.js +2 -0
  265. package/dist/schemas/communityModeratorView.js.map +1 -0
  266. package/dist/schemas/communityPostingWarning.d.ts +8 -0
  267. package/dist/schemas/communityPostingWarning.d.ts.map +1 -0
  268. package/dist/schemas/communityPostingWarning.js +8 -0
  269. package/dist/schemas/communityPostingWarning.js.map +1 -0
  270. package/dist/schemas/communityResponse.d.ts +12 -0
  271. package/dist/schemas/communityResponse.d.ts.map +1 -0
  272. package/dist/schemas/communityResponse.js +2 -0
  273. package/dist/schemas/communityResponse.js.map +1 -0
  274. package/dist/schemas/communityView.d.ts +19 -0
  275. package/dist/schemas/communityView.d.ts.map +1 -0
  276. package/dist/schemas/communityView.js +2 -0
  277. package/dist/schemas/communityView.js.map +1 -0
  278. package/dist/schemas/communityViewSubscribed.d.ts +13 -0
  279. package/dist/schemas/communityViewSubscribed.d.ts.map +1 -0
  280. package/dist/schemas/communityViewSubscribed.js +13 -0
  281. package/dist/schemas/communityViewSubscribed.js.map +1 -0
  282. package/dist/schemas/createCommentRequest.d.ts +13 -0
  283. package/dist/schemas/createCommentRequest.d.ts.map +1 -0
  284. package/dist/schemas/createCommentRequest.js +8 -0
  285. package/dist/schemas/createCommentRequest.js.map +1 -0
  286. package/dist/schemas/createCommunityRequest.d.ts +22 -0
  287. package/dist/schemas/createCommunityRequest.d.ts.map +1 -0
  288. package/dist/schemas/createCommunityRequest.js +2 -0
  289. package/dist/schemas/createCommunityRequest.js.map +1 -0
  290. package/dist/schemas/createCommunityRequestBannerUrl.d.ts +8 -0
  291. package/dist/schemas/createCommunityRequestBannerUrl.d.ts.map +1 -0
  292. package/dist/schemas/createCommunityRequestBannerUrl.js +8 -0
  293. package/dist/schemas/createCommunityRequestBannerUrl.js.map +1 -0
  294. package/dist/schemas/createCommunityRequestIconUrl.d.ts +8 -0
  295. package/dist/schemas/createCommunityRequestIconUrl.d.ts.map +1 -0
  296. package/dist/schemas/createCommunityRequestIconUrl.js +8 -0
  297. package/dist/schemas/createCommunityRequestIconUrl.js.map +1 -0
  298. package/dist/schemas/createFeedRequest.d.ts +30 -0
  299. package/dist/schemas/createFeedRequest.d.ts.map +1 -0
  300. package/dist/schemas/createFeedRequest.js +2 -0
  301. package/dist/schemas/createFeedRequest.js.map +1 -0
  302. package/dist/schemas/createFeedRequestBannerUrl.d.ts +8 -0
  303. package/dist/schemas/createFeedRequestBannerUrl.d.ts.map +1 -0
  304. package/dist/schemas/createFeedRequestBannerUrl.js +8 -0
  305. package/dist/schemas/createFeedRequestBannerUrl.js.map +1 -0
  306. package/dist/schemas/createFeedRequestIconUrl.d.ts +8 -0
  307. package/dist/schemas/createFeedRequestIconUrl.d.ts.map +1 -0
  308. package/dist/schemas/createFeedRequestIconUrl.js +8 -0
  309. package/dist/schemas/createFeedRequestIconUrl.js.map +1 -0
  310. package/dist/schemas/createFeedRequestParentFeedId.d.ts +11 -0
  311. package/dist/schemas/createFeedRequestParentFeedId.d.ts.map +1 -0
  312. package/dist/schemas/createFeedRequestParentFeedId.js +8 -0
  313. package/dist/schemas/createFeedRequestParentFeedId.js.map +1 -0
  314. package/dist/schemas/createPostRequest.d.ts +22 -0
  315. package/dist/schemas/createPostRequest.d.ts.map +1 -0
  316. package/dist/schemas/createPostRequest.js +2 -0
  317. package/dist/schemas/createPostRequest.js.map +1 -0
  318. package/dist/schemas/createPostRequestEvent.d.ts +9 -0
  319. package/dist/schemas/createPostRequestEvent.d.ts.map +1 -0
  320. package/dist/schemas/createPostRequestEvent.js +2 -0
  321. package/dist/schemas/createPostRequestEvent.js.map +1 -0
  322. package/dist/schemas/createPostRequestPoll.d.ts +9 -0
  323. package/dist/schemas/createPostRequestPoll.d.ts.map +1 -0
  324. package/dist/schemas/createPostRequestPoll.js +2 -0
  325. package/dist/schemas/createPostRequestPoll.js.map +1 -0
  326. package/dist/schemas/createPrivateMessageRequest.d.ts +11 -0
  327. package/dist/schemas/createPrivateMessageRequest.d.ts.map +1 -0
  328. package/dist/schemas/createPrivateMessageRequest.js +8 -0
  329. package/dist/schemas/createPrivateMessageRequest.js.map +1 -0
  330. package/dist/schemas/defaultError.d.ts +10 -0
  331. package/dist/schemas/defaultError.d.ts.map +1 -0
  332. package/dist/schemas/defaultError.js +8 -0
  333. package/dist/schemas/defaultError.js.map +1 -0
  334. package/dist/schemas/deleteCommentRequest.d.ts +11 -0
  335. package/dist/schemas/deleteCommentRequest.d.ts.map +1 -0
  336. package/dist/schemas/deleteCommentRequest.js +8 -0
  337. package/dist/schemas/deleteCommentRequest.js.map +1 -0
  338. package/dist/schemas/deleteCommunityRequest.d.ts +11 -0
  339. package/dist/schemas/deleteCommunityRequest.d.ts.map +1 -0
  340. package/dist/schemas/deleteCommunityRequest.js +8 -0
  341. package/dist/schemas/deleteCommunityRequest.js.map +1 -0
  342. package/dist/schemas/deleteFeedRequest.d.ts +11 -0
  343. package/dist/schemas/deleteFeedRequest.d.ts.map +1 -0
  344. package/dist/schemas/deleteFeedRequest.js +8 -0
  345. package/dist/schemas/deleteFeedRequest.js.map +1 -0
  346. package/dist/schemas/deletePostRequest.d.ts +11 -0
  347. package/dist/schemas/deletePostRequest.d.ts.map +1 -0
  348. package/dist/schemas/deletePostRequest.js +8 -0
  349. package/dist/schemas/deletePostRequest.js.map +1 -0
  350. package/dist/schemas/deletePrivateMessageRequest.d.ts +11 -0
  351. package/dist/schemas/deletePrivateMessageRequest.d.ts.map +1 -0
  352. package/dist/schemas/deletePrivateMessageRequest.js +8 -0
  353. package/dist/schemas/deletePrivateMessageRequest.js.map +1 -0
  354. package/dist/schemas/domainBlockRequest.d.ts +11 -0
  355. package/dist/schemas/domainBlockRequest.d.ts.map +1 -0
  356. package/dist/schemas/domainBlockRequest.js +8 -0
  357. package/dist/schemas/domainBlockRequest.js.map +1 -0
  358. package/dist/schemas/domainBlockResponse.d.ts +10 -0
  359. package/dist/schemas/domainBlockResponse.d.ts.map +1 -0
  360. package/dist/schemas/domainBlockResponse.js +8 -0
  361. package/dist/schemas/domainBlockResponse.js.map +1 -0
  362. package/dist/schemas/editCommentRequest.d.ts +14 -0
  363. package/dist/schemas/editCommentRequest.d.ts.map +1 -0
  364. package/dist/schemas/editCommentRequest.js +8 -0
  365. package/dist/schemas/editCommentRequest.js.map +1 -0
  366. package/dist/schemas/editCommunityRequest.d.ts +22 -0
  367. package/dist/schemas/editCommunityRequest.d.ts.map +1 -0
  368. package/dist/schemas/editCommunityRequest.js +2 -0
  369. package/dist/schemas/editCommunityRequest.js.map +1 -0
  370. package/dist/schemas/editCommunityRequestBannerUrl.d.ts +8 -0
  371. package/dist/schemas/editCommunityRequestBannerUrl.d.ts.map +1 -0
  372. package/dist/schemas/editCommunityRequestBannerUrl.js +8 -0
  373. package/dist/schemas/editCommunityRequestBannerUrl.js.map +1 -0
  374. package/dist/schemas/editCommunityRequestIconUrl.d.ts +8 -0
  375. package/dist/schemas/editCommunityRequestIconUrl.d.ts.map +1 -0
  376. package/dist/schemas/editCommunityRequestIconUrl.js +8 -0
  377. package/dist/schemas/editCommunityRequestIconUrl.js.map +1 -0
  378. package/dist/schemas/editFeedRequest.d.ts +27 -0
  379. package/dist/schemas/editFeedRequest.d.ts.map +1 -0
  380. package/dist/schemas/editFeedRequest.js +2 -0
  381. package/dist/schemas/editFeedRequest.js.map +1 -0
  382. package/dist/schemas/editFeedRequestBannerUrl.d.ts +8 -0
  383. package/dist/schemas/editFeedRequestBannerUrl.d.ts.map +1 -0
  384. package/dist/schemas/editFeedRequestBannerUrl.js +8 -0
  385. package/dist/schemas/editFeedRequestBannerUrl.js.map +1 -0
  386. package/dist/schemas/editFeedRequestIconUrl.d.ts +8 -0
  387. package/dist/schemas/editFeedRequestIconUrl.d.ts.map +1 -0
  388. package/dist/schemas/editFeedRequestIconUrl.js +8 -0
  389. package/dist/schemas/editFeedRequestIconUrl.js.map +1 -0
  390. package/dist/schemas/editFeedRequestParentFeedId.d.ts +8 -0
  391. package/dist/schemas/editFeedRequestParentFeedId.d.ts.map +1 -0
  392. package/dist/schemas/editFeedRequestParentFeedId.js +8 -0
  393. package/dist/schemas/editFeedRequestParentFeedId.js.map +1 -0
  394. package/dist/schemas/editPostRequest.d.ts +30 -0
  395. package/dist/schemas/editPostRequest.d.ts.map +1 -0
  396. package/dist/schemas/editPostRequest.js +2 -0
  397. package/dist/schemas/editPostRequest.js.map +1 -0
  398. package/dist/schemas/editPostRequestAltText.d.ts +11 -0
  399. package/dist/schemas/editPostRequestAltText.d.ts.map +1 -0
  400. package/dist/schemas/editPostRequestAltText.js +8 -0
  401. package/dist/schemas/editPostRequestAltText.js.map +1 -0
  402. package/dist/schemas/editPostRequestEvent.d.ts +9 -0
  403. package/dist/schemas/editPostRequestEvent.d.ts.map +1 -0
  404. package/dist/schemas/editPostRequestEvent.js +2 -0
  405. package/dist/schemas/editPostRequestEvent.js.map +1 -0
  406. package/dist/schemas/editPostRequestFlair.d.ts +11 -0
  407. package/dist/schemas/editPostRequestFlair.d.ts.map +1 -0
  408. package/dist/schemas/editPostRequestFlair.js +8 -0
  409. package/dist/schemas/editPostRequestFlair.js.map +1 -0
  410. package/dist/schemas/editPostRequestPoll.d.ts +9 -0
  411. package/dist/schemas/editPostRequestPoll.d.ts.map +1 -0
  412. package/dist/schemas/editPostRequestPoll.js +2 -0
  413. package/dist/schemas/editPostRequestPoll.js.map +1 -0
  414. package/dist/schemas/editPostRequestTags.d.ts +11 -0
  415. package/dist/schemas/editPostRequestTags.d.ts.map +1 -0
  416. package/dist/schemas/editPostRequestTags.js +8 -0
  417. package/dist/schemas/editPostRequestTags.js.map +1 -0
  418. package/dist/schemas/editPostRequestUrl.d.ts +11 -0
  419. package/dist/schemas/editPostRequestUrl.d.ts.map +1 -0
  420. package/dist/schemas/editPostRequestUrl.js +8 -0
  421. package/dist/schemas/editPostRequestUrl.js.map +1 -0
  422. package/dist/schemas/editPrivateMessageRequest.d.ts +11 -0
  423. package/dist/schemas/editPrivateMessageRequest.d.ts.map +1 -0
  424. package/dist/schemas/editPrivateMessageRequest.js +8 -0
  425. package/dist/schemas/editPrivateMessageRequest.js.map +1 -0
  426. package/dist/schemas/error.d.ts +18 -0
  427. package/dist/schemas/error.d.ts.map +1 -0
  428. package/dist/schemas/error.js +2 -0
  429. package/dist/schemas/error.js.map +1 -0
  430. package/dist/schemas/errorErrors.d.ts +13 -0
  431. package/dist/schemas/errorErrors.d.ts.map +1 -0
  432. package/dist/schemas/errorErrors.js +8 -0
  433. package/dist/schemas/errorErrors.js.map +1 -0
  434. package/dist/schemas/featurePostRequest.d.ts +13 -0
  435. package/dist/schemas/featurePostRequest.d.ts.map +1 -0
  436. package/dist/schemas/featurePostRequest.js +2 -0
  437. package/dist/schemas/featurePostRequest.js.map +1 -0
  438. package/dist/schemas/featurePostRequestFeatureType.d.ts +12 -0
  439. package/dist/schemas/featurePostRequestFeatureType.d.ts.map +1 -0
  440. package/dist/schemas/featurePostRequestFeatureType.js +12 -0
  441. package/dist/schemas/featurePostRequestFeatureType.js.map +1 -0
  442. package/dist/schemas/federatedInstancesView.d.ts +13 -0
  443. package/dist/schemas/federatedInstancesView.d.ts.map +1 -0
  444. package/dist/schemas/federatedInstancesView.js +2 -0
  445. package/dist/schemas/federatedInstancesView.js.map +1 -0
  446. package/dist/schemas/feedListResponse.d.ts +11 -0
  447. package/dist/schemas/feedListResponse.d.ts.map +1 -0
  448. package/dist/schemas/feedListResponse.js +2 -0
  449. package/dist/schemas/feedListResponse.js.map +1 -0
  450. package/dist/schemas/feedView.d.ts +44 -0
  451. package/dist/schemas/feedView.d.ts.map +1 -0
  452. package/dist/schemas/feedView.js +2 -0
  453. package/dist/schemas/feedView.js.map +1 -0
  454. package/dist/schemas/feedViewBanner.d.ts +8 -0
  455. package/dist/schemas/feedViewBanner.d.ts.map +1 -0
  456. package/dist/schemas/feedViewBanner.js +8 -0
  457. package/dist/schemas/feedViewBanner.js.map +1 -0
  458. package/dist/schemas/feedViewDescription.d.ts +8 -0
  459. package/dist/schemas/feedViewDescription.d.ts.map +1 -0
  460. package/dist/schemas/feedViewDescription.js +8 -0
  461. package/dist/schemas/feedViewDescription.js.map +1 -0
  462. package/dist/schemas/feedViewDescriptionHtml.d.ts +8 -0
  463. package/dist/schemas/feedViewDescriptionHtml.d.ts.map +1 -0
  464. package/dist/schemas/feedViewDescriptionHtml.js +8 -0
  465. package/dist/schemas/feedViewDescriptionHtml.js.map +1 -0
  466. package/dist/schemas/feedViewIcon.d.ts +8 -0
  467. package/dist/schemas/feedViewIcon.d.ts.map +1 -0
  468. package/dist/schemas/feedViewIcon.js +8 -0
  469. package/dist/schemas/feedViewIcon.js.map +1 -0
  470. package/dist/schemas/feedViewParentFeedId.d.ts +8 -0
  471. package/dist/schemas/feedViewParentFeedId.d.ts.map +1 -0
  472. package/dist/schemas/feedViewParentFeedId.js +8 -0
  473. package/dist/schemas/feedViewParentFeedId.js.map +1 -0
  474. package/dist/schemas/followCommunityRequest.d.ts +11 -0
  475. package/dist/schemas/followCommunityRequest.d.ts.map +1 -0
  476. package/dist/schemas/followCommunityRequest.js +8 -0
  477. package/dist/schemas/followCommunityRequest.js.map +1 -0
  478. package/dist/schemas/followFeedRequest.d.ts +11 -0
  479. package/dist/schemas/followFeedRequest.d.ts.map +1 -0
  480. package/dist/schemas/followFeedRequest.js +8 -0
  481. package/dist/schemas/followFeedRequest.js.map +1 -0
  482. package/dist/schemas/getApiAlphaAdminRegistrationApplicationListParams.d.ts +14 -0
  483. package/dist/schemas/getApiAlphaAdminRegistrationApplicationListParams.d.ts.map +1 -0
  484. package/dist/schemas/getApiAlphaAdminRegistrationApplicationListParams.js +2 -0
  485. package/dist/schemas/getApiAlphaAdminRegistrationApplicationListParams.js.map +1 -0
  486. package/dist/schemas/getApiAlphaAdminRegistrationApplicationListSort.d.ts +12 -0
  487. package/dist/schemas/getApiAlphaAdminRegistrationApplicationListSort.d.ts.map +1 -0
  488. package/dist/schemas/getApiAlphaAdminRegistrationApplicationListSort.js +12 -0
  489. package/dist/schemas/getApiAlphaAdminRegistrationApplicationListSort.js.map +1 -0
  490. package/dist/schemas/getApiAlphaCommentLikeListParams.d.ts +12 -0
  491. package/dist/schemas/getApiAlphaCommentLikeListParams.d.ts.map +1 -0
  492. package/dist/schemas/getApiAlphaCommentLikeListParams.js +8 -0
  493. package/dist/schemas/getApiAlphaCommentLikeListParams.js.map +1 -0
  494. package/dist/schemas/getApiAlphaCommentListParams.d.ts +24 -0
  495. package/dist/schemas/getApiAlphaCommentListParams.d.ts.map +1 -0
  496. package/dist/schemas/getApiAlphaCommentListParams.js +2 -0
  497. package/dist/schemas/getApiAlphaCommentListParams.js.map +1 -0
  498. package/dist/schemas/getApiAlphaCommentListSort.d.ts +16 -0
  499. package/dist/schemas/getApiAlphaCommentListSort.d.ts.map +1 -0
  500. package/dist/schemas/getApiAlphaCommentListSort.js +16 -0
  501. package/dist/schemas/getApiAlphaCommentListSort.js.map +1 -0
  502. package/dist/schemas/getApiAlphaCommentParams.d.ts +10 -0
  503. package/dist/schemas/getApiAlphaCommentParams.d.ts.map +1 -0
  504. package/dist/schemas/getApiAlphaCommentParams.js +8 -0
  505. package/dist/schemas/getApiAlphaCommentParams.js.map +1 -0
  506. package/dist/schemas/getApiAlphaCommunityListParams.d.ts +16 -0
  507. package/dist/schemas/getApiAlphaCommunityListParams.d.ts.map +1 -0
  508. package/dist/schemas/getApiAlphaCommunityListParams.js +2 -0
  509. package/dist/schemas/getApiAlphaCommunityListParams.js.map +1 -0
  510. package/dist/schemas/getApiAlphaCommunityListSort.d.ts +20 -0
  511. package/dist/schemas/getApiAlphaCommunityListSort.d.ts.map +1 -0
  512. package/dist/schemas/getApiAlphaCommunityListSort.js +20 -0
  513. package/dist/schemas/getApiAlphaCommunityListSort.js.map +1 -0
  514. package/dist/schemas/getApiAlphaCommunityListType.d.ts +15 -0
  515. package/dist/schemas/getApiAlphaCommunityListType.d.ts.map +1 -0
  516. package/dist/schemas/getApiAlphaCommunityListType.js +15 -0
  517. package/dist/schemas/getApiAlphaCommunityListType.js.map +1 -0
  518. package/dist/schemas/getApiAlphaCommunityModerateBansParams.d.ts +12 -0
  519. package/dist/schemas/getApiAlphaCommunityModerateBansParams.d.ts.map +1 -0
  520. package/dist/schemas/getApiAlphaCommunityModerateBansParams.js +8 -0
  521. package/dist/schemas/getApiAlphaCommunityModerateBansParams.js.map +1 -0
  522. package/dist/schemas/getApiAlphaCommunityParams.d.ts +11 -0
  523. package/dist/schemas/getApiAlphaCommunityParams.d.ts.map +1 -0
  524. package/dist/schemas/getApiAlphaCommunityParams.js +8 -0
  525. package/dist/schemas/getApiAlphaCommunityParams.js.map +1 -0
  526. package/dist/schemas/getApiAlphaFeedListParams.d.ts +17 -0
  527. package/dist/schemas/getApiAlphaFeedListParams.d.ts.map +1 -0
  528. package/dist/schemas/getApiAlphaFeedListParams.js +8 -0
  529. package/dist/schemas/getApiAlphaFeedListParams.js.map +1 -0
  530. package/dist/schemas/getApiAlphaFeedParams.d.ts +11 -0
  531. package/dist/schemas/getApiAlphaFeedParams.d.ts.map +1 -0
  532. package/dist/schemas/getApiAlphaFeedParams.js +8 -0
  533. package/dist/schemas/getApiAlphaFeedParams.js.map +1 -0
  534. package/dist/schemas/getApiAlphaModlogParams.d.ts +18 -0
  535. package/dist/schemas/getApiAlphaModlogParams.d.ts.map +1 -0
  536. package/dist/schemas/getApiAlphaModlogParams.js +2 -0
  537. package/dist/schemas/getApiAlphaModlogParams.js.map +1 -0
  538. package/dist/schemas/getApiAlphaModlogType.d.ts +26 -0
  539. package/dist/schemas/getApiAlphaModlogType.d.ts.map +1 -0
  540. package/dist/schemas/getApiAlphaModlogType.js +26 -0
  541. package/dist/schemas/getApiAlphaModlogType.js.map +1 -0
  542. package/dist/schemas/getApiAlphaPostLikeListParams.d.ts +12 -0
  543. package/dist/schemas/getApiAlphaPostLikeListParams.d.ts.map +1 -0
  544. package/dist/schemas/getApiAlphaPostLikeListParams.js +8 -0
  545. package/dist/schemas/getApiAlphaPostLikeListParams.js.map +1 -0
  546. package/dist/schemas/getApiAlphaPostList2Params.d.ts +27 -0
  547. package/dist/schemas/getApiAlphaPostList2Params.d.ts.map +1 -0
  548. package/dist/schemas/getApiAlphaPostList2Params.js +2 -0
  549. package/dist/schemas/getApiAlphaPostList2Params.js.map +1 -0
  550. package/dist/schemas/getApiAlphaPostList2Sort.d.ts +27 -0
  551. package/dist/schemas/getApiAlphaPostList2Sort.d.ts.map +1 -0
  552. package/dist/schemas/getApiAlphaPostList2Sort.js +27 -0
  553. package/dist/schemas/getApiAlphaPostList2Sort.js.map +1 -0
  554. package/dist/schemas/getApiAlphaPostList2Type.d.ts +16 -0
  555. package/dist/schemas/getApiAlphaPostList2Type.d.ts.map +1 -0
  556. package/dist/schemas/getApiAlphaPostList2Type.js +16 -0
  557. package/dist/schemas/getApiAlphaPostList2Type.js.map +1 -0
  558. package/dist/schemas/getApiAlphaPostListParams.d.ts +27 -0
  559. package/dist/schemas/getApiAlphaPostListParams.d.ts.map +1 -0
  560. package/dist/schemas/getApiAlphaPostListParams.js +2 -0
  561. package/dist/schemas/getApiAlphaPostListParams.js.map +1 -0
  562. package/dist/schemas/getApiAlphaPostListSort.d.ts +27 -0
  563. package/dist/schemas/getApiAlphaPostListSort.d.ts.map +1 -0
  564. package/dist/schemas/getApiAlphaPostListSort.js +27 -0
  565. package/dist/schemas/getApiAlphaPostListSort.js.map +1 -0
  566. package/dist/schemas/getApiAlphaPostListType.d.ts +16 -0
  567. package/dist/schemas/getApiAlphaPostListType.d.ts.map +1 -0
  568. package/dist/schemas/getApiAlphaPostListType.js +16 -0
  569. package/dist/schemas/getApiAlphaPostListType.js.map +1 -0
  570. package/dist/schemas/getApiAlphaPostParams.d.ts +10 -0
  571. package/dist/schemas/getApiAlphaPostParams.d.ts.map +1 -0
  572. package/dist/schemas/getApiAlphaPostParams.js +8 -0
  573. package/dist/schemas/getApiAlphaPostParams.js.map +1 -0
  574. package/dist/schemas/getApiAlphaPostRepliesParams.d.ts +16 -0
  575. package/dist/schemas/getApiAlphaPostRepliesParams.d.ts.map +1 -0
  576. package/dist/schemas/getApiAlphaPostRepliesParams.js +2 -0
  577. package/dist/schemas/getApiAlphaPostRepliesParams.js.map +1 -0
  578. package/dist/schemas/getApiAlphaPostRepliesSort.d.ts +16 -0
  579. package/dist/schemas/getApiAlphaPostRepliesSort.d.ts.map +1 -0
  580. package/dist/schemas/getApiAlphaPostRepliesSort.js +16 -0
  581. package/dist/schemas/getApiAlphaPostRepliesSort.js.map +1 -0
  582. package/dist/schemas/getApiAlphaPostSiteMetadataParams.d.ts +10 -0
  583. package/dist/schemas/getApiAlphaPostSiteMetadataParams.d.ts.map +1 -0
  584. package/dist/schemas/getApiAlphaPostSiteMetadataParams.js +8 -0
  585. package/dist/schemas/getApiAlphaPostSiteMetadataParams.js.map +1 -0
  586. package/dist/schemas/getApiAlphaPrivateMessageConversationParams.d.ts +19 -0
  587. package/dist/schemas/getApiAlphaPrivateMessageConversationParams.d.ts.map +1 -0
  588. package/dist/schemas/getApiAlphaPrivateMessageConversationParams.js +8 -0
  589. package/dist/schemas/getApiAlphaPrivateMessageConversationParams.js.map +1 -0
  590. package/dist/schemas/getApiAlphaPrivateMessageListParams.d.ts +12 -0
  591. package/dist/schemas/getApiAlphaPrivateMessageListParams.d.ts.map +1 -0
  592. package/dist/schemas/getApiAlphaPrivateMessageListParams.js +8 -0
  593. package/dist/schemas/getApiAlphaPrivateMessageListParams.js.map +1 -0
  594. package/dist/schemas/getApiAlphaResolveObjectParams.d.ts +10 -0
  595. package/dist/schemas/getApiAlphaResolveObjectParams.d.ts.map +1 -0
  596. package/dist/schemas/getApiAlphaResolveObjectParams.js +8 -0
  597. package/dist/schemas/getApiAlphaResolveObjectParams.js.map +1 -0
  598. package/dist/schemas/getApiAlphaSearchListingType.d.ts +16 -0
  599. package/dist/schemas/getApiAlphaSearchListingType.d.ts.map +1 -0
  600. package/dist/schemas/getApiAlphaSearchListingType.js +16 -0
  601. package/dist/schemas/getApiAlphaSearchListingType.js.map +1 -0
  602. package/dist/schemas/getApiAlphaSearchNsfw.d.ts +13 -0
  603. package/dist/schemas/getApiAlphaSearchNsfw.d.ts.map +1 -0
  604. package/dist/schemas/getApiAlphaSearchNsfw.js +13 -0
  605. package/dist/schemas/getApiAlphaSearchNsfw.js.map +1 -0
  606. package/dist/schemas/getApiAlphaSearchParams.d.ts +38 -0
  607. package/dist/schemas/getApiAlphaSearchParams.d.ts.map +1 -0
  608. package/dist/schemas/getApiAlphaSearchParams.js +2 -0
  609. package/dist/schemas/getApiAlphaSearchParams.js.map +1 -0
  610. package/dist/schemas/getApiAlphaSearchSort.d.ts +32 -0
  611. package/dist/schemas/getApiAlphaSearchSort.d.ts.map +1 -0
  612. package/dist/schemas/getApiAlphaSearchSort.js +32 -0
  613. package/dist/schemas/getApiAlphaSearchSort.js.map +1 -0
  614. package/dist/schemas/getApiAlphaSearchType.d.ts +15 -0
  615. package/dist/schemas/getApiAlphaSearchType.d.ts.map +1 -0
  616. package/dist/schemas/getApiAlphaSearchType.js +15 -0
  617. package/dist/schemas/getApiAlphaSearchType.js.map +1 -0
  618. package/dist/schemas/getApiAlphaSiteInstanceChooserSearchParams.d.ts +13 -0
  619. package/dist/schemas/getApiAlphaSiteInstanceChooserSearchParams.d.ts.map +1 -0
  620. package/dist/schemas/getApiAlphaSiteInstanceChooserSearchParams.js +8 -0
  621. package/dist/schemas/getApiAlphaSiteInstanceChooserSearchParams.js.map +1 -0
  622. package/dist/schemas/getApiAlphaSuggestCompletionParams.d.ts +10 -0
  623. package/dist/schemas/getApiAlphaSuggestCompletionParams.d.ts.map +1 -0
  624. package/dist/schemas/getApiAlphaSuggestCompletionParams.js +8 -0
  625. package/dist/schemas/getApiAlphaSuggestCompletionParams.js.map +1 -0
  626. package/dist/schemas/getApiAlphaTopicListParams.d.ts +13 -0
  627. package/dist/schemas/getApiAlphaTopicListParams.d.ts.map +1 -0
  628. package/dist/schemas/getApiAlphaTopicListParams.js +8 -0
  629. package/dist/schemas/getApiAlphaTopicListParams.js.map +1 -0
  630. package/dist/schemas/getApiAlphaUserMediaParams.d.ts +14 -0
  631. package/dist/schemas/getApiAlphaUserMediaParams.d.ts.map +1 -0
  632. package/dist/schemas/getApiAlphaUserMediaParams.js +2 -0
  633. package/dist/schemas/getApiAlphaUserMediaParams.js.map +1 -0
  634. package/dist/schemas/getApiAlphaUserMediaSort.d.ts +16 -0
  635. package/dist/schemas/getApiAlphaUserMediaSort.d.ts.map +1 -0
  636. package/dist/schemas/getApiAlphaUserMediaSort.js +16 -0
  637. package/dist/schemas/getApiAlphaUserMediaSort.js.map +1 -0
  638. package/dist/schemas/getApiAlphaUserMentionsParams.d.ts +14 -0
  639. package/dist/schemas/getApiAlphaUserMentionsParams.d.ts.map +1 -0
  640. package/dist/schemas/getApiAlphaUserMentionsParams.js +2 -0
  641. package/dist/schemas/getApiAlphaUserMentionsParams.js.map +1 -0
  642. package/dist/schemas/getApiAlphaUserMentionsSort.d.ts +16 -0
  643. package/dist/schemas/getApiAlphaUserMentionsSort.d.ts.map +1 -0
  644. package/dist/schemas/getApiAlphaUserMentionsSort.js +16 -0
  645. package/dist/schemas/getApiAlphaUserMentionsSort.js.map +1 -0
  646. package/dist/schemas/getApiAlphaUserNotificationsParams.d.ts +13 -0
  647. package/dist/schemas/getApiAlphaUserNotificationsParams.d.ts.map +1 -0
  648. package/dist/schemas/getApiAlphaUserNotificationsParams.js +2 -0
  649. package/dist/schemas/getApiAlphaUserNotificationsParams.js.map +1 -0
  650. package/dist/schemas/getApiAlphaUserNotificationsStatus.d.ts +14 -0
  651. package/dist/schemas/getApiAlphaUserNotificationsStatus.d.ts.map +1 -0
  652. package/dist/schemas/getApiAlphaUserNotificationsStatus.js +14 -0
  653. package/dist/schemas/getApiAlphaUserNotificationsStatus.js.map +1 -0
  654. package/dist/schemas/getApiAlphaUserParams.d.ts +27 -0
  655. package/dist/schemas/getApiAlphaUserParams.d.ts.map +1 -0
  656. package/dist/schemas/getApiAlphaUserParams.js +2 -0
  657. package/dist/schemas/getApiAlphaUserParams.js.map +1 -0
  658. package/dist/schemas/getApiAlphaUserRepliesParams.d.ts +14 -0
  659. package/dist/schemas/getApiAlphaUserRepliesParams.d.ts.map +1 -0
  660. package/dist/schemas/getApiAlphaUserRepliesParams.js +2 -0
  661. package/dist/schemas/getApiAlphaUserRepliesParams.js.map +1 -0
  662. package/dist/schemas/getApiAlphaUserRepliesSort.d.ts +16 -0
  663. package/dist/schemas/getApiAlphaUserRepliesSort.d.ts.map +1 -0
  664. package/dist/schemas/getApiAlphaUserRepliesSort.js +16 -0
  665. package/dist/schemas/getApiAlphaUserRepliesSort.js.map +1 -0
  666. package/dist/schemas/getApiAlphaUserSort.d.ts +32 -0
  667. package/dist/schemas/getApiAlphaUserSort.d.ts.map +1 -0
  668. package/dist/schemas/getApiAlphaUserSort.js +32 -0
  669. package/dist/schemas/getApiAlphaUserSort.js.map +1 -0
  670. package/dist/schemas/getCommentReplyResponse.d.ts +11 -0
  671. package/dist/schemas/getCommentReplyResponse.d.ts.map +1 -0
  672. package/dist/schemas/getCommentReplyResponse.js +2 -0
  673. package/dist/schemas/getCommentReplyResponse.js.map +1 -0
  674. package/dist/schemas/getCommentReportResponse.d.ts +11 -0
  675. package/dist/schemas/getCommentReportResponse.d.ts.map +1 -0
  676. package/dist/schemas/getCommentReportResponse.js +2 -0
  677. package/dist/schemas/getCommentReportResponse.js.map +1 -0
  678. package/dist/schemas/getCommentResponse.d.ts +11 -0
  679. package/dist/schemas/getCommentResponse.d.ts.map +1 -0
  680. package/dist/schemas/getCommentResponse.js +2 -0
  681. package/dist/schemas/getCommentResponse.js.map +1 -0
  682. package/dist/schemas/getCommunityResponse.d.ts +16 -0
  683. package/dist/schemas/getCommunityResponse.d.ts.map +1 -0
  684. package/dist/schemas/getCommunityResponse.js +2 -0
  685. package/dist/schemas/getCommunityResponse.js.map +1 -0
  686. package/dist/schemas/getFederatedInstancesResponse.d.ts +11 -0
  687. package/dist/schemas/getFederatedInstancesResponse.d.ts.map +1 -0
  688. package/dist/schemas/getFederatedInstancesResponse.js +2 -0
  689. package/dist/schemas/getFederatedInstancesResponse.js.map +1 -0
  690. package/dist/schemas/getModLogResponse.d.ts +39 -0
  691. package/dist/schemas/getModLogResponse.d.ts.map +1 -0
  692. package/dist/schemas/getModLogResponse.js +2 -0
  693. package/dist/schemas/getModLogResponse.js.map +1 -0
  694. package/dist/schemas/getPostRepliesResponse.d.ts +13 -0
  695. package/dist/schemas/getPostRepliesResponse.d.ts.map +1 -0
  696. package/dist/schemas/getPostRepliesResponse.js +2 -0
  697. package/dist/schemas/getPostRepliesResponse.js.map +1 -0
  698. package/dist/schemas/getPostRepliesResponseNextPage.d.ts +8 -0
  699. package/dist/schemas/getPostRepliesResponseNextPage.d.ts.map +1 -0
  700. package/dist/schemas/getPostRepliesResponseNextPage.js +8 -0
  701. package/dist/schemas/getPostRepliesResponseNextPage.js.map +1 -0
  702. package/dist/schemas/getPostResponse.d.ts +16 -0
  703. package/dist/schemas/getPostResponse.d.ts.map +1 -0
  704. package/dist/schemas/getPostResponse.js +2 -0
  705. package/dist/schemas/getPostResponse.js.map +1 -0
  706. package/dist/schemas/getPrivateMessageConversationResponse.d.ts +11 -0
  707. package/dist/schemas/getPrivateMessageConversationResponse.d.ts.map +1 -0
  708. package/dist/schemas/getPrivateMessageConversationResponse.js +2 -0
  709. package/dist/schemas/getPrivateMessageConversationResponse.js.map +1 -0
  710. package/dist/schemas/getRegistrationListResponse.d.ts +11 -0
  711. package/dist/schemas/getRegistrationListResponse.d.ts.map +1 -0
  712. package/dist/schemas/getRegistrationListResponse.js +2 -0
  713. package/dist/schemas/getRegistrationListResponse.js.map +1 -0
  714. package/dist/schemas/getSiteInstanceChooserResponse.d.ts +26 -0
  715. package/dist/schemas/getSiteInstanceChooserResponse.d.ts.map +1 -0
  716. package/dist/schemas/getSiteInstanceChooserResponse.js +2 -0
  717. package/dist/schemas/getSiteInstanceChooserResponse.js.map +1 -0
  718. package/dist/schemas/getSiteInstanceChooserSearchResponse.d.ts +11 -0
  719. package/dist/schemas/getSiteInstanceChooserSearchResponse.d.ts.map +1 -0
  720. package/dist/schemas/getSiteInstanceChooserSearchResponse.js +2 -0
  721. package/dist/schemas/getSiteInstanceChooserSearchResponse.js.map +1 -0
  722. package/dist/schemas/getSiteInstanceChooserSearchResponseItem.d.ts +28 -0
  723. package/dist/schemas/getSiteInstanceChooserSearchResponseItem.d.ts.map +1 -0
  724. package/dist/schemas/getSiteInstanceChooserSearchResponseItem.js +8 -0
  725. package/dist/schemas/getSiteInstanceChooserSearchResponseItem.js.map +1 -0
  726. package/dist/schemas/getSiteMetadataResponse.d.ts +11 -0
  727. package/dist/schemas/getSiteMetadataResponse.d.ts.map +1 -0
  728. package/dist/schemas/getSiteMetadataResponse.js +2 -0
  729. package/dist/schemas/getSiteMetadataResponse.js.map +1 -0
  730. package/dist/schemas/getSiteResponse.d.ts +16 -0
  731. package/dist/schemas/getSiteResponse.d.ts.map +1 -0
  732. package/dist/schemas/getSiteResponse.js +2 -0
  733. package/dist/schemas/getSiteResponse.js.map +1 -0
  734. package/dist/schemas/getSiteVersionResponse.d.ts +10 -0
  735. package/dist/schemas/getSiteVersionResponse.d.ts.map +1 -0
  736. package/dist/schemas/getSiteVersionResponse.js +8 -0
  737. package/dist/schemas/getSiteVersionResponse.js.map +1 -0
  738. package/dist/schemas/getSuggestCompletionResponse.d.ts +10 -0
  739. package/dist/schemas/getSuggestCompletionResponse.d.ts.map +1 -0
  740. package/dist/schemas/getSuggestCompletionResponse.js +8 -0
  741. package/dist/schemas/getSuggestCompletionResponse.js.map +1 -0
  742. package/dist/schemas/getUserResponse.d.ts +19 -0
  743. package/dist/schemas/getUserResponse.d.ts.map +1 -0
  744. package/dist/schemas/getUserResponse.js +2 -0
  745. package/dist/schemas/getUserResponse.js.map +1 -0
  746. package/dist/schemas/hidePostRequest.d.ts +11 -0
  747. package/dist/schemas/hidePostRequest.d.ts.map +1 -0
  748. package/dist/schemas/hidePostRequest.js +8 -0
  749. package/dist/schemas/hidePostRequest.js.map +1 -0
  750. package/dist/schemas/imageDeleteRequest.d.ts +10 -0
  751. package/dist/schemas/imageDeleteRequest.d.ts.map +1 -0
  752. package/dist/schemas/imageDeleteRequest.js +8 -0
  753. package/dist/schemas/imageDeleteRequest.js.map +1 -0
  754. package/dist/schemas/imageDeleteResponse.d.ts +10 -0
  755. package/dist/schemas/imageDeleteResponse.d.ts.map +1 -0
  756. package/dist/schemas/imageDeleteResponse.js +8 -0
  757. package/dist/schemas/imageDeleteResponse.js.map +1 -0
  758. package/dist/schemas/imageUploadRequest.d.ts +10 -0
  759. package/dist/schemas/imageUploadRequest.d.ts.map +1 -0
  760. package/dist/schemas/imageUploadRequest.js +8 -0
  761. package/dist/schemas/imageUploadRequest.js.map +1 -0
  762. package/dist/schemas/imageUploadResponse.d.ts +13 -0
  763. package/dist/schemas/imageUploadResponse.d.ts.map +1 -0
  764. package/dist/schemas/imageUploadResponse.js +8 -0
  765. package/dist/schemas/imageUploadResponse.js.map +1 -0
  766. package/dist/schemas/index.d.ts +433 -0
  767. package/dist/schemas/index.d.ts.map +1 -0
  768. package/dist/schemas/index.js +433 -0
  769. package/dist/schemas/index.js.map +1 -0
  770. package/dist/schemas/instance.d.ts +15 -0
  771. package/dist/schemas/instance.d.ts.map +1 -0
  772. package/dist/schemas/instance.js +8 -0
  773. package/dist/schemas/instance.js.map +1 -0
  774. package/dist/schemas/instanceBlockView.d.ts +13 -0
  775. package/dist/schemas/instanceBlockView.d.ts.map +1 -0
  776. package/dist/schemas/instanceBlockView.js +2 -0
  777. package/dist/schemas/instanceBlockView.js.map +1 -0
  778. package/dist/schemas/instanceWithoutFederationState.d.ts +15 -0
  779. package/dist/schemas/instanceWithoutFederationState.d.ts.map +1 -0
  780. package/dist/schemas/instanceWithoutFederationState.js +8 -0
  781. package/dist/schemas/instanceWithoutFederationState.js.map +1 -0
  782. package/dist/schemas/languageView.d.ts +12 -0
  783. package/dist/schemas/languageView.d.ts.map +1 -0
  784. package/dist/schemas/languageView.js +8 -0
  785. package/dist/schemas/languageView.js.map +1 -0
  786. package/dist/schemas/leaveConversationRequest.d.ts +10 -0
  787. package/dist/schemas/leaveConversationRequest.d.ts.map +1 -0
  788. package/dist/schemas/leaveConversationRequest.js +8 -0
  789. package/dist/schemas/leaveConversationRequest.js.map +1 -0
  790. package/dist/schemas/likeCommentRequest.d.ts +15 -0
  791. package/dist/schemas/likeCommentRequest.d.ts.map +1 -0
  792. package/dist/schemas/likeCommentRequest.js +8 -0
  793. package/dist/schemas/likeCommentRequest.js.map +1 -0
  794. package/dist/schemas/likePostRequest.d.ts +13 -0
  795. package/dist/schemas/likePostRequest.d.ts.map +1 -0
  796. package/dist/schemas/likePostRequest.js +8 -0
  797. package/dist/schemas/likePostRequest.js.map +1 -0
  798. package/dist/schemas/listCommentLikesResponse.d.ts +13 -0
  799. package/dist/schemas/listCommentLikesResponse.d.ts.map +1 -0
  800. package/dist/schemas/listCommentLikesResponse.js +2 -0
  801. package/dist/schemas/listCommentLikesResponse.js.map +1 -0
  802. package/dist/schemas/listCommentLikesResponseNextPage.d.ts +8 -0
  803. package/dist/schemas/listCommentLikesResponseNextPage.d.ts.map +1 -0
  804. package/dist/schemas/listCommentLikesResponseNextPage.js +8 -0
  805. package/dist/schemas/listCommentLikesResponseNextPage.js.map +1 -0
  806. package/dist/schemas/listCommentsResponse.d.ts +13 -0
  807. package/dist/schemas/listCommentsResponse.d.ts.map +1 -0
  808. package/dist/schemas/listCommentsResponse.js +2 -0
  809. package/dist/schemas/listCommentsResponse.js.map +1 -0
  810. package/dist/schemas/listCommentsResponseNextPage.d.ts +8 -0
  811. package/dist/schemas/listCommentsResponseNextPage.d.ts.map +1 -0
  812. package/dist/schemas/listCommentsResponseNextPage.js +8 -0
  813. package/dist/schemas/listCommentsResponseNextPage.js.map +1 -0
  814. package/dist/schemas/listCommunitiesResponse.d.ts +13 -0
  815. package/dist/schemas/listCommunitiesResponse.d.ts.map +1 -0
  816. package/dist/schemas/listCommunitiesResponse.js +2 -0
  817. package/dist/schemas/listCommunitiesResponse.js.map +1 -0
  818. package/dist/schemas/listCommunitiesResponseNextPage.d.ts +8 -0
  819. package/dist/schemas/listCommunitiesResponseNextPage.d.ts.map +1 -0
  820. package/dist/schemas/listCommunitiesResponseNextPage.js +8 -0
  821. package/dist/schemas/listCommunitiesResponseNextPage.js.map +1 -0
  822. package/dist/schemas/listPostLikesResponse.d.ts +13 -0
  823. package/dist/schemas/listPostLikesResponse.d.ts.map +1 -0
  824. package/dist/schemas/listPostLikesResponse.js +2 -0
  825. package/dist/schemas/listPostLikesResponse.js.map +1 -0
  826. package/dist/schemas/listPostLikesResponseNextPage.d.ts +8 -0
  827. package/dist/schemas/listPostLikesResponseNextPage.d.ts.map +1 -0
  828. package/dist/schemas/listPostLikesResponseNextPage.js +8 -0
  829. package/dist/schemas/listPostLikesResponseNextPage.js.map +1 -0
  830. package/dist/schemas/listPostsResponse.d.ts +13 -0
  831. package/dist/schemas/listPostsResponse.d.ts.map +1 -0
  832. package/dist/schemas/listPostsResponse.js +2 -0
  833. package/dist/schemas/listPostsResponse.js.map +1 -0
  834. package/dist/schemas/listPostsResponseNextPage.d.ts +8 -0
  835. package/dist/schemas/listPostsResponseNextPage.d.ts.map +1 -0
  836. package/dist/schemas/listPostsResponseNextPage.js +8 -0
  837. package/dist/schemas/listPostsResponseNextPage.js.map +1 -0
  838. package/dist/schemas/listPrivateMessagesResponse.d.ts +11 -0
  839. package/dist/schemas/listPrivateMessagesResponse.d.ts.map +1 -0
  840. package/dist/schemas/listPrivateMessagesResponse.js +2 -0
  841. package/dist/schemas/listPrivateMessagesResponse.js.map +1 -0
  842. package/dist/schemas/localUser.d.ts +56 -0
  843. package/dist/schemas/localUser.d.ts.map +1 -0
  844. package/dist/schemas/localUser.js +2 -0
  845. package/dist/schemas/localUser.js.map +1 -0
  846. package/dist/schemas/localUserAcceptPrivateMessages.d.ts +17 -0
  847. package/dist/schemas/localUserAcceptPrivateMessages.d.ts.map +1 -0
  848. package/dist/schemas/localUserAcceptPrivateMessages.js +14 -0
  849. package/dist/schemas/localUserAcceptPrivateMessages.js.map +1 -0
  850. package/dist/schemas/localUserAiVisibility.d.ts +14 -0
  851. package/dist/schemas/localUserAiVisibility.d.ts.map +1 -0
  852. package/dist/schemas/localUserAiVisibility.js +14 -0
  853. package/dist/schemas/localUserAiVisibility.js.map +1 -0
  854. package/dist/schemas/localUserBotVisibility.d.ts +14 -0
  855. package/dist/schemas/localUserBotVisibility.d.ts.map +1 -0
  856. package/dist/schemas/localUserBotVisibility.js +14 -0
  857. package/dist/schemas/localUserBotVisibility.js.map +1 -0
  858. package/dist/schemas/localUserDefaultCommentSortType.d.ts +16 -0
  859. package/dist/schemas/localUserDefaultCommentSortType.d.ts.map +1 -0
  860. package/dist/schemas/localUserDefaultCommentSortType.js +16 -0
  861. package/dist/schemas/localUserDefaultCommentSortType.js.map +1 -0
  862. package/dist/schemas/localUserDefaultListingType.d.ts +16 -0
  863. package/dist/schemas/localUserDefaultListingType.d.ts.map +1 -0
  864. package/dist/schemas/localUserDefaultListingType.js +16 -0
  865. package/dist/schemas/localUserDefaultListingType.js.map +1 -0
  866. package/dist/schemas/localUserDefaultSortType.d.ts +32 -0
  867. package/dist/schemas/localUserDefaultSortType.d.ts.map +1 -0
  868. package/dist/schemas/localUserDefaultSortType.js +32 -0
  869. package/dist/schemas/localUserDefaultSortType.js.map +1 -0
  870. package/dist/schemas/localUserNsflVisibility.d.ts +14 -0
  871. package/dist/schemas/localUserNsflVisibility.d.ts.map +1 -0
  872. package/dist/schemas/localUserNsflVisibility.js +14 -0
  873. package/dist/schemas/localUserNsflVisibility.js.map +1 -0
  874. package/dist/schemas/localUserNsfwVisibility.d.ts +14 -0
  875. package/dist/schemas/localUserNsfwVisibility.d.ts.map +1 -0
  876. package/dist/schemas/localUserNsfwVisibility.js +14 -0
  877. package/dist/schemas/localUserNsfwVisibility.js.map +1 -0
  878. package/dist/schemas/localUserView.d.ts +15 -0
  879. package/dist/schemas/localUserView.d.ts.map +1 -0
  880. package/dist/schemas/localUserView.js +2 -0
  881. package/dist/schemas/localUserView.js.map +1 -0
  882. package/dist/schemas/lockCommentRequest.d.ts +11 -0
  883. package/dist/schemas/lockCommentRequest.d.ts.map +1 -0
  884. package/dist/schemas/lockCommentRequest.js +8 -0
  885. package/dist/schemas/lockCommentRequest.js.map +1 -0
  886. package/dist/schemas/lockPostRequest.d.ts +11 -0
  887. package/dist/schemas/lockPostRequest.d.ts.map +1 -0
  888. package/dist/schemas/lockPostRequest.js +8 -0
  889. package/dist/schemas/lockPostRequest.js.map +1 -0
  890. package/dist/schemas/markCommentAsAnswerRequest.d.ts +11 -0
  891. package/dist/schemas/markCommentAsAnswerRequest.d.ts.map +1 -0
  892. package/dist/schemas/markCommentAsAnswerRequest.js +8 -0
  893. package/dist/schemas/markCommentAsAnswerRequest.js.map +1 -0
  894. package/dist/schemas/markCommentAsReadRequest.d.ts +11 -0
  895. package/dist/schemas/markCommentAsReadRequest.d.ts.map +1 -0
  896. package/dist/schemas/markCommentAsReadRequest.js +8 -0
  897. package/dist/schemas/markCommentAsReadRequest.js.map +1 -0
  898. package/dist/schemas/markPostAsReadRequest.d.ts +12 -0
  899. package/dist/schemas/markPostAsReadRequest.d.ts.map +1 -0
  900. package/dist/schemas/markPostAsReadRequest.js +8 -0
  901. package/dist/schemas/markPostAsReadRequest.js.map +1 -0
  902. package/dist/schemas/markPrivateMessageAsReadRequest.d.ts +11 -0
  903. package/dist/schemas/markPrivateMessageAsReadRequest.d.ts.map +1 -0
  904. package/dist/schemas/markPrivateMessageAsReadRequest.js +8 -0
  905. package/dist/schemas/markPrivateMessageAsReadRequest.js.map +1 -0
  906. package/dist/schemas/mediaView.d.ts +11 -0
  907. package/dist/schemas/mediaView.d.ts.map +1 -0
  908. package/dist/schemas/mediaView.js +8 -0
  909. package/dist/schemas/mediaView.js.map +1 -0
  910. package/dist/schemas/miniCrossPosts.d.ts +12 -0
  911. package/dist/schemas/miniCrossPosts.d.ts.map +1 -0
  912. package/dist/schemas/miniCrossPosts.js +8 -0
  913. package/dist/schemas/miniCrossPosts.js.map +1 -0
  914. package/dist/schemas/modAdd.d.ts +16 -0
  915. package/dist/schemas/modAdd.d.ts.map +1 -0
  916. package/dist/schemas/modAdd.js +2 -0
  917. package/dist/schemas/modAdd.js.map +1 -0
  918. package/dist/schemas/modAddCommunity.d.ts +18 -0
  919. package/dist/schemas/modAddCommunity.d.ts.map +1 -0
  920. package/dist/schemas/modAddCommunity.js +2 -0
  921. package/dist/schemas/modAddCommunity.js.map +1 -0
  922. package/dist/schemas/modAddCommunityCommunityId.d.ts +8 -0
  923. package/dist/schemas/modAddCommunityCommunityId.d.ts.map +1 -0
  924. package/dist/schemas/modAddCommunityCommunityId.js +8 -0
  925. package/dist/schemas/modAddCommunityCommunityId.js.map +1 -0
  926. package/dist/schemas/modAddCommunityModPersonId.d.ts +8 -0
  927. package/dist/schemas/modAddCommunityModPersonId.d.ts.map +1 -0
  928. package/dist/schemas/modAddCommunityModPersonId.js +8 -0
  929. package/dist/schemas/modAddCommunityModPersonId.js.map +1 -0
  930. package/dist/schemas/modAddCommunityOtherPersonId.d.ts +8 -0
  931. package/dist/schemas/modAddCommunityOtherPersonId.d.ts.map +1 -0
  932. package/dist/schemas/modAddCommunityOtherPersonId.js +8 -0
  933. package/dist/schemas/modAddCommunityOtherPersonId.js.map +1 -0
  934. package/dist/schemas/modAddCommunityView.d.ts +17 -0
  935. package/dist/schemas/modAddCommunityView.d.ts.map +1 -0
  936. package/dist/schemas/modAddCommunityView.js +2 -0
  937. package/dist/schemas/modAddCommunityView.js.map +1 -0
  938. package/dist/schemas/modAddCommunityViewCommunity.d.ts +9 -0
  939. package/dist/schemas/modAddCommunityViewCommunity.d.ts.map +1 -0
  940. package/dist/schemas/modAddCommunityViewCommunity.js +2 -0
  941. package/dist/schemas/modAddCommunityViewCommunity.js.map +1 -0
  942. package/dist/schemas/modAddCommunityViewModdedPerson.d.ts +9 -0
  943. package/dist/schemas/modAddCommunityViewModdedPerson.d.ts.map +1 -0
  944. package/dist/schemas/modAddCommunityViewModdedPerson.js +2 -0
  945. package/dist/schemas/modAddCommunityViewModdedPerson.js.map +1 -0
  946. package/dist/schemas/modAddCommunityViewModerator.d.ts +9 -0
  947. package/dist/schemas/modAddCommunityViewModerator.d.ts.map +1 -0
  948. package/dist/schemas/modAddCommunityViewModerator.js +2 -0
  949. package/dist/schemas/modAddCommunityViewModerator.js.map +1 -0
  950. package/dist/schemas/modAddModPersonId.d.ts +8 -0
  951. package/dist/schemas/modAddModPersonId.d.ts.map +1 -0
  952. package/dist/schemas/modAddModPersonId.js +8 -0
  953. package/dist/schemas/modAddModPersonId.js.map +1 -0
  954. package/dist/schemas/modAddOtherPersonId.d.ts +8 -0
  955. package/dist/schemas/modAddOtherPersonId.d.ts.map +1 -0
  956. package/dist/schemas/modAddOtherPersonId.js +8 -0
  957. package/dist/schemas/modAddOtherPersonId.js.map +1 -0
  958. package/dist/schemas/modAddView.d.ts +15 -0
  959. package/dist/schemas/modAddView.d.ts.map +1 -0
  960. package/dist/schemas/modAddView.js +2 -0
  961. package/dist/schemas/modAddView.js.map +1 -0
  962. package/dist/schemas/modAddViewModdedPerson.d.ts +9 -0
  963. package/dist/schemas/modAddViewModdedPerson.d.ts.map +1 -0
  964. package/dist/schemas/modAddViewModdedPerson.js +2 -0
  965. package/dist/schemas/modAddViewModdedPerson.js.map +1 -0
  966. package/dist/schemas/modAddViewModerator.d.ts +9 -0
  967. package/dist/schemas/modAddViewModerator.d.ts.map +1 -0
  968. package/dist/schemas/modAddViewModerator.js +2 -0
  969. package/dist/schemas/modAddViewModerator.js.map +1 -0
  970. package/dist/schemas/modBan.d.ts +20 -0
  971. package/dist/schemas/modBan.d.ts.map +1 -0
  972. package/dist/schemas/modBan.js +2 -0
  973. package/dist/schemas/modBan.js.map +1 -0
  974. package/dist/schemas/modBanExpires.d.ts +8 -0
  975. package/dist/schemas/modBanExpires.d.ts.map +1 -0
  976. package/dist/schemas/modBanExpires.js +8 -0
  977. package/dist/schemas/modBanExpires.js.map +1 -0
  978. package/dist/schemas/modBanFromCommunity.d.ts +22 -0
  979. package/dist/schemas/modBanFromCommunity.d.ts.map +1 -0
  980. package/dist/schemas/modBanFromCommunity.js +2 -0
  981. package/dist/schemas/modBanFromCommunity.js.map +1 -0
  982. package/dist/schemas/modBanFromCommunityCommunityId.d.ts +8 -0
  983. package/dist/schemas/modBanFromCommunityCommunityId.d.ts.map +1 -0
  984. package/dist/schemas/modBanFromCommunityCommunityId.js +8 -0
  985. package/dist/schemas/modBanFromCommunityCommunityId.js.map +1 -0
  986. package/dist/schemas/modBanFromCommunityExpires.d.ts +8 -0
  987. package/dist/schemas/modBanFromCommunityExpires.d.ts.map +1 -0
  988. package/dist/schemas/modBanFromCommunityExpires.js +8 -0
  989. package/dist/schemas/modBanFromCommunityExpires.js.map +1 -0
  990. package/dist/schemas/modBanFromCommunityModPersonId.d.ts +8 -0
  991. package/dist/schemas/modBanFromCommunityModPersonId.d.ts.map +1 -0
  992. package/dist/schemas/modBanFromCommunityModPersonId.js +8 -0
  993. package/dist/schemas/modBanFromCommunityModPersonId.js.map +1 -0
  994. package/dist/schemas/modBanFromCommunityOtherPersonId.d.ts +8 -0
  995. package/dist/schemas/modBanFromCommunityOtherPersonId.d.ts.map +1 -0
  996. package/dist/schemas/modBanFromCommunityOtherPersonId.js +8 -0
  997. package/dist/schemas/modBanFromCommunityOtherPersonId.js.map +1 -0
  998. package/dist/schemas/modBanFromCommunityReason.d.ts +8 -0
  999. package/dist/schemas/modBanFromCommunityReason.d.ts.map +1 -0
  1000. package/dist/schemas/modBanFromCommunityReason.js +8 -0
  1001. package/dist/schemas/modBanFromCommunityReason.js.map +1 -0
  1002. package/dist/schemas/modBanFromCommunityView.d.ts +17 -0
  1003. package/dist/schemas/modBanFromCommunityView.d.ts.map +1 -0
  1004. package/dist/schemas/modBanFromCommunityView.js +2 -0
  1005. package/dist/schemas/modBanFromCommunityView.js.map +1 -0
  1006. package/dist/schemas/modBanFromCommunityViewBannedPerson.d.ts +9 -0
  1007. package/dist/schemas/modBanFromCommunityViewBannedPerson.d.ts.map +1 -0
  1008. package/dist/schemas/modBanFromCommunityViewBannedPerson.js +2 -0
  1009. package/dist/schemas/modBanFromCommunityViewBannedPerson.js.map +1 -0
  1010. package/dist/schemas/modBanFromCommunityViewCommunity.d.ts +9 -0
  1011. package/dist/schemas/modBanFromCommunityViewCommunity.d.ts.map +1 -0
  1012. package/dist/schemas/modBanFromCommunityViewCommunity.js +2 -0
  1013. package/dist/schemas/modBanFromCommunityViewCommunity.js.map +1 -0
  1014. package/dist/schemas/modBanFromCommunityViewModerator.d.ts +9 -0
  1015. package/dist/schemas/modBanFromCommunityViewModerator.d.ts.map +1 -0
  1016. package/dist/schemas/modBanFromCommunityViewModerator.js +2 -0
  1017. package/dist/schemas/modBanFromCommunityViewModerator.js.map +1 -0
  1018. package/dist/schemas/modBanModPersonId.d.ts +8 -0
  1019. package/dist/schemas/modBanModPersonId.d.ts.map +1 -0
  1020. package/dist/schemas/modBanModPersonId.js +8 -0
  1021. package/dist/schemas/modBanModPersonId.js.map +1 -0
  1022. package/dist/schemas/modBanOtherPersonId.d.ts +8 -0
  1023. package/dist/schemas/modBanOtherPersonId.d.ts.map +1 -0
  1024. package/dist/schemas/modBanOtherPersonId.js +8 -0
  1025. package/dist/schemas/modBanOtherPersonId.js.map +1 -0
  1026. package/dist/schemas/modBanReason.d.ts +8 -0
  1027. package/dist/schemas/modBanReason.d.ts.map +1 -0
  1028. package/dist/schemas/modBanReason.js +8 -0
  1029. package/dist/schemas/modBanReason.js.map +1 -0
  1030. package/dist/schemas/modBanView.d.ts +15 -0
  1031. package/dist/schemas/modBanView.d.ts.map +1 -0
  1032. package/dist/schemas/modBanView.js +2 -0
  1033. package/dist/schemas/modBanView.js.map +1 -0
  1034. package/dist/schemas/modBanViewBannedPerson.d.ts +9 -0
  1035. package/dist/schemas/modBanViewBannedPerson.d.ts.map +1 -0
  1036. package/dist/schemas/modBanViewBannedPerson.js +2 -0
  1037. package/dist/schemas/modBanViewBannedPerson.js.map +1 -0
  1038. package/dist/schemas/modBanViewModerator.d.ts +9 -0
  1039. package/dist/schemas/modBanViewModerator.d.ts.map +1 -0
  1040. package/dist/schemas/modBanViewModerator.js +2 -0
  1041. package/dist/schemas/modBanViewModerator.js.map +1 -0
  1042. package/dist/schemas/modCommunityRequest.d.ts +12 -0
  1043. package/dist/schemas/modCommunityRequest.d.ts.map +1 -0
  1044. package/dist/schemas/modCommunityRequest.js +8 -0
  1045. package/dist/schemas/modCommunityRequest.js.map +1 -0
  1046. package/dist/schemas/modCommunityResponse.d.ts +11 -0
  1047. package/dist/schemas/modCommunityResponse.d.ts.map +1 -0
  1048. package/dist/schemas/modCommunityResponse.js +2 -0
  1049. package/dist/schemas/modCommunityResponse.js.map +1 -0
  1050. package/dist/schemas/modFeaturePost.d.ts +17 -0
  1051. package/dist/schemas/modFeaturePost.d.ts.map +1 -0
  1052. package/dist/schemas/modFeaturePost.js +2 -0
  1053. package/dist/schemas/modFeaturePost.js.map +1 -0
  1054. package/dist/schemas/modFeaturePostModPersonId.d.ts +8 -0
  1055. package/dist/schemas/modFeaturePostModPersonId.d.ts.map +1 -0
  1056. package/dist/schemas/modFeaturePostModPersonId.js +8 -0
  1057. package/dist/schemas/modFeaturePostModPersonId.js.map +1 -0
  1058. package/dist/schemas/modFeaturePostPostId.d.ts +8 -0
  1059. package/dist/schemas/modFeaturePostPostId.d.ts.map +1 -0
  1060. package/dist/schemas/modFeaturePostPostId.js +8 -0
  1061. package/dist/schemas/modFeaturePostPostId.js.map +1 -0
  1062. package/dist/schemas/modFeaturePostView.d.ts +17 -0
  1063. package/dist/schemas/modFeaturePostView.d.ts.map +1 -0
  1064. package/dist/schemas/modFeaturePostView.js +2 -0
  1065. package/dist/schemas/modFeaturePostView.js.map +1 -0
  1066. package/dist/schemas/modFeaturePostViewCommunity.d.ts +9 -0
  1067. package/dist/schemas/modFeaturePostViewCommunity.d.ts.map +1 -0
  1068. package/dist/schemas/modFeaturePostViewCommunity.js +2 -0
  1069. package/dist/schemas/modFeaturePostViewCommunity.js.map +1 -0
  1070. package/dist/schemas/modFeaturePostViewModerator.d.ts +9 -0
  1071. package/dist/schemas/modFeaturePostViewModerator.d.ts.map +1 -0
  1072. package/dist/schemas/modFeaturePostViewModerator.js +2 -0
  1073. package/dist/schemas/modFeaturePostViewModerator.js.map +1 -0
  1074. package/dist/schemas/modFeaturePostViewPost.d.ts +9 -0
  1075. package/dist/schemas/modFeaturePostViewPost.d.ts.map +1 -0
  1076. package/dist/schemas/modFeaturePostViewPost.js +2 -0
  1077. package/dist/schemas/modFeaturePostViewPost.js.map +1 -0
  1078. package/dist/schemas/modHideCommunity.d.ts +18 -0
  1079. package/dist/schemas/modHideCommunity.d.ts.map +1 -0
  1080. package/dist/schemas/modHideCommunity.js +2 -0
  1081. package/dist/schemas/modHideCommunity.js.map +1 -0
  1082. package/dist/schemas/modHideCommunityCommunityId.d.ts +8 -0
  1083. package/dist/schemas/modHideCommunityCommunityId.d.ts.map +1 -0
  1084. package/dist/schemas/modHideCommunityCommunityId.js +8 -0
  1085. package/dist/schemas/modHideCommunityCommunityId.js.map +1 -0
  1086. package/dist/schemas/modHideCommunityModPersonId.d.ts +8 -0
  1087. package/dist/schemas/modHideCommunityModPersonId.d.ts.map +1 -0
  1088. package/dist/schemas/modHideCommunityModPersonId.js +8 -0
  1089. package/dist/schemas/modHideCommunityModPersonId.js.map +1 -0
  1090. package/dist/schemas/modHideCommunityReason.d.ts +8 -0
  1091. package/dist/schemas/modHideCommunityReason.d.ts.map +1 -0
  1092. package/dist/schemas/modHideCommunityReason.js +8 -0
  1093. package/dist/schemas/modHideCommunityReason.js.map +1 -0
  1094. package/dist/schemas/modHideCommunityView.d.ts +15 -0
  1095. package/dist/schemas/modHideCommunityView.d.ts.map +1 -0
  1096. package/dist/schemas/modHideCommunityView.js +2 -0
  1097. package/dist/schemas/modHideCommunityView.js.map +1 -0
  1098. package/dist/schemas/modLockPost.d.ts +16 -0
  1099. package/dist/schemas/modLockPost.d.ts.map +1 -0
  1100. package/dist/schemas/modLockPost.js +2 -0
  1101. package/dist/schemas/modLockPost.js.map +1 -0
  1102. package/dist/schemas/modLockPostModPersonId.d.ts +8 -0
  1103. package/dist/schemas/modLockPostModPersonId.d.ts.map +1 -0
  1104. package/dist/schemas/modLockPostModPersonId.js +8 -0
  1105. package/dist/schemas/modLockPostModPersonId.js.map +1 -0
  1106. package/dist/schemas/modLockPostPostId.d.ts +8 -0
  1107. package/dist/schemas/modLockPostPostId.d.ts.map +1 -0
  1108. package/dist/schemas/modLockPostPostId.js +8 -0
  1109. package/dist/schemas/modLockPostPostId.js.map +1 -0
  1110. package/dist/schemas/modLockPostView.d.ts +17 -0
  1111. package/dist/schemas/modLockPostView.d.ts.map +1 -0
  1112. package/dist/schemas/modLockPostView.js +2 -0
  1113. package/dist/schemas/modLockPostView.js.map +1 -0
  1114. package/dist/schemas/modLockPostViewCommunity.d.ts +9 -0
  1115. package/dist/schemas/modLockPostViewCommunity.d.ts.map +1 -0
  1116. package/dist/schemas/modLockPostViewCommunity.js +2 -0
  1117. package/dist/schemas/modLockPostViewCommunity.js.map +1 -0
  1118. package/dist/schemas/modLockPostViewModerator.d.ts +9 -0
  1119. package/dist/schemas/modLockPostViewModerator.d.ts.map +1 -0
  1120. package/dist/schemas/modLockPostViewModerator.js +2 -0
  1121. package/dist/schemas/modLockPostViewModerator.js.map +1 -0
  1122. package/dist/schemas/modLockPostViewPost.d.ts +9 -0
  1123. package/dist/schemas/modLockPostViewPost.d.ts.map +1 -0
  1124. package/dist/schemas/modLockPostViewPost.js +2 -0
  1125. package/dist/schemas/modLockPostViewPost.js.map +1 -0
  1126. package/dist/schemas/modRemoveComment.d.ts +18 -0
  1127. package/dist/schemas/modRemoveComment.d.ts.map +1 -0
  1128. package/dist/schemas/modRemoveComment.js +2 -0
  1129. package/dist/schemas/modRemoveComment.js.map +1 -0
  1130. package/dist/schemas/modRemoveCommentCommentId.d.ts +8 -0
  1131. package/dist/schemas/modRemoveCommentCommentId.d.ts.map +1 -0
  1132. package/dist/schemas/modRemoveCommentCommentId.js +8 -0
  1133. package/dist/schemas/modRemoveCommentCommentId.js.map +1 -0
  1134. package/dist/schemas/modRemoveCommentModPersonId.d.ts +8 -0
  1135. package/dist/schemas/modRemoveCommentModPersonId.d.ts.map +1 -0
  1136. package/dist/schemas/modRemoveCommentModPersonId.js +8 -0
  1137. package/dist/schemas/modRemoveCommentModPersonId.js.map +1 -0
  1138. package/dist/schemas/modRemoveCommentReason.d.ts +8 -0
  1139. package/dist/schemas/modRemoveCommentReason.d.ts.map +1 -0
  1140. package/dist/schemas/modRemoveCommentReason.js +8 -0
  1141. package/dist/schemas/modRemoveCommentReason.js.map +1 -0
  1142. package/dist/schemas/modRemoveCommentView.d.ts +21 -0
  1143. package/dist/schemas/modRemoveCommentView.d.ts.map +1 -0
  1144. package/dist/schemas/modRemoveCommentView.js +2 -0
  1145. package/dist/schemas/modRemoveCommentView.js.map +1 -0
  1146. package/dist/schemas/modRemoveCommentViewComment.d.ts +9 -0
  1147. package/dist/schemas/modRemoveCommentViewComment.d.ts.map +1 -0
  1148. package/dist/schemas/modRemoveCommentViewComment.js +2 -0
  1149. package/dist/schemas/modRemoveCommentViewComment.js.map +1 -0
  1150. package/dist/schemas/modRemoveCommentViewCommenter.d.ts +9 -0
  1151. package/dist/schemas/modRemoveCommentViewCommenter.d.ts.map +1 -0
  1152. package/dist/schemas/modRemoveCommentViewCommenter.js +2 -0
  1153. package/dist/schemas/modRemoveCommentViewCommenter.js.map +1 -0
  1154. package/dist/schemas/modRemoveCommentViewCommunity.d.ts +9 -0
  1155. package/dist/schemas/modRemoveCommentViewCommunity.d.ts.map +1 -0
  1156. package/dist/schemas/modRemoveCommentViewCommunity.js +2 -0
  1157. package/dist/schemas/modRemoveCommentViewCommunity.js.map +1 -0
  1158. package/dist/schemas/modRemoveCommentViewModerator.d.ts +9 -0
  1159. package/dist/schemas/modRemoveCommentViewModerator.d.ts.map +1 -0
  1160. package/dist/schemas/modRemoveCommentViewModerator.js +2 -0
  1161. package/dist/schemas/modRemoveCommentViewModerator.js.map +1 -0
  1162. package/dist/schemas/modRemoveCommentViewPost.d.ts +9 -0
  1163. package/dist/schemas/modRemoveCommentViewPost.d.ts.map +1 -0
  1164. package/dist/schemas/modRemoveCommentViewPost.js +2 -0
  1165. package/dist/schemas/modRemoveCommentViewPost.js.map +1 -0
  1166. package/dist/schemas/modRemoveCommunity.d.ts +18 -0
  1167. package/dist/schemas/modRemoveCommunity.d.ts.map +1 -0
  1168. package/dist/schemas/modRemoveCommunity.js +2 -0
  1169. package/dist/schemas/modRemoveCommunity.js.map +1 -0
  1170. package/dist/schemas/modRemoveCommunityCommunityId.d.ts +8 -0
  1171. package/dist/schemas/modRemoveCommunityCommunityId.d.ts.map +1 -0
  1172. package/dist/schemas/modRemoveCommunityCommunityId.js +8 -0
  1173. package/dist/schemas/modRemoveCommunityCommunityId.js.map +1 -0
  1174. package/dist/schemas/modRemoveCommunityModPersonId.d.ts +8 -0
  1175. package/dist/schemas/modRemoveCommunityModPersonId.d.ts.map +1 -0
  1176. package/dist/schemas/modRemoveCommunityModPersonId.js +8 -0
  1177. package/dist/schemas/modRemoveCommunityModPersonId.js.map +1 -0
  1178. package/dist/schemas/modRemoveCommunityReason.d.ts +8 -0
  1179. package/dist/schemas/modRemoveCommunityReason.d.ts.map +1 -0
  1180. package/dist/schemas/modRemoveCommunityReason.js +8 -0
  1181. package/dist/schemas/modRemoveCommunityReason.js.map +1 -0
  1182. package/dist/schemas/modRemoveCommunityView.d.ts +15 -0
  1183. package/dist/schemas/modRemoveCommunityView.d.ts.map +1 -0
  1184. package/dist/schemas/modRemoveCommunityView.js +2 -0
  1185. package/dist/schemas/modRemoveCommunityView.js.map +1 -0
  1186. package/dist/schemas/modRemoveCommunityViewCommunity.d.ts +9 -0
  1187. package/dist/schemas/modRemoveCommunityViewCommunity.d.ts.map +1 -0
  1188. package/dist/schemas/modRemoveCommunityViewCommunity.js +2 -0
  1189. package/dist/schemas/modRemoveCommunityViewCommunity.js.map +1 -0
  1190. package/dist/schemas/modRemoveCommunityViewModerator.d.ts +9 -0
  1191. package/dist/schemas/modRemoveCommunityViewModerator.d.ts.map +1 -0
  1192. package/dist/schemas/modRemoveCommunityViewModerator.js +2 -0
  1193. package/dist/schemas/modRemoveCommunityViewModerator.js.map +1 -0
  1194. package/dist/schemas/modRemovePost.d.ts +18 -0
  1195. package/dist/schemas/modRemovePost.d.ts.map +1 -0
  1196. package/dist/schemas/modRemovePost.js +2 -0
  1197. package/dist/schemas/modRemovePost.js.map +1 -0
  1198. package/dist/schemas/modRemovePostModPersonId.d.ts +8 -0
  1199. package/dist/schemas/modRemovePostModPersonId.d.ts.map +1 -0
  1200. package/dist/schemas/modRemovePostModPersonId.js +8 -0
  1201. package/dist/schemas/modRemovePostModPersonId.js.map +1 -0
  1202. package/dist/schemas/modRemovePostPostId.d.ts +8 -0
  1203. package/dist/schemas/modRemovePostPostId.d.ts.map +1 -0
  1204. package/dist/schemas/modRemovePostPostId.js +8 -0
  1205. package/dist/schemas/modRemovePostPostId.js.map +1 -0
  1206. package/dist/schemas/modRemovePostReason.d.ts +8 -0
  1207. package/dist/schemas/modRemovePostReason.d.ts.map +1 -0
  1208. package/dist/schemas/modRemovePostReason.js +8 -0
  1209. package/dist/schemas/modRemovePostReason.js.map +1 -0
  1210. package/dist/schemas/modRemovePostView.d.ts +17 -0
  1211. package/dist/schemas/modRemovePostView.d.ts.map +1 -0
  1212. package/dist/schemas/modRemovePostView.js +2 -0
  1213. package/dist/schemas/modRemovePostView.js.map +1 -0
  1214. package/dist/schemas/modRemovePostViewCommunity.d.ts +9 -0
  1215. package/dist/schemas/modRemovePostViewCommunity.d.ts.map +1 -0
  1216. package/dist/schemas/modRemovePostViewCommunity.js +2 -0
  1217. package/dist/schemas/modRemovePostViewCommunity.js.map +1 -0
  1218. package/dist/schemas/modRemovePostViewModerator.d.ts +9 -0
  1219. package/dist/schemas/modRemovePostViewModerator.d.ts.map +1 -0
  1220. package/dist/schemas/modRemovePostViewModerator.js +2 -0
  1221. package/dist/schemas/modRemovePostViewModerator.js.map +1 -0
  1222. package/dist/schemas/modRemovePostViewPost.d.ts +9 -0
  1223. package/dist/schemas/modRemovePostViewPost.d.ts.map +1 -0
  1224. package/dist/schemas/modRemovePostViewPost.js +2 -0
  1225. package/dist/schemas/modRemovePostViewPost.js.map +1 -0
  1226. package/dist/schemas/modTransferCommunity.d.ts +17 -0
  1227. package/dist/schemas/modTransferCommunity.d.ts.map +1 -0
  1228. package/dist/schemas/modTransferCommunity.js +2 -0
  1229. package/dist/schemas/modTransferCommunity.js.map +1 -0
  1230. package/dist/schemas/modTransferCommunityCommunityId.d.ts +8 -0
  1231. package/dist/schemas/modTransferCommunityCommunityId.d.ts.map +1 -0
  1232. package/dist/schemas/modTransferCommunityCommunityId.js +8 -0
  1233. package/dist/schemas/modTransferCommunityCommunityId.js.map +1 -0
  1234. package/dist/schemas/modTransferCommunityModPersonId.d.ts +8 -0
  1235. package/dist/schemas/modTransferCommunityModPersonId.d.ts.map +1 -0
  1236. package/dist/schemas/modTransferCommunityModPersonId.js +8 -0
  1237. package/dist/schemas/modTransferCommunityModPersonId.js.map +1 -0
  1238. package/dist/schemas/modTransferCommunityOtherPersonId.d.ts +8 -0
  1239. package/dist/schemas/modTransferCommunityOtherPersonId.d.ts.map +1 -0
  1240. package/dist/schemas/modTransferCommunityOtherPersonId.js +8 -0
  1241. package/dist/schemas/modTransferCommunityOtherPersonId.js.map +1 -0
  1242. package/dist/schemas/modTransferCommunityView.d.ts +17 -0
  1243. package/dist/schemas/modTransferCommunityView.d.ts.map +1 -0
  1244. package/dist/schemas/modTransferCommunityView.js +2 -0
  1245. package/dist/schemas/modTransferCommunityView.js.map +1 -0
  1246. package/dist/schemas/modTransferCommunityViewModdedPerson.d.ts +9 -0
  1247. package/dist/schemas/modTransferCommunityViewModdedPerson.d.ts.map +1 -0
  1248. package/dist/schemas/modTransferCommunityViewModdedPerson.js +2 -0
  1249. package/dist/schemas/modTransferCommunityViewModdedPerson.js.map +1 -0
  1250. package/dist/schemas/modTransferCommunityViewModerator.d.ts +9 -0
  1251. package/dist/schemas/modTransferCommunityViewModerator.d.ts.map +1 -0
  1252. package/dist/schemas/modTransferCommunityViewModerator.js +2 -0
  1253. package/dist/schemas/modTransferCommunityViewModerator.js.map +1 -0
  1254. package/dist/schemas/myUserInfo.d.ts +23 -0
  1255. package/dist/schemas/myUserInfo.d.ts.map +1 -0
  1256. package/dist/schemas/myUserInfo.js +2 -0
  1257. package/dist/schemas/myUserInfo.js.map +1 -0
  1258. package/dist/schemas/newUserExtraField.d.ts +18 -0
  1259. package/dist/schemas/newUserExtraField.d.ts.map +1 -0
  1260. package/dist/schemas/newUserExtraField.js +2 -0
  1261. package/dist/schemas/newUserExtraField.js.map +1 -0
  1262. package/dist/schemas/newUserExtraFieldId.d.ts +11 -0
  1263. package/dist/schemas/newUserExtraFieldId.d.ts.map +1 -0
  1264. package/dist/schemas/newUserExtraFieldId.js +8 -0
  1265. package/dist/schemas/newUserExtraFieldId.js.map +1 -0
  1266. package/dist/schemas/newUserExtraFieldLabel.d.ts +11 -0
  1267. package/dist/schemas/newUserExtraFieldLabel.d.ts.map +1 -0
  1268. package/dist/schemas/newUserExtraFieldLabel.js +8 -0
  1269. package/dist/schemas/newUserExtraFieldLabel.js.map +1 -0
  1270. package/dist/schemas/newUserExtraFieldText.d.ts +11 -0
  1271. package/dist/schemas/newUserExtraFieldText.d.ts.map +1 -0
  1272. package/dist/schemas/newUserExtraFieldText.js +8 -0
  1273. package/dist/schemas/newUserExtraFieldText.js.map +1 -0
  1274. package/dist/schemas/paginationMetadata.d.ts +16 -0
  1275. package/dist/schemas/paginationMetadata.d.ts.map +1 -0
  1276. package/dist/schemas/paginationMetadata.js +8 -0
  1277. package/dist/schemas/paginationMetadata.js.map +1 -0
  1278. package/dist/schemas/person.d.ts +32 -0
  1279. package/dist/schemas/person.d.ts.map +1 -0
  1280. package/dist/schemas/person.js +2 -0
  1281. package/dist/schemas/person.js.map +1 -0
  1282. package/dist/schemas/personAggregates.d.ts +12 -0
  1283. package/dist/schemas/personAggregates.d.ts.map +1 -0
  1284. package/dist/schemas/personAggregates.js +8 -0
  1285. package/dist/schemas/personAggregates.js.map +1 -0
  1286. package/dist/schemas/personAvatar.d.ts +8 -0
  1287. package/dist/schemas/personAvatar.d.ts.map +1 -0
  1288. package/dist/schemas/personAvatar.js +8 -0
  1289. package/dist/schemas/personAvatar.js.map +1 -0
  1290. package/dist/schemas/personBanner.d.ts +8 -0
  1291. package/dist/schemas/personBanner.d.ts.map +1 -0
  1292. package/dist/schemas/personBanner.js +8 -0
  1293. package/dist/schemas/personBanner.js.map +1 -0
  1294. package/dist/schemas/personBlockView.d.ts +12 -0
  1295. package/dist/schemas/personBlockView.d.ts.map +1 -0
  1296. package/dist/schemas/personBlockView.js +2 -0
  1297. package/dist/schemas/personBlockView.js.map +1 -0
  1298. package/dist/schemas/personTitle.d.ts +8 -0
  1299. package/dist/schemas/personTitle.d.ts.map +1 -0
  1300. package/dist/schemas/personTitle.js +8 -0
  1301. package/dist/schemas/personTitle.js.map +1 -0
  1302. package/dist/schemas/personView.d.ts +15 -0
  1303. package/dist/schemas/personView.d.ts.map +1 -0
  1304. package/dist/schemas/personView.js +2 -0
  1305. package/dist/schemas/personView.js.map +1 -0
  1306. package/dist/schemas/pollChoice.d.ts +14 -0
  1307. package/dist/schemas/pollChoice.d.ts.map +1 -0
  1308. package/dist/schemas/pollChoice.js +8 -0
  1309. package/dist/schemas/pollChoice.js.map +1 -0
  1310. package/dist/schemas/pollVoteRequest.d.ts +12 -0
  1311. package/dist/schemas/pollVoteRequest.d.ts.map +1 -0
  1312. package/dist/schemas/pollVoteRequest.js +8 -0
  1313. package/dist/schemas/pollVoteRequest.js.map +1 -0
  1314. package/dist/schemas/pollVoteResponse.d.ts +11 -0
  1315. package/dist/schemas/pollVoteResponse.d.ts.map +1 -0
  1316. package/dist/schemas/pollVoteResponse.js +2 -0
  1317. package/dist/schemas/pollVoteResponse.js.map +1 -0
  1318. package/dist/schemas/post.d.ts +46 -0
  1319. package/dist/schemas/post.d.ts.map +1 -0
  1320. package/dist/schemas/post.js +2 -0
  1321. package/dist/schemas/post.js.map +1 -0
  1322. package/dist/schemas/postAggregates.d.ts +17 -0
  1323. package/dist/schemas/postAggregates.d.ts.map +1 -0
  1324. package/dist/schemas/postAggregates.js +8 -0
  1325. package/dist/schemas/postAggregates.js.map +1 -0
  1326. package/dist/schemas/postEmojiReactions.d.ts +9 -0
  1327. package/dist/schemas/postEmojiReactions.d.ts.map +1 -0
  1328. package/dist/schemas/postEmojiReactions.js +2 -0
  1329. package/dist/schemas/postEmojiReactions.js.map +1 -0
  1330. package/dist/schemas/postEvent.d.ts +30 -0
  1331. package/dist/schemas/postEvent.d.ts.map +1 -0
  1332. package/dist/schemas/postEvent.js +2 -0
  1333. package/dist/schemas/postEvent.js.map +1 -0
  1334. package/dist/schemas/postEventBuyTicketsLink.d.ts +8 -0
  1335. package/dist/schemas/postEventBuyTicketsLink.d.ts.map +1 -0
  1336. package/dist/schemas/postEventBuyTicketsLink.js +8 -0
  1337. package/dist/schemas/postEventBuyTicketsLink.js.map +1 -0
  1338. package/dist/schemas/postEventExternalParticipationUrl.d.ts +8 -0
  1339. package/dist/schemas/postEventExternalParticipationUrl.d.ts.map +1 -0
  1340. package/dist/schemas/postEventExternalParticipationUrl.js +8 -0
  1341. package/dist/schemas/postEventExternalParticipationUrl.js.map +1 -0
  1342. package/dist/schemas/postEventLocation.d.ts +12 -0
  1343. package/dist/schemas/postEventLocation.d.ts.map +1 -0
  1344. package/dist/schemas/postEventLocation.js +2 -0
  1345. package/dist/schemas/postEventLocation.js.map +1 -0
  1346. package/dist/schemas/postEventLocationAnyOf.d.ts +13 -0
  1347. package/dist/schemas/postEventLocationAnyOf.d.ts.map +1 -0
  1348. package/dist/schemas/postEventLocationAnyOf.js +8 -0
  1349. package/dist/schemas/postEventLocationAnyOf.js.map +1 -0
  1350. package/dist/schemas/postEventOnlineLink.d.ts +8 -0
  1351. package/dist/schemas/postEventOnlineLink.d.ts.map +1 -0
  1352. package/dist/schemas/postEventOnlineLink.js +8 -0
  1353. package/dist/schemas/postEventOnlineLink.js.map +1 -0
  1354. package/dist/schemas/postFlair.d.ts +8 -0
  1355. package/dist/schemas/postFlair.d.ts.map +1 -0
  1356. package/dist/schemas/postFlair.js +8 -0
  1357. package/dist/schemas/postFlair.js.map +1 -0
  1358. package/dist/schemas/postLikeView.d.ts +14 -0
  1359. package/dist/schemas/postLikeView.d.ts.map +1 -0
  1360. package/dist/schemas/postLikeView.js +2 -0
  1361. package/dist/schemas/postLikeView.js.map +1 -0
  1362. package/dist/schemas/postPoll.d.ts +19 -0
  1363. package/dist/schemas/postPoll.d.ts.map +1 -0
  1364. package/dist/schemas/postPoll.js +2 -0
  1365. package/dist/schemas/postPoll.js.map +1 -0
  1366. package/dist/schemas/postPollMode.d.ts +15 -0
  1367. package/dist/schemas/postPollMode.d.ts.map +1 -0
  1368. package/dist/schemas/postPollMode.js +12 -0
  1369. package/dist/schemas/postPollMode.js.map +1 -0
  1370. package/dist/schemas/postPostType.d.ts +16 -0
  1371. package/dist/schemas/postPostType.d.ts.map +1 -0
  1372. package/dist/schemas/postPostType.js +16 -0
  1373. package/dist/schemas/postPostType.js.map +1 -0
  1374. package/dist/schemas/postReplyView.d.ts +32 -0
  1375. package/dist/schemas/postReplyView.d.ts.map +1 -0
  1376. package/dist/schemas/postReplyView.js +2 -0
  1377. package/dist/schemas/postReplyView.js.map +1 -0
  1378. package/dist/schemas/postReplyViewSubscribed.d.ts +16 -0
  1379. package/dist/schemas/postReplyViewSubscribed.d.ts.map +1 -0
  1380. package/dist/schemas/postReplyViewSubscribed.js +13 -0
  1381. package/dist/schemas/postReplyViewSubscribed.js.map +1 -0
  1382. package/dist/schemas/postReport.d.ts +17 -0
  1383. package/dist/schemas/postReport.d.ts.map +1 -0
  1384. package/dist/schemas/postReport.js +8 -0
  1385. package/dist/schemas/postReport.js.map +1 -0
  1386. package/dist/schemas/postReportResponse.d.ts +11 -0
  1387. package/dist/schemas/postReportResponse.d.ts.map +1 -0
  1388. package/dist/schemas/postReportResponse.js +2 -0
  1389. package/dist/schemas/postReportResponse.js.map +1 -0
  1390. package/dist/schemas/postReportView.d.ts +27 -0
  1391. package/dist/schemas/postReportView.d.ts.map +1 -0
  1392. package/dist/schemas/postReportView.js +2 -0
  1393. package/dist/schemas/postReportView.js.map +1 -0
  1394. package/dist/schemas/postReportViewSubscribed.d.ts +13 -0
  1395. package/dist/schemas/postReportViewSubscribed.d.ts.map +1 -0
  1396. package/dist/schemas/postReportViewSubscribed.js +13 -0
  1397. package/dist/schemas/postReportViewSubscribed.js.map +1 -0
  1398. package/dist/schemas/postSetFlairRequest.d.ts +13 -0
  1399. package/dist/schemas/postSetFlairRequest.d.ts.map +1 -0
  1400. package/dist/schemas/postSetFlairRequest.js +2 -0
  1401. package/dist/schemas/postSetFlairRequest.js.map +1 -0
  1402. package/dist/schemas/postSetFlairRequestFlairIdList.d.ts +11 -0
  1403. package/dist/schemas/postSetFlairRequestFlairIdList.d.ts.map +1 -0
  1404. package/dist/schemas/postSetFlairRequestFlairIdList.js +8 -0
  1405. package/dist/schemas/postSetFlairRequestFlairIdList.js.map +1 -0
  1406. package/dist/schemas/postSetFlairResponse.d.ts +34 -0
  1407. package/dist/schemas/postSetFlairResponse.d.ts.map +1 -0
  1408. package/dist/schemas/postSetFlairResponse.js +2 -0
  1409. package/dist/schemas/postSetFlairResponse.js.map +1 -0
  1410. package/dist/schemas/postSetFlairResponseSubscribed.d.ts +13 -0
  1411. package/dist/schemas/postSetFlairResponseSubscribed.d.ts.map +1 -0
  1412. package/dist/schemas/postSetFlairResponseSubscribed.js +13 -0
  1413. package/dist/schemas/postSetFlairResponseSubscribed.js.map +1 -0
  1414. package/dist/schemas/postTags.d.ts +8 -0
  1415. package/dist/schemas/postTags.d.ts.map +1 -0
  1416. package/dist/schemas/postTags.js +8 -0
  1417. package/dist/schemas/postTags.js.map +1 -0
  1418. package/dist/schemas/postView.d.ts +34 -0
  1419. package/dist/schemas/postView.d.ts.map +1 -0
  1420. package/dist/schemas/postView.js +2 -0
  1421. package/dist/schemas/postView.js.map +1 -0
  1422. package/dist/schemas/postViewSubscribed.d.ts +13 -0
  1423. package/dist/schemas/postViewSubscribed.d.ts.map +1 -0
  1424. package/dist/schemas/postViewSubscribed.js +13 -0
  1425. package/dist/schemas/postViewSubscribed.js.map +1 -0
  1426. package/dist/schemas/privateMessage.d.ts +18 -0
  1427. package/dist/schemas/privateMessage.d.ts.map +1 -0
  1428. package/dist/schemas/privateMessage.js +8 -0
  1429. package/dist/schemas/privateMessage.js.map +1 -0
  1430. package/dist/schemas/privateMessageResponse.d.ts +11 -0
  1431. package/dist/schemas/privateMessageResponse.d.ts.map +1 -0
  1432. package/dist/schemas/privateMessageResponse.js +2 -0
  1433. package/dist/schemas/privateMessageResponse.js.map +1 -0
  1434. package/dist/schemas/privateMessageView.d.ts +15 -0
  1435. package/dist/schemas/privateMessageView.d.ts.map +1 -0
  1436. package/dist/schemas/privateMessageView.js +2 -0
  1437. package/dist/schemas/privateMessageView.js.map +1 -0
  1438. package/dist/schemas/reactions.d.ts +14 -0
  1439. package/dist/schemas/reactions.d.ts.map +1 -0
  1440. package/dist/schemas/reactions.js +2 -0
  1441. package/dist/schemas/reactions.js.map +1 -0
  1442. package/dist/schemas/reactionsUrl.d.ts +8 -0
  1443. package/dist/schemas/reactionsUrl.d.ts.map +1 -0
  1444. package/dist/schemas/reactionsUrl.js +8 -0
  1445. package/dist/schemas/reactionsUrl.js.map +1 -0
  1446. package/dist/schemas/registrationApproveRequest.d.ts +11 -0
  1447. package/dist/schemas/registrationApproveRequest.d.ts.map +1 -0
  1448. package/dist/schemas/registrationApproveRequest.js +8 -0
  1449. package/dist/schemas/registrationApproveRequest.js.map +1 -0
  1450. package/dist/schemas/removeCommentRequest.d.ts +12 -0
  1451. package/dist/schemas/removeCommentRequest.d.ts.map +1 -0
  1452. package/dist/schemas/removeCommentRequest.js +8 -0
  1453. package/dist/schemas/removeCommentRequest.js.map +1 -0
  1454. package/dist/schemas/removePostRequest.d.ts +12 -0
  1455. package/dist/schemas/removePostRequest.d.ts.map +1 -0
  1456. package/dist/schemas/removePostRequest.js +8 -0
  1457. package/dist/schemas/removePostRequest.js.map +1 -0
  1458. package/dist/schemas/reportCommentRequest.d.ts +14 -0
  1459. package/dist/schemas/reportCommentRequest.d.ts.map +1 -0
  1460. package/dist/schemas/reportCommentRequest.js +8 -0
  1461. package/dist/schemas/reportCommentRequest.js.map +1 -0
  1462. package/dist/schemas/reportPostRequest.d.ts +14 -0
  1463. package/dist/schemas/reportPostRequest.d.ts.map +1 -0
  1464. package/dist/schemas/reportPostRequest.js +8 -0
  1465. package/dist/schemas/reportPostRequest.js.map +1 -0
  1466. package/dist/schemas/reportPrivateMessageRequest.d.ts +11 -0
  1467. package/dist/schemas/reportPrivateMessageRequest.d.ts.map +1 -0
  1468. package/dist/schemas/reportPrivateMessageRequest.js +8 -0
  1469. package/dist/schemas/reportPrivateMessageRequest.js.map +1 -0
  1470. package/dist/schemas/resolveObjectResponse.d.ts +19 -0
  1471. package/dist/schemas/resolveObjectResponse.d.ts.map +1 -0
  1472. package/dist/schemas/resolveObjectResponse.js +2 -0
  1473. package/dist/schemas/resolveObjectResponse.js.map +1 -0
  1474. package/dist/schemas/saveCommentRequest.d.ts +11 -0
  1475. package/dist/schemas/saveCommentRequest.d.ts.map +1 -0
  1476. package/dist/schemas/saveCommentRequest.js +8 -0
  1477. package/dist/schemas/saveCommentRequest.js.map +1 -0
  1478. package/dist/schemas/savePostRequest.d.ts +11 -0
  1479. package/dist/schemas/savePostRequest.d.ts.map +1 -0
  1480. package/dist/schemas/savePostRequest.js +8 -0
  1481. package/dist/schemas/savePostRequest.js.map +1 -0
  1482. package/dist/schemas/searchResponse.d.ts +19 -0
  1483. package/dist/schemas/searchResponse.d.ts.map +1 -0
  1484. package/dist/schemas/searchResponse.js +2 -0
  1485. package/dist/schemas/searchResponse.js.map +1 -0
  1486. package/dist/schemas/searchResponseType.d.ts +15 -0
  1487. package/dist/schemas/searchResponseType.d.ts.map +1 -0
  1488. package/dist/schemas/searchResponseType.js +15 -0
  1489. package/dist/schemas/searchResponseType.js.map +1 -0
  1490. package/dist/schemas/site.d.ts +26 -0
  1491. package/dist/schemas/site.d.ts.map +1 -0
  1492. package/dist/schemas/site.js +2 -0
  1493. package/dist/schemas/site.js.map +1 -0
  1494. package/dist/schemas/siteIcon.d.ts +8 -0
  1495. package/dist/schemas/siteIcon.d.ts.map +1 -0
  1496. package/dist/schemas/siteIcon.js +8 -0
  1497. package/dist/schemas/siteIcon.js.map +1 -0
  1498. package/dist/schemas/siteMetadataView.d.ts +13 -0
  1499. package/dist/schemas/siteMetadataView.d.ts.map +1 -0
  1500. package/dist/schemas/siteMetadataView.js +8 -0
  1501. package/dist/schemas/siteMetadataView.js.map +1 -0
  1502. package/dist/schemas/siteRegistrationMode.d.ts +13 -0
  1503. package/dist/schemas/siteRegistrationMode.d.ts.map +1 -0
  1504. package/dist/schemas/siteRegistrationMode.js +13 -0
  1505. package/dist/schemas/siteRegistrationMode.js.map +1 -0
  1506. package/dist/schemas/subscribeCommentRequest.d.ts +11 -0
  1507. package/dist/schemas/subscribeCommentRequest.d.ts.map +1 -0
  1508. package/dist/schemas/subscribeCommentRequest.js +8 -0
  1509. package/dist/schemas/subscribeCommentRequest.js.map +1 -0
  1510. package/dist/schemas/subscribeCommunityRequest.d.ts +11 -0
  1511. package/dist/schemas/subscribeCommunityRequest.d.ts.map +1 -0
  1512. package/dist/schemas/subscribeCommunityRequest.js +8 -0
  1513. package/dist/schemas/subscribeCommunityRequest.js.map +1 -0
  1514. package/dist/schemas/subscribePostRequest.d.ts +11 -0
  1515. package/dist/schemas/subscribePostRequest.d.ts.map +1 -0
  1516. package/dist/schemas/subscribePostRequest.js +8 -0
  1517. package/dist/schemas/subscribePostRequest.js.map +1 -0
  1518. package/dist/schemas/successResponse.d.ts +10 -0
  1519. package/dist/schemas/successResponse.d.ts.map +1 -0
  1520. package/dist/schemas/successResponse.js +8 -0
  1521. package/dist/schemas/successResponse.js.map +1 -0
  1522. package/dist/schemas/topicListResponse.d.ts +11 -0
  1523. package/dist/schemas/topicListResponse.d.ts.map +1 -0
  1524. package/dist/schemas/topicListResponse.js +2 -0
  1525. package/dist/schemas/topicListResponse.js.map +1 -0
  1526. package/dist/schemas/topicView.d.ts +19 -0
  1527. package/dist/schemas/topicView.d.ts.map +1 -0
  1528. package/dist/schemas/topicView.js +2 -0
  1529. package/dist/schemas/topicView.js.map +1 -0
  1530. package/dist/schemas/topicViewParentTopicId.d.ts +8 -0
  1531. package/dist/schemas/topicViewParentTopicId.d.ts.map +1 -0
  1532. package/dist/schemas/topicViewParentTopicId.js +8 -0
  1533. package/dist/schemas/topicViewParentTopicId.js.map +1 -0
  1534. package/dist/schemas/unprocessableEntityResponse.d.ts +12 -0
  1535. package/dist/schemas/unprocessableEntityResponse.d.ts.map +1 -0
  1536. package/dist/schemas/unprocessableEntityResponse.js +2 -0
  1537. package/dist/schemas/unprocessableEntityResponse.js.map +1 -0
  1538. package/dist/schemas/userBanRequest.d.ts +20 -0
  1539. package/dist/schemas/userBanRequest.d.ts.map +1 -0
  1540. package/dist/schemas/userBanRequest.js +2 -0
  1541. package/dist/schemas/userBanRequest.js.map +1 -0
  1542. package/dist/schemas/userBanRequestBanIpAddress.d.ts +8 -0
  1543. package/dist/schemas/userBanRequestBanIpAddress.d.ts.map +1 -0
  1544. package/dist/schemas/userBanRequestBanIpAddress.js +8 -0
  1545. package/dist/schemas/userBanRequestBanIpAddress.js.map +1 -0
  1546. package/dist/schemas/userBanRequestPurgeContent.d.ts +8 -0
  1547. package/dist/schemas/userBanRequestPurgeContent.d.ts.map +1 -0
  1548. package/dist/schemas/userBanRequestPurgeContent.js +8 -0
  1549. package/dist/schemas/userBanRequestPurgeContent.js.map +1 -0
  1550. package/dist/schemas/userBanRequestReason.d.ts +12 -0
  1551. package/dist/schemas/userBanRequestReason.d.ts.map +1 -0
  1552. package/dist/schemas/userBanRequestReason.js +8 -0
  1553. package/dist/schemas/userBanRequestReason.js.map +1 -0
  1554. package/dist/schemas/userBanResponse.d.ts +11 -0
  1555. package/dist/schemas/userBanResponse.d.ts.map +1 -0
  1556. package/dist/schemas/userBanResponse.js +2 -0
  1557. package/dist/schemas/userBanResponse.js.map +1 -0
  1558. package/dist/schemas/userBlockRequest.d.ts +11 -0
  1559. package/dist/schemas/userBlockRequest.d.ts.map +1 -0
  1560. package/dist/schemas/userBlockRequest.js +8 -0
  1561. package/dist/schemas/userBlockRequest.js.map +1 -0
  1562. package/dist/schemas/userBlockResponse.d.ts +12 -0
  1563. package/dist/schemas/userBlockResponse.d.ts.map +1 -0
  1564. package/dist/schemas/userBlockResponse.js +2 -0
  1565. package/dist/schemas/userBlockResponse.js.map +1 -0
  1566. package/dist/schemas/userExtraField.d.ts +12 -0
  1567. package/dist/schemas/userExtraField.d.ts.map +1 -0
  1568. package/dist/schemas/userExtraField.js +8 -0
  1569. package/dist/schemas/userExtraField.js.map +1 -0
  1570. package/dist/schemas/userLoginRequest.d.ts +11 -0
  1571. package/dist/schemas/userLoginRequest.d.ts.map +1 -0
  1572. package/dist/schemas/userLoginRequest.js +8 -0
  1573. package/dist/schemas/userLoginRequest.js.map +1 -0
  1574. package/dist/schemas/userLoginResponse.d.ts +10 -0
  1575. package/dist/schemas/userLoginResponse.d.ts.map +1 -0
  1576. package/dist/schemas/userLoginResponse.js +8 -0
  1577. package/dist/schemas/userLoginResponse.js.map +1 -0
  1578. package/dist/schemas/userMarkAllNotifsReadResponse.d.ts +10 -0
  1579. package/dist/schemas/userMarkAllNotifsReadResponse.d.ts.map +1 -0
  1580. package/dist/schemas/userMarkAllNotifsReadResponse.js +8 -0
  1581. package/dist/schemas/userMarkAllNotifsReadResponse.js.map +1 -0
  1582. package/dist/schemas/userMarkAllReadResponse.d.ts +12 -0
  1583. package/dist/schemas/userMarkAllReadResponse.d.ts.map +1 -0
  1584. package/dist/schemas/userMarkAllReadResponse.js +2 -0
  1585. package/dist/schemas/userMarkAllReadResponse.js.map +1 -0
  1586. package/dist/schemas/userMeResponse.d.ts +23 -0
  1587. package/dist/schemas/userMeResponse.d.ts.map +1 -0
  1588. package/dist/schemas/userMeResponse.js +2 -0
  1589. package/dist/schemas/userMeResponse.js.map +1 -0
  1590. package/dist/schemas/userMediaResponse.d.ts +13 -0
  1591. package/dist/schemas/userMediaResponse.d.ts.map +1 -0
  1592. package/dist/schemas/userMediaResponse.js +2 -0
  1593. package/dist/schemas/userMediaResponse.js.map +1 -0
  1594. package/dist/schemas/userMediaResponseNextPage.d.ts +8 -0
  1595. package/dist/schemas/userMediaResponseNextPage.d.ts.map +1 -0
  1596. package/dist/schemas/userMediaResponseNextPage.js +8 -0
  1597. package/dist/schemas/userMediaResponseNextPage.js.map +1 -0
  1598. package/dist/schemas/userMentionsResponse.d.ts +13 -0
  1599. package/dist/schemas/userMentionsResponse.d.ts.map +1 -0
  1600. package/dist/schemas/userMentionsResponse.js +2 -0
  1601. package/dist/schemas/userMentionsResponse.js.map +1 -0
  1602. package/dist/schemas/userMentionsResponseNextPage.d.ts +8 -0
  1603. package/dist/schemas/userMentionsResponseNextPage.d.ts.map +1 -0
  1604. package/dist/schemas/userMentionsResponseNextPage.js +8 -0
  1605. package/dist/schemas/userMentionsResponseNextPage.js.map +1 -0
  1606. package/dist/schemas/userNotificationItemView.d.ts +39 -0
  1607. package/dist/schemas/userNotificationItemView.d.ts.map +1 -0
  1608. package/dist/schemas/userNotificationItemView.js +2 -0
  1609. package/dist/schemas/userNotificationItemView.js.map +1 -0
  1610. package/dist/schemas/userNotificationItemViewStatus.d.ts +15 -0
  1611. package/dist/schemas/userNotificationItemViewStatus.d.ts.map +1 -0
  1612. package/dist/schemas/userNotificationItemViewStatus.js +12 -0
  1613. package/dist/schemas/userNotificationItemViewStatus.js.map +1 -0
  1614. package/dist/schemas/userNotificationStateRequest.d.ts +12 -0
  1615. package/dist/schemas/userNotificationStateRequest.d.ts.map +1 -0
  1616. package/dist/schemas/userNotificationStateRequest.js +8 -0
  1617. package/dist/schemas/userNotificationStateRequest.js.map +1 -0
  1618. package/dist/schemas/userNotificationsCountResponse.d.ts +10 -0
  1619. package/dist/schemas/userNotificationsCountResponse.d.ts.map +1 -0
  1620. package/dist/schemas/userNotificationsCountResponse.js +8 -0
  1621. package/dist/schemas/userNotificationsCountResponse.js.map +1 -0
  1622. package/dist/schemas/userNotificationsCounts.d.ts +12 -0
  1623. package/dist/schemas/userNotificationsCounts.d.ts.map +1 -0
  1624. package/dist/schemas/userNotificationsCounts.js +8 -0
  1625. package/dist/schemas/userNotificationsCounts.js.map +1 -0
  1626. package/dist/schemas/userNotificationsResponse.d.ts +18 -0
  1627. package/dist/schemas/userNotificationsResponse.d.ts.map +1 -0
  1628. package/dist/schemas/userNotificationsResponse.js +2 -0
  1629. package/dist/schemas/userNotificationsResponse.js.map +1 -0
  1630. package/dist/schemas/userNotificationsResponseNextPage.d.ts +8 -0
  1631. package/dist/schemas/userNotificationsResponseNextPage.d.ts.map +1 -0
  1632. package/dist/schemas/userNotificationsResponseNextPage.js +8 -0
  1633. package/dist/schemas/userNotificationsResponseNextPage.js.map +1 -0
  1634. package/dist/schemas/userNotificationsResponseStatus.d.ts +14 -0
  1635. package/dist/schemas/userNotificationsResponseStatus.d.ts.map +1 -0
  1636. package/dist/schemas/userNotificationsResponseStatus.js +14 -0
  1637. package/dist/schemas/userNotificationsResponseStatus.js.map +1 -0
  1638. package/dist/schemas/userRegistration.d.ts +26 -0
  1639. package/dist/schemas/userRegistration.d.ts.map +1 -0
  1640. package/dist/schemas/userRegistration.js +2 -0
  1641. package/dist/schemas/userRegistration.js.map +1 -0
  1642. package/dist/schemas/userRegistrationAnswer.d.ts +8 -0
  1643. package/dist/schemas/userRegistrationAnswer.d.ts.map +1 -0
  1644. package/dist/schemas/userRegistrationAnswer.js +8 -0
  1645. package/dist/schemas/userRegistrationAnswer.js.map +1 -0
  1646. package/dist/schemas/userRegistrationEmail.d.ts +8 -0
  1647. package/dist/schemas/userRegistrationEmail.d.ts.map +1 -0
  1648. package/dist/schemas/userRegistrationEmail.js +8 -0
  1649. package/dist/schemas/userRegistrationEmail.js.map +1 -0
  1650. package/dist/schemas/userRegistrationIpAddress.d.ts +8 -0
  1651. package/dist/schemas/userRegistrationIpAddress.d.ts.map +1 -0
  1652. package/dist/schemas/userRegistrationIpAddress.js +8 -0
  1653. package/dist/schemas/userRegistrationIpAddress.js.map +1 -0
  1654. package/dist/schemas/userRegistrationStatus.d.ts +12 -0
  1655. package/dist/schemas/userRegistrationStatus.d.ts.map +1 -0
  1656. package/dist/schemas/userRegistrationStatus.js +12 -0
  1657. package/dist/schemas/userRegistrationStatus.js.map +1 -0
  1658. package/dist/schemas/userRepliesResponse.d.ts +13 -0
  1659. package/dist/schemas/userRepliesResponse.d.ts.map +1 -0
  1660. package/dist/schemas/userRepliesResponse.js +2 -0
  1661. package/dist/schemas/userRepliesResponse.js.map +1 -0
  1662. package/dist/schemas/userRepliesResponseNextPage.d.ts +8 -0
  1663. package/dist/schemas/userRepliesResponseNextPage.d.ts.map +1 -0
  1664. package/dist/schemas/userRepliesResponseNextPage.js +8 -0
  1665. package/dist/schemas/userRepliesResponseNextPage.js.map +1 -0
  1666. package/dist/schemas/userSaveSettingsRequest.d.ts +65 -0
  1667. package/dist/schemas/userSaveSettingsRequest.d.ts.map +1 -0
  1668. package/dist/schemas/userSaveSettingsRequest.js +2 -0
  1669. package/dist/schemas/userSaveSettingsRequest.js.map +1 -0
  1670. package/dist/schemas/userSaveSettingsRequestAcceptPrivateMessages.d.ts +17 -0
  1671. package/dist/schemas/userSaveSettingsRequestAcceptPrivateMessages.d.ts.map +1 -0
  1672. package/dist/schemas/userSaveSettingsRequestAcceptPrivateMessages.js +14 -0
  1673. package/dist/schemas/userSaveSettingsRequestAcceptPrivateMessages.js.map +1 -0
  1674. package/dist/schemas/userSaveSettingsRequestAvatar.d.ts +11 -0
  1675. package/dist/schemas/userSaveSettingsRequestAvatar.d.ts.map +1 -0
  1676. package/dist/schemas/userSaveSettingsRequestAvatar.js +8 -0
  1677. package/dist/schemas/userSaveSettingsRequestAvatar.js.map +1 -0
  1678. package/dist/schemas/userSaveSettingsRequestBotVisibility.d.ts +14 -0
  1679. package/dist/schemas/userSaveSettingsRequestBotVisibility.d.ts.map +1 -0
  1680. package/dist/schemas/userSaveSettingsRequestBotVisibility.js +14 -0
  1681. package/dist/schemas/userSaveSettingsRequestBotVisibility.js.map +1 -0
  1682. package/dist/schemas/userSaveSettingsRequestCommunityKeywordFilter.d.ts +11 -0
  1683. package/dist/schemas/userSaveSettingsRequestCommunityKeywordFilter.d.ts.map +1 -0
  1684. package/dist/schemas/userSaveSettingsRequestCommunityKeywordFilter.js +8 -0
  1685. package/dist/schemas/userSaveSettingsRequestCommunityKeywordFilter.js.map +1 -0
  1686. package/dist/schemas/userSaveSettingsRequestCover.d.ts +11 -0
  1687. package/dist/schemas/userSaveSettingsRequestCover.d.ts.map +1 -0
  1688. package/dist/schemas/userSaveSettingsRequestCover.js +8 -0
  1689. package/dist/schemas/userSaveSettingsRequestCover.js.map +1 -0
  1690. package/dist/schemas/userSaveSettingsRequestDefaultCommentSortType.d.ts +14 -0
  1691. package/dist/schemas/userSaveSettingsRequestDefaultCommentSortType.d.ts.map +1 -0
  1692. package/dist/schemas/userSaveSettingsRequestDefaultCommentSortType.js +14 -0
  1693. package/dist/schemas/userSaveSettingsRequestDefaultCommentSortType.js.map +1 -0
  1694. package/dist/schemas/userSaveSettingsRequestDefaultSortType.d.ts +16 -0
  1695. package/dist/schemas/userSaveSettingsRequestDefaultSortType.d.ts.map +1 -0
  1696. package/dist/schemas/userSaveSettingsRequestDefaultSortType.js +16 -0
  1697. package/dist/schemas/userSaveSettingsRequestDefaultSortType.js.map +1 -0
  1698. package/dist/schemas/userSaveSettingsRequestGenaiVisibility.d.ts +17 -0
  1699. package/dist/schemas/userSaveSettingsRequestGenaiVisibility.d.ts.map +1 -0
  1700. package/dist/schemas/userSaveSettingsRequestGenaiVisibility.js +14 -0
  1701. package/dist/schemas/userSaveSettingsRequestGenaiVisibility.js.map +1 -0
  1702. package/dist/schemas/userSaveSettingsRequestNsflVisibility.d.ts +17 -0
  1703. package/dist/schemas/userSaveSettingsRequestNsflVisibility.d.ts.map +1 -0
  1704. package/dist/schemas/userSaveSettingsRequestNsflVisibility.js +14 -0
  1705. package/dist/schemas/userSaveSettingsRequestNsflVisibility.js.map +1 -0
  1706. package/dist/schemas/userSaveSettingsRequestNsfwVisibility.d.ts +17 -0
  1707. package/dist/schemas/userSaveSettingsRequestNsfwVisibility.d.ts.map +1 -0
  1708. package/dist/schemas/userSaveSettingsRequestNsfwVisibility.js +14 -0
  1709. package/dist/schemas/userSaveSettingsRequestNsfwVisibility.js.map +1 -0
  1710. package/dist/schemas/userSaveSettingsResponse.d.ts +11 -0
  1711. package/dist/schemas/userSaveSettingsResponse.d.ts.map +1 -0
  1712. package/dist/schemas/userSaveSettingsResponse.js +2 -0
  1713. package/dist/schemas/userSaveSettingsResponse.js.map +1 -0
  1714. package/dist/schemas/userSetFlairRequest.d.ts +16 -0
  1715. package/dist/schemas/userSetFlairRequest.d.ts.map +1 -0
  1716. package/dist/schemas/userSetFlairRequest.js +2 -0
  1717. package/dist/schemas/userSetFlairRequest.js.map +1 -0
  1718. package/dist/schemas/userSetFlairRequestFlairText.d.ts +12 -0
  1719. package/dist/schemas/userSetFlairRequestFlairText.d.ts.map +1 -0
  1720. package/dist/schemas/userSetFlairRequestFlairText.js +8 -0
  1721. package/dist/schemas/userSetFlairRequestFlairText.js.map +1 -0
  1722. package/dist/schemas/userSetFlairResponse.d.ts +11 -0
  1723. package/dist/schemas/userSetFlairResponse.d.ts.map +1 -0
  1724. package/dist/schemas/userSetFlairResponse.js +2 -0
  1725. package/dist/schemas/userSetFlairResponse.js.map +1 -0
  1726. package/dist/schemas/userSetNoteRequest.d.ts +16 -0
  1727. package/dist/schemas/userSetNoteRequest.d.ts.map +1 -0
  1728. package/dist/schemas/userSetNoteRequest.js +2 -0
  1729. package/dist/schemas/userSetNoteRequest.js.map +1 -0
  1730. package/dist/schemas/userSetNoteRequestNote.d.ts +12 -0
  1731. package/dist/schemas/userSetNoteRequestNote.d.ts.map +1 -0
  1732. package/dist/schemas/userSetNoteRequestNote.js +8 -0
  1733. package/dist/schemas/userSetNoteRequestNote.js.map +1 -0
  1734. package/dist/schemas/userSetNoteResponse.d.ts +11 -0
  1735. package/dist/schemas/userSetNoteResponse.d.ts.map +1 -0
  1736. package/dist/schemas/userSetNoteResponse.js +2 -0
  1737. package/dist/schemas/userSetNoteResponse.js.map +1 -0
  1738. package/dist/schemas/userSubscribeRequest.d.ts +11 -0
  1739. package/dist/schemas/userSubscribeRequest.d.ts.map +1 -0
  1740. package/dist/schemas/userSubscribeRequest.js +8 -0
  1741. package/dist/schemas/userSubscribeRequest.js.map +1 -0
  1742. package/dist/schemas/userSubscribeResponse.d.ts +12 -0
  1743. package/dist/schemas/userSubscribeResponse.d.ts.map +1 -0
  1744. package/dist/schemas/userSubscribeResponse.js +2 -0
  1745. package/dist/schemas/userSubscribeResponse.js.map +1 -0
  1746. package/dist/schemas/userUnbanRequest.d.ts +10 -0
  1747. package/dist/schemas/userUnbanRequest.d.ts.map +1 -0
  1748. package/dist/schemas/userUnbanRequest.js +8 -0
  1749. package/dist/schemas/userUnbanRequest.js.map +1 -0
  1750. package/dist/schemas/userUnreadCountsResponse.d.ts +16 -0
  1751. package/dist/schemas/userUnreadCountsResponse.d.ts.map +1 -0
  1752. package/dist/schemas/userUnreadCountsResponse.js +8 -0
  1753. package/dist/schemas/userUnreadCountsResponse.js.map +1 -0
  1754. package/dist/schemas/widthHeight.d.ts +11 -0
  1755. package/dist/schemas/widthHeight.d.ts.map +1 -0
  1756. package/dist/schemas/widthHeight.js +8 -0
  1757. package/dist/schemas/widthHeight.js.map +1 -0
  1758. package/dist/zod/admin/admin.d.ts +280 -0
  1759. package/dist/zod/admin/admin.d.ts.map +1 -0
  1760. package/dist/zod/admin/admin.js +68 -0
  1761. package/dist/zod/admin/admin.js.map +1 -0
  1762. package/dist/zod/comment/comment.d.ts +16794 -0
  1763. package/dist/zod/comment/comment.d.ts.map +1 -0
  1764. package/dist/zod/comment/comment.js +2510 -0
  1765. package/dist/zod/comment/comment.js.map +1 -0
  1766. package/dist/zod/community/community.d.ts +8665 -0
  1767. package/dist/zod/community/community.d.ts.map +1 -0
  1768. package/dist/zod/community/community.js +1537 -0
  1769. package/dist/zod/community/community.js.map +1 -0
  1770. package/dist/zod/feed/feed.d.ts +1388 -0
  1771. package/dist/zod/feed/feed.d.ts.map +1 -0
  1772. package/dist/zod/feed/feed.js +370 -0
  1773. package/dist/zod/feed/feed.js.map +1 -0
  1774. package/dist/zod/misc/misc.d.ts +15492 -0
  1775. package/dist/zod/misc/misc.d.ts.map +1 -0
  1776. package/dist/zod/misc/misc.js +2292 -0
  1777. package/dist/zod/misc/misc.js.map +1 -0
  1778. package/dist/zod/post/post.d.ts +39728 -0
  1779. package/dist/zod/post/post.d.ts.map +1 -0
  1780. package/dist/zod/post/post.js +6022 -0
  1781. package/dist/zod/post/post.js.map +1 -0
  1782. package/dist/zod/private-message/private-message.d.ts +3130 -0
  1783. package/dist/zod/private-message/private-message.d.ts.map +1 -0
  1784. package/dist/zod/private-message/private-message.js +530 -0
  1785. package/dist/zod/private-message/private-message.js.map +1 -0
  1786. package/dist/zod/site/site.d.ts +3143 -0
  1787. package/dist/zod/site/site.d.ts.map +1 -0
  1788. package/dist/zod/site/site.js +441 -0
  1789. package/dist/zod/site/site.js.map +1 -0
  1790. package/dist/zod/topic/topic.d.ts +225 -0
  1791. package/dist/zod/topic/topic.d.ts.map +1 -0
  1792. package/dist/zod/topic/topic.js +49 -0
  1793. package/dist/zod/topic/topic.js.map +1 -0
  1794. package/dist/zod/upload/upload.d.ts +103 -0
  1795. package/dist/zod/upload/upload.d.ts.map +1 -0
  1796. package/dist/zod/upload/upload.js +53 -0
  1797. package/dist/zod/upload/upload.js.map +1 -0
  1798. package/dist/zod/user/user.d.ts +19853 -0
  1799. package/dist/zod/user/user.d.ts.map +1 -0
  1800. package/dist/zod/user/user.js +2931 -0
  1801. package/dist/zod/user/user.js.map +1 -0
  1802. package/dist/zod-index.d.ts +12 -0
  1803. package/dist/zod-index.d.ts.map +1 -0
  1804. package/dist/zod-index.js +13 -0
  1805. package/dist/zod-index.js.map +1 -0
  1806. package/package.json +37 -0
  1807. package/src/client/admin/admin.ts +129 -0
  1808. package/src/client/comment/comment.ts +810 -0
  1809. package/src/client/community/community.ts +975 -0
  1810. package/src/client/feed/feed.ts +361 -0
  1811. package/src/client/misc/misc.ts +314 -0
  1812. package/src/client/post/post.ts +1162 -0
  1813. package/src/client/private-message/private-message.ts +472 -0
  1814. package/src/client/site/site.ts +277 -0
  1815. package/src/client/topic/topic.ts +74 -0
  1816. package/src/client/upload/upload.ts +258 -0
  1817. package/src/client/user/user.ts +1185 -0
  1818. package/src/index.ts +15 -0
  1819. package/src/schemas/adminPurgeComment.ts +15 -0
  1820. package/src/schemas/adminPurgeCommentReason.ts +8 -0
  1821. package/src/schemas/adminPurgeCommentView.ts +15 -0
  1822. package/src/schemas/adminPurgeCommunity.ts +14 -0
  1823. package/src/schemas/adminPurgeCommunityReason.ts +8 -0
  1824. package/src/schemas/adminPurgeCommunityView.ts +13 -0
  1825. package/src/schemas/adminPurgePerson.ts +14 -0
  1826. package/src/schemas/adminPurgePersonReason.ts +8 -0
  1827. package/src/schemas/adminPurgePersonView.ts +13 -0
  1828. package/src/schemas/adminPurgePost.ts +16 -0
  1829. package/src/schemas/adminPurgePostCommunityId.ts +8 -0
  1830. package/src/schemas/adminPurgePostReason.ts +8 -0
  1831. package/src/schemas/adminPurgePostView.ts +15 -0
  1832. package/src/schemas/blockCommunityRequest.ts +11 -0
  1833. package/src/schemas/blockCommunityResponse.ts +12 -0
  1834. package/src/schemas/blockInstanceRequest.ts +11 -0
  1835. package/src/schemas/blockInstanceResponse.ts +10 -0
  1836. package/src/schemas/comment.ts +27 -0
  1837. package/src/schemas/commentAggregates.ts +15 -0
  1838. package/src/schemas/commentEmojiReactions.ts +9 -0
  1839. package/src/schemas/commentLikeView.ts +14 -0
  1840. package/src/schemas/commentReply.ts +14 -0
  1841. package/src/schemas/commentReplyView.ts +31 -0
  1842. package/src/schemas/commentReplyViewSubscribed.ts +16 -0
  1843. package/src/schemas/commentReport.ts +17 -0
  1844. package/src/schemas/commentReportView.ts +34 -0
  1845. package/src/schemas/commentReportViewSubscribed.ts +19 -0
  1846. package/src/schemas/commentView.ts +31 -0
  1847. package/src/schemas/commentViewSubscribed.ts +19 -0
  1848. package/src/schemas/community.ts +33 -0
  1849. package/src/schemas/communityAggregates.ts +19 -0
  1850. package/src/schemas/communityBanner.ts +8 -0
  1851. package/src/schemas/communityBlockView.ts +13 -0
  1852. package/src/schemas/communityFlair.ts +20 -0
  1853. package/src/schemas/communityFlairApId.ts +11 -0
  1854. package/src/schemas/communityFlairCreateRequest.ts +16 -0
  1855. package/src/schemas/communityFlairCreateResponse.ts +20 -0
  1856. package/src/schemas/communityFlairCreateResponseApId.ts +11 -0
  1857. package/src/schemas/communityFlairDeleteRequest.ts +10 -0
  1858. package/src/schemas/communityFlairDeleteResponse.ts +16 -0
  1859. package/src/schemas/communityFlairEditRequest.ts +16 -0
  1860. package/src/schemas/communityFlairEditResponse.ts +20 -0
  1861. package/src/schemas/communityFlairEditResponseApId.ts +11 -0
  1862. package/src/schemas/communityFollowerView.ts +13 -0
  1863. package/src/schemas/communityIcon.ts +8 -0
  1864. package/src/schemas/communityModerationBanItem.ts +20 -0
  1865. package/src/schemas/communityModerationBanItemExpiredAt.ts +8 -0
  1866. package/src/schemas/communityModerationBanItemExpiresAt.ts +8 -0
  1867. package/src/schemas/communityModerationBanRequest.ts +14 -0
  1868. package/src/schemas/communityModerationBansListResponse.ts +13 -0
  1869. package/src/schemas/communityModerationBansListResponseNextPage.ts +8 -0
  1870. package/src/schemas/communityModerationNsfwRequest.ts +11 -0
  1871. package/src/schemas/communityModerationUnbanRequest.ts +11 -0
  1872. package/src/schemas/communityModeratorView.ts +13 -0
  1873. package/src/schemas/communityPostingWarning.ts +8 -0
  1874. package/src/schemas/communityResponse.ts +12 -0
  1875. package/src/schemas/communityView.ts +19 -0
  1876. package/src/schemas/communityViewSubscribed.ts +16 -0
  1877. package/src/schemas/createCommentRequest.ts +13 -0
  1878. package/src/schemas/createCommunityRequest.ts +22 -0
  1879. package/src/schemas/createCommunityRequestBannerUrl.ts +8 -0
  1880. package/src/schemas/createCommunityRequestIconUrl.ts +8 -0
  1881. package/src/schemas/createFeedRequest.ts +30 -0
  1882. package/src/schemas/createFeedRequestBannerUrl.ts +8 -0
  1883. package/src/schemas/createFeedRequestIconUrl.ts +8 -0
  1884. package/src/schemas/createFeedRequestParentFeedId.ts +11 -0
  1885. package/src/schemas/createPostRequest.ts +22 -0
  1886. package/src/schemas/createPostRequestEvent.ts +9 -0
  1887. package/src/schemas/createPostRequestPoll.ts +9 -0
  1888. package/src/schemas/createPrivateMessageRequest.ts +11 -0
  1889. package/src/schemas/defaultError.ts +10 -0
  1890. package/src/schemas/deleteCommentRequest.ts +11 -0
  1891. package/src/schemas/deleteCommunityRequest.ts +11 -0
  1892. package/src/schemas/deleteFeedRequest.ts +11 -0
  1893. package/src/schemas/deletePostRequest.ts +11 -0
  1894. package/src/schemas/deletePrivateMessageRequest.ts +11 -0
  1895. package/src/schemas/domainBlockRequest.ts +11 -0
  1896. package/src/schemas/domainBlockResponse.ts +10 -0
  1897. package/src/schemas/editCommentRequest.ts +14 -0
  1898. package/src/schemas/editCommunityRequest.ts +22 -0
  1899. package/src/schemas/editCommunityRequestBannerUrl.ts +8 -0
  1900. package/src/schemas/editCommunityRequestIconUrl.ts +8 -0
  1901. package/src/schemas/editFeedRequest.ts +27 -0
  1902. package/src/schemas/editFeedRequestBannerUrl.ts +8 -0
  1903. package/src/schemas/editFeedRequestIconUrl.ts +8 -0
  1904. package/src/schemas/editFeedRequestParentFeedId.ts +8 -0
  1905. package/src/schemas/editPostRequest.ts +30 -0
  1906. package/src/schemas/editPostRequestAltText.ts +11 -0
  1907. package/src/schemas/editPostRequestEvent.ts +9 -0
  1908. package/src/schemas/editPostRequestFlair.ts +11 -0
  1909. package/src/schemas/editPostRequestPoll.ts +9 -0
  1910. package/src/schemas/editPostRequestTags.ts +11 -0
  1911. package/src/schemas/editPostRequestUrl.ts +11 -0
  1912. package/src/schemas/editPrivateMessageRequest.ts +11 -0
  1913. package/src/schemas/error.ts +18 -0
  1914. package/src/schemas/errorErrors.ts +11 -0
  1915. package/src/schemas/featurePostRequest.ts +13 -0
  1916. package/src/schemas/featurePostRequestFeatureType.ts +15 -0
  1917. package/src/schemas/federatedInstancesView.ts +13 -0
  1918. package/src/schemas/feedListResponse.ts +11 -0
  1919. package/src/schemas/feedView.ts +44 -0
  1920. package/src/schemas/feedViewBanner.ts +8 -0
  1921. package/src/schemas/feedViewDescription.ts +8 -0
  1922. package/src/schemas/feedViewDescriptionHtml.ts +8 -0
  1923. package/src/schemas/feedViewIcon.ts +8 -0
  1924. package/src/schemas/feedViewParentFeedId.ts +8 -0
  1925. package/src/schemas/followCommunityRequest.ts +11 -0
  1926. package/src/schemas/followFeedRequest.ts +11 -0
  1927. package/src/schemas/getApiAlphaAdminRegistrationApplicationListParams.ts +14 -0
  1928. package/src/schemas/getApiAlphaAdminRegistrationApplicationListSort.ts +15 -0
  1929. package/src/schemas/getApiAlphaCommentLikeListParams.ts +12 -0
  1930. package/src/schemas/getApiAlphaCommentListParams.ts +24 -0
  1931. package/src/schemas/getApiAlphaCommentListSort.ts +19 -0
  1932. package/src/schemas/getApiAlphaCommentParams.ts +10 -0
  1933. package/src/schemas/getApiAlphaCommunityListParams.ts +16 -0
  1934. package/src/schemas/getApiAlphaCommunityListSort.ts +23 -0
  1935. package/src/schemas/getApiAlphaCommunityListType.ts +18 -0
  1936. package/src/schemas/getApiAlphaCommunityModerateBansParams.ts +12 -0
  1937. package/src/schemas/getApiAlphaCommunityParams.ts +11 -0
  1938. package/src/schemas/getApiAlphaFeedListParams.ts +17 -0
  1939. package/src/schemas/getApiAlphaFeedParams.ts +11 -0
  1940. package/src/schemas/getApiAlphaModlogParams.ts +18 -0
  1941. package/src/schemas/getApiAlphaModlogType.ts +29 -0
  1942. package/src/schemas/getApiAlphaPostLikeListParams.ts +12 -0
  1943. package/src/schemas/getApiAlphaPostList2Params.ts +27 -0
  1944. package/src/schemas/getApiAlphaPostList2Sort.ts +30 -0
  1945. package/src/schemas/getApiAlphaPostList2Type.ts +19 -0
  1946. package/src/schemas/getApiAlphaPostListParams.ts +27 -0
  1947. package/src/schemas/getApiAlphaPostListSort.ts +30 -0
  1948. package/src/schemas/getApiAlphaPostListType.ts +19 -0
  1949. package/src/schemas/getApiAlphaPostParams.ts +10 -0
  1950. package/src/schemas/getApiAlphaPostRepliesParams.ts +16 -0
  1951. package/src/schemas/getApiAlphaPostRepliesSort.ts +19 -0
  1952. package/src/schemas/getApiAlphaPostSiteMetadataParams.ts +10 -0
  1953. package/src/schemas/getApiAlphaPrivateMessageConversationParams.ts +19 -0
  1954. package/src/schemas/getApiAlphaPrivateMessageListParams.ts +12 -0
  1955. package/src/schemas/getApiAlphaResolveObjectParams.ts +10 -0
  1956. package/src/schemas/getApiAlphaSearchListingType.ts +19 -0
  1957. package/src/schemas/getApiAlphaSearchNsfw.ts +16 -0
  1958. package/src/schemas/getApiAlphaSearchParams.ts +38 -0
  1959. package/src/schemas/getApiAlphaSearchSort.ts +35 -0
  1960. package/src/schemas/getApiAlphaSearchType.ts +18 -0
  1961. package/src/schemas/getApiAlphaSiteInstanceChooserSearchParams.ts +13 -0
  1962. package/src/schemas/getApiAlphaSuggestCompletionParams.ts +10 -0
  1963. package/src/schemas/getApiAlphaTopicListParams.ts +13 -0
  1964. package/src/schemas/getApiAlphaUserMediaParams.ts +14 -0
  1965. package/src/schemas/getApiAlphaUserMediaSort.ts +19 -0
  1966. package/src/schemas/getApiAlphaUserMentionsParams.ts +14 -0
  1967. package/src/schemas/getApiAlphaUserMentionsSort.ts +19 -0
  1968. package/src/schemas/getApiAlphaUserNotificationsParams.ts +13 -0
  1969. package/src/schemas/getApiAlphaUserNotificationsStatus.ts +17 -0
  1970. package/src/schemas/getApiAlphaUserParams.ts +27 -0
  1971. package/src/schemas/getApiAlphaUserRepliesParams.ts +14 -0
  1972. package/src/schemas/getApiAlphaUserRepliesSort.ts +19 -0
  1973. package/src/schemas/getApiAlphaUserSort.ts +35 -0
  1974. package/src/schemas/getCommentReplyResponse.ts +11 -0
  1975. package/src/schemas/getCommentReportResponse.ts +11 -0
  1976. package/src/schemas/getCommentResponse.ts +11 -0
  1977. package/src/schemas/getCommunityResponse.ts +16 -0
  1978. package/src/schemas/getFederatedInstancesResponse.ts +11 -0
  1979. package/src/schemas/getModLogResponse.ts +39 -0
  1980. package/src/schemas/getPostRepliesResponse.ts +13 -0
  1981. package/src/schemas/getPostRepliesResponseNextPage.ts +8 -0
  1982. package/src/schemas/getPostResponse.ts +16 -0
  1983. package/src/schemas/getPrivateMessageConversationResponse.ts +11 -0
  1984. package/src/schemas/getRegistrationListResponse.ts +11 -0
  1985. package/src/schemas/getSiteInstanceChooserResponse.ts +26 -0
  1986. package/src/schemas/getSiteInstanceChooserSearchResponse.ts +11 -0
  1987. package/src/schemas/getSiteInstanceChooserSearchResponseItem.ts +28 -0
  1988. package/src/schemas/getSiteMetadataResponse.ts +11 -0
  1989. package/src/schemas/getSiteResponse.ts +16 -0
  1990. package/src/schemas/getSiteVersionResponse.ts +10 -0
  1991. package/src/schemas/getSuggestCompletionResponse.ts +10 -0
  1992. package/src/schemas/getUserResponse.ts +19 -0
  1993. package/src/schemas/hidePostRequest.ts +11 -0
  1994. package/src/schemas/imageDeleteRequest.ts +10 -0
  1995. package/src/schemas/imageDeleteResponse.ts +10 -0
  1996. package/src/schemas/imageUploadRequest.ts +10 -0
  1997. package/src/schemas/imageUploadResponse.ts +13 -0
  1998. package/src/schemas/index.ts +433 -0
  1999. package/src/schemas/instance.ts +15 -0
  2000. package/src/schemas/instanceBlockView.ts +13 -0
  2001. package/src/schemas/instanceWithoutFederationState.ts +15 -0
  2002. package/src/schemas/languageView.ts +12 -0
  2003. package/src/schemas/leaveConversationRequest.ts +10 -0
  2004. package/src/schemas/likeCommentRequest.ts +15 -0
  2005. package/src/schemas/likePostRequest.ts +13 -0
  2006. package/src/schemas/listCommentLikesResponse.ts +13 -0
  2007. package/src/schemas/listCommentLikesResponseNextPage.ts +8 -0
  2008. package/src/schemas/listCommentsResponse.ts +13 -0
  2009. package/src/schemas/listCommentsResponseNextPage.ts +8 -0
  2010. package/src/schemas/listCommunitiesResponse.ts +13 -0
  2011. package/src/schemas/listCommunitiesResponseNextPage.ts +8 -0
  2012. package/src/schemas/listPostLikesResponse.ts +13 -0
  2013. package/src/schemas/listPostLikesResponseNextPage.ts +8 -0
  2014. package/src/schemas/listPostsResponse.ts +13 -0
  2015. package/src/schemas/listPostsResponseNextPage.ts +8 -0
  2016. package/src/schemas/listPrivateMessagesResponse.ts +11 -0
  2017. package/src/schemas/localUser.ts +56 -0
  2018. package/src/schemas/localUserAcceptPrivateMessages.ts +20 -0
  2019. package/src/schemas/localUserAiVisibility.ts +17 -0
  2020. package/src/schemas/localUserBotVisibility.ts +17 -0
  2021. package/src/schemas/localUserDefaultCommentSortType.ts +19 -0
  2022. package/src/schemas/localUserDefaultListingType.ts +19 -0
  2023. package/src/schemas/localUserDefaultSortType.ts +35 -0
  2024. package/src/schemas/localUserNsflVisibility.ts +17 -0
  2025. package/src/schemas/localUserNsfwVisibility.ts +17 -0
  2026. package/src/schemas/localUserView.ts +15 -0
  2027. package/src/schemas/lockCommentRequest.ts +11 -0
  2028. package/src/schemas/lockPostRequest.ts +11 -0
  2029. package/src/schemas/markCommentAsAnswerRequest.ts +11 -0
  2030. package/src/schemas/markCommentAsReadRequest.ts +11 -0
  2031. package/src/schemas/markPostAsReadRequest.ts +12 -0
  2032. package/src/schemas/markPrivateMessageAsReadRequest.ts +11 -0
  2033. package/src/schemas/mediaView.ts +11 -0
  2034. package/src/schemas/miniCrossPosts.ts +12 -0
  2035. package/src/schemas/modAdd.ts +16 -0
  2036. package/src/schemas/modAddCommunity.ts +18 -0
  2037. package/src/schemas/modAddCommunityCommunityId.ts +8 -0
  2038. package/src/schemas/modAddCommunityModPersonId.ts +8 -0
  2039. package/src/schemas/modAddCommunityOtherPersonId.ts +8 -0
  2040. package/src/schemas/modAddCommunityView.ts +17 -0
  2041. package/src/schemas/modAddCommunityViewCommunity.ts +9 -0
  2042. package/src/schemas/modAddCommunityViewModdedPerson.ts +9 -0
  2043. package/src/schemas/modAddCommunityViewModerator.ts +9 -0
  2044. package/src/schemas/modAddModPersonId.ts +8 -0
  2045. package/src/schemas/modAddOtherPersonId.ts +8 -0
  2046. package/src/schemas/modAddView.ts +15 -0
  2047. package/src/schemas/modAddViewModdedPerson.ts +9 -0
  2048. package/src/schemas/modAddViewModerator.ts +9 -0
  2049. package/src/schemas/modBan.ts +20 -0
  2050. package/src/schemas/modBanExpires.ts +8 -0
  2051. package/src/schemas/modBanFromCommunity.ts +22 -0
  2052. package/src/schemas/modBanFromCommunityCommunityId.ts +8 -0
  2053. package/src/schemas/modBanFromCommunityExpires.ts +8 -0
  2054. package/src/schemas/modBanFromCommunityModPersonId.ts +8 -0
  2055. package/src/schemas/modBanFromCommunityOtherPersonId.ts +8 -0
  2056. package/src/schemas/modBanFromCommunityReason.ts +8 -0
  2057. package/src/schemas/modBanFromCommunityView.ts +17 -0
  2058. package/src/schemas/modBanFromCommunityViewBannedPerson.ts +9 -0
  2059. package/src/schemas/modBanFromCommunityViewCommunity.ts +9 -0
  2060. package/src/schemas/modBanFromCommunityViewModerator.ts +9 -0
  2061. package/src/schemas/modBanModPersonId.ts +8 -0
  2062. package/src/schemas/modBanOtherPersonId.ts +8 -0
  2063. package/src/schemas/modBanReason.ts +8 -0
  2064. package/src/schemas/modBanView.ts +15 -0
  2065. package/src/schemas/modBanViewBannedPerson.ts +9 -0
  2066. package/src/schemas/modBanViewModerator.ts +9 -0
  2067. package/src/schemas/modCommunityRequest.ts +12 -0
  2068. package/src/schemas/modCommunityResponse.ts +11 -0
  2069. package/src/schemas/modFeaturePost.ts +17 -0
  2070. package/src/schemas/modFeaturePostModPersonId.ts +8 -0
  2071. package/src/schemas/modFeaturePostPostId.ts +8 -0
  2072. package/src/schemas/modFeaturePostView.ts +17 -0
  2073. package/src/schemas/modFeaturePostViewCommunity.ts +9 -0
  2074. package/src/schemas/modFeaturePostViewModerator.ts +9 -0
  2075. package/src/schemas/modFeaturePostViewPost.ts +9 -0
  2076. package/src/schemas/modHideCommunity.ts +18 -0
  2077. package/src/schemas/modHideCommunityCommunityId.ts +8 -0
  2078. package/src/schemas/modHideCommunityModPersonId.ts +8 -0
  2079. package/src/schemas/modHideCommunityReason.ts +8 -0
  2080. package/src/schemas/modHideCommunityView.ts +15 -0
  2081. package/src/schemas/modLockPost.ts +16 -0
  2082. package/src/schemas/modLockPostModPersonId.ts +8 -0
  2083. package/src/schemas/modLockPostPostId.ts +8 -0
  2084. package/src/schemas/modLockPostView.ts +17 -0
  2085. package/src/schemas/modLockPostViewCommunity.ts +9 -0
  2086. package/src/schemas/modLockPostViewModerator.ts +9 -0
  2087. package/src/schemas/modLockPostViewPost.ts +9 -0
  2088. package/src/schemas/modRemoveComment.ts +18 -0
  2089. package/src/schemas/modRemoveCommentCommentId.ts +8 -0
  2090. package/src/schemas/modRemoveCommentModPersonId.ts +8 -0
  2091. package/src/schemas/modRemoveCommentReason.ts +8 -0
  2092. package/src/schemas/modRemoveCommentView.ts +21 -0
  2093. package/src/schemas/modRemoveCommentViewComment.ts +9 -0
  2094. package/src/schemas/modRemoveCommentViewCommenter.ts +9 -0
  2095. package/src/schemas/modRemoveCommentViewCommunity.ts +9 -0
  2096. package/src/schemas/modRemoveCommentViewModerator.ts +9 -0
  2097. package/src/schemas/modRemoveCommentViewPost.ts +9 -0
  2098. package/src/schemas/modRemoveCommunity.ts +18 -0
  2099. package/src/schemas/modRemoveCommunityCommunityId.ts +8 -0
  2100. package/src/schemas/modRemoveCommunityModPersonId.ts +8 -0
  2101. package/src/schemas/modRemoveCommunityReason.ts +8 -0
  2102. package/src/schemas/modRemoveCommunityView.ts +15 -0
  2103. package/src/schemas/modRemoveCommunityViewCommunity.ts +9 -0
  2104. package/src/schemas/modRemoveCommunityViewModerator.ts +9 -0
  2105. package/src/schemas/modRemovePost.ts +18 -0
  2106. package/src/schemas/modRemovePostModPersonId.ts +8 -0
  2107. package/src/schemas/modRemovePostPostId.ts +8 -0
  2108. package/src/schemas/modRemovePostReason.ts +8 -0
  2109. package/src/schemas/modRemovePostView.ts +17 -0
  2110. package/src/schemas/modRemovePostViewCommunity.ts +9 -0
  2111. package/src/schemas/modRemovePostViewModerator.ts +9 -0
  2112. package/src/schemas/modRemovePostViewPost.ts +9 -0
  2113. package/src/schemas/modTransferCommunity.ts +17 -0
  2114. package/src/schemas/modTransferCommunityCommunityId.ts +8 -0
  2115. package/src/schemas/modTransferCommunityModPersonId.ts +8 -0
  2116. package/src/schemas/modTransferCommunityOtherPersonId.ts +8 -0
  2117. package/src/schemas/modTransferCommunityView.ts +17 -0
  2118. package/src/schemas/modTransferCommunityViewModdedPerson.ts +9 -0
  2119. package/src/schemas/modTransferCommunityViewModerator.ts +9 -0
  2120. package/src/schemas/myUserInfo.ts +23 -0
  2121. package/src/schemas/newUserExtraField.ts +18 -0
  2122. package/src/schemas/newUserExtraFieldId.ts +11 -0
  2123. package/src/schemas/newUserExtraFieldLabel.ts +11 -0
  2124. package/src/schemas/newUserExtraFieldText.ts +11 -0
  2125. package/src/schemas/paginationMetadata.ts +16 -0
  2126. package/src/schemas/person.ts +32 -0
  2127. package/src/schemas/personAggregates.ts +12 -0
  2128. package/src/schemas/personAvatar.ts +8 -0
  2129. package/src/schemas/personBanner.ts +8 -0
  2130. package/src/schemas/personBlockView.ts +12 -0
  2131. package/src/schemas/personTitle.ts +8 -0
  2132. package/src/schemas/personView.ts +15 -0
  2133. package/src/schemas/pollChoice.ts +14 -0
  2134. package/src/schemas/pollVoteRequest.ts +12 -0
  2135. package/src/schemas/pollVoteResponse.ts +11 -0
  2136. package/src/schemas/post.ts +46 -0
  2137. package/src/schemas/postAggregates.ts +17 -0
  2138. package/src/schemas/postEmojiReactions.ts +9 -0
  2139. package/src/schemas/postEvent.ts +30 -0
  2140. package/src/schemas/postEventBuyTicketsLink.ts +8 -0
  2141. package/src/schemas/postEventExternalParticipationUrl.ts +8 -0
  2142. package/src/schemas/postEventLocation.ts +12 -0
  2143. package/src/schemas/postEventLocationAnyOf.ts +11 -0
  2144. package/src/schemas/postEventOnlineLink.ts +8 -0
  2145. package/src/schemas/postFlair.ts +8 -0
  2146. package/src/schemas/postLikeView.ts +14 -0
  2147. package/src/schemas/postPoll.ts +19 -0
  2148. package/src/schemas/postPollMode.ts +18 -0
  2149. package/src/schemas/postPostType.ts +19 -0
  2150. package/src/schemas/postReplyView.ts +32 -0
  2151. package/src/schemas/postReplyViewSubscribed.ts +19 -0
  2152. package/src/schemas/postReport.ts +17 -0
  2153. package/src/schemas/postReportResponse.ts +11 -0
  2154. package/src/schemas/postReportView.ts +27 -0
  2155. package/src/schemas/postReportViewSubscribed.ts +16 -0
  2156. package/src/schemas/postSetFlairRequest.ts +13 -0
  2157. package/src/schemas/postSetFlairRequestFlairIdList.ts +11 -0
  2158. package/src/schemas/postSetFlairResponse.ts +34 -0
  2159. package/src/schemas/postSetFlairResponseSubscribed.ts +16 -0
  2160. package/src/schemas/postTags.ts +8 -0
  2161. package/src/schemas/postView.ts +34 -0
  2162. package/src/schemas/postViewSubscribed.ts +16 -0
  2163. package/src/schemas/privateMessage.ts +18 -0
  2164. package/src/schemas/privateMessageResponse.ts +11 -0
  2165. package/src/schemas/privateMessageView.ts +15 -0
  2166. package/src/schemas/reactions.ts +14 -0
  2167. package/src/schemas/reactionsUrl.ts +8 -0
  2168. package/src/schemas/registrationApproveRequest.ts +11 -0
  2169. package/src/schemas/removeCommentRequest.ts +12 -0
  2170. package/src/schemas/removePostRequest.ts +12 -0
  2171. package/src/schemas/reportCommentRequest.ts +14 -0
  2172. package/src/schemas/reportPostRequest.ts +14 -0
  2173. package/src/schemas/reportPrivateMessageRequest.ts +11 -0
  2174. package/src/schemas/resolveObjectResponse.ts +19 -0
  2175. package/src/schemas/saveCommentRequest.ts +11 -0
  2176. package/src/schemas/savePostRequest.ts +11 -0
  2177. package/src/schemas/searchResponse.ts +19 -0
  2178. package/src/schemas/searchResponseType.ts +18 -0
  2179. package/src/schemas/site.ts +26 -0
  2180. package/src/schemas/siteIcon.ts +8 -0
  2181. package/src/schemas/siteMetadataView.ts +13 -0
  2182. package/src/schemas/siteRegistrationMode.ts +16 -0
  2183. package/src/schemas/subscribeCommentRequest.ts +11 -0
  2184. package/src/schemas/subscribeCommunityRequest.ts +11 -0
  2185. package/src/schemas/subscribePostRequest.ts +11 -0
  2186. package/src/schemas/successResponse.ts +10 -0
  2187. package/src/schemas/topicListResponse.ts +11 -0
  2188. package/src/schemas/topicView.ts +19 -0
  2189. package/src/schemas/topicViewParentTopicId.ts +8 -0
  2190. package/src/schemas/unprocessableEntityResponse.ts +12 -0
  2191. package/src/schemas/userBanRequest.ts +20 -0
  2192. package/src/schemas/userBanRequestBanIpAddress.ts +8 -0
  2193. package/src/schemas/userBanRequestPurgeContent.ts +8 -0
  2194. package/src/schemas/userBanRequestReason.ts +12 -0
  2195. package/src/schemas/userBanResponse.ts +11 -0
  2196. package/src/schemas/userBlockRequest.ts +11 -0
  2197. package/src/schemas/userBlockResponse.ts +12 -0
  2198. package/src/schemas/userExtraField.ts +12 -0
  2199. package/src/schemas/userLoginRequest.ts +11 -0
  2200. package/src/schemas/userLoginResponse.ts +10 -0
  2201. package/src/schemas/userMarkAllNotifsReadResponse.ts +10 -0
  2202. package/src/schemas/userMarkAllReadResponse.ts +12 -0
  2203. package/src/schemas/userMeResponse.ts +23 -0
  2204. package/src/schemas/userMediaResponse.ts +13 -0
  2205. package/src/schemas/userMediaResponseNextPage.ts +8 -0
  2206. package/src/schemas/userMentionsResponse.ts +13 -0
  2207. package/src/schemas/userMentionsResponseNextPage.ts +8 -0
  2208. package/src/schemas/userNotificationItemView.ts +39 -0
  2209. package/src/schemas/userNotificationItemViewStatus.ts +18 -0
  2210. package/src/schemas/userNotificationStateRequest.ts +12 -0
  2211. package/src/schemas/userNotificationsCountResponse.ts +10 -0
  2212. package/src/schemas/userNotificationsCounts.ts +12 -0
  2213. package/src/schemas/userNotificationsResponse.ts +18 -0
  2214. package/src/schemas/userNotificationsResponseNextPage.ts +8 -0
  2215. package/src/schemas/userNotificationsResponseStatus.ts +17 -0
  2216. package/src/schemas/userRegistration.ts +26 -0
  2217. package/src/schemas/userRegistrationAnswer.ts +8 -0
  2218. package/src/schemas/userRegistrationEmail.ts +8 -0
  2219. package/src/schemas/userRegistrationIpAddress.ts +8 -0
  2220. package/src/schemas/userRegistrationStatus.ts +15 -0
  2221. package/src/schemas/userRepliesResponse.ts +13 -0
  2222. package/src/schemas/userRepliesResponseNextPage.ts +8 -0
  2223. package/src/schemas/userSaveSettingsRequest.ts +65 -0
  2224. package/src/schemas/userSaveSettingsRequestAcceptPrivateMessages.ts +20 -0
  2225. package/src/schemas/userSaveSettingsRequestAvatar.ts +11 -0
  2226. package/src/schemas/userSaveSettingsRequestBotVisibility.ts +17 -0
  2227. package/src/schemas/userSaveSettingsRequestCommunityKeywordFilter.ts +11 -0
  2228. package/src/schemas/userSaveSettingsRequestCover.ts +11 -0
  2229. package/src/schemas/userSaveSettingsRequestDefaultCommentSortType.ts +17 -0
  2230. package/src/schemas/userSaveSettingsRequestDefaultSortType.ts +19 -0
  2231. package/src/schemas/userSaveSettingsRequestGenaiVisibility.ts +20 -0
  2232. package/src/schemas/userSaveSettingsRequestNsflVisibility.ts +20 -0
  2233. package/src/schemas/userSaveSettingsRequestNsfwVisibility.ts +20 -0
  2234. package/src/schemas/userSaveSettingsResponse.ts +11 -0
  2235. package/src/schemas/userSetFlairRequest.ts +16 -0
  2236. package/src/schemas/userSetFlairRequestFlairText.ts +12 -0
  2237. package/src/schemas/userSetFlairResponse.ts +11 -0
  2238. package/src/schemas/userSetNoteRequest.ts +16 -0
  2239. package/src/schemas/userSetNoteRequestNote.ts +12 -0
  2240. package/src/schemas/userSetNoteResponse.ts +11 -0
  2241. package/src/schemas/userSubscribeRequest.ts +11 -0
  2242. package/src/schemas/userSubscribeResponse.ts +12 -0
  2243. package/src/schemas/userUnbanRequest.ts +10 -0
  2244. package/src/schemas/userUnreadCountsResponse.ts +16 -0
  2245. package/src/schemas/widthHeight.ts +11 -0
  2246. package/src/zod/admin/admin.ts +74 -0
  2247. package/src/zod/comment/comment.ts +2512 -0
  2248. package/src/zod/community/community.ts +1613 -0
  2249. package/src/zod/feed/feed.ts +384 -0
  2250. package/src/zod/misc/misc.ts +2299 -0
  2251. package/src/zod/post/post.ts +5967 -0
  2252. package/src/zod/private-message/private-message.ts +588 -0
  2253. package/src/zod/site/site.ts +467 -0
  2254. package/src/zod/topic/topic.ts +53 -0
  2255. package/src/zod/upload/upload.ts +62 -0
  2256. package/src/zod/user/user.ts +3006 -0
  2257. package/src/zod-index.ts +12 -0
@@ -0,0 +1,3130 @@
1
+ /**
2
+ * Generated by orval v7.21.0 🍺
3
+ * Do not edit manually.
4
+ * PieFed 1.6 Alpha API
5
+ * OpenAPI spec version: alpha 1.6
6
+ */
7
+ import * as zod from 'zod';
8
+ /**
9
+ * @summary List private messages.
10
+ */
11
+ export declare const getApiAlphaPrivateMessageListQueryParams: zod.ZodObject<{
12
+ page: zod.ZodOptional<zod.ZodNumber>;
13
+ limit: zod.ZodOptional<zod.ZodNumber>;
14
+ unread_only: zod.ZodOptional<zod.ZodBoolean>;
15
+ }, "strip", zod.ZodTypeAny, {
16
+ limit?: number | undefined;
17
+ page?: number | undefined;
18
+ unread_only?: boolean | undefined;
19
+ }, {
20
+ limit?: number | undefined;
21
+ page?: number | undefined;
22
+ unread_only?: boolean | undefined;
23
+ }>;
24
+ export declare const getApiAlphaPrivateMessageListResponsePrivateMessagesItemCreatorExtraFieldsMax = 4;
25
+ export declare const getApiAlphaPrivateMessageListResponsePrivateMessagesItemCreatorNoteMax = 50;
26
+ export declare const getApiAlphaPrivateMessageListResponsePrivateMessagesItemRecipientExtraFieldsMax = 4;
27
+ export declare const getApiAlphaPrivateMessageListResponsePrivateMessagesItemRecipientNoteMax = 50;
28
+ export declare const getApiAlphaPrivateMessageListResponse: zod.ZodObject<{
29
+ private_messages: zod.ZodArray<zod.ZodObject<{
30
+ private_message: zod.ZodObject<{
31
+ id: zod.ZodNumber;
32
+ creator_id: zod.ZodNumber;
33
+ recipient_id: zod.ZodNumber;
34
+ content: zod.ZodString;
35
+ deleted: zod.ZodBoolean;
36
+ read: zod.ZodBoolean;
37
+ published: zod.ZodString;
38
+ ap_id: zod.ZodString;
39
+ local: zod.ZodBoolean;
40
+ }, "strip", zod.ZodTypeAny, {
41
+ ap_id: string;
42
+ deleted: boolean;
43
+ id: number;
44
+ local: boolean;
45
+ published: string;
46
+ creator_id: number;
47
+ read: boolean;
48
+ recipient_id: number;
49
+ content: string;
50
+ }, {
51
+ ap_id: string;
52
+ deleted: boolean;
53
+ id: number;
54
+ local: boolean;
55
+ published: string;
56
+ creator_id: number;
57
+ read: boolean;
58
+ recipient_id: number;
59
+ content: string;
60
+ }>;
61
+ creator: zod.ZodObject<{
62
+ actor_id: zod.ZodString;
63
+ banned: zod.ZodBoolean;
64
+ bot: zod.ZodBoolean;
65
+ deleted: zod.ZodBoolean;
66
+ id: zod.ZodNumber;
67
+ instance_id: zod.ZodNumber;
68
+ local: zod.ZodBoolean;
69
+ user_name: zod.ZodString;
70
+ about: zod.ZodOptional<zod.ZodString>;
71
+ about_html: zod.ZodOptional<zod.ZodString>;
72
+ avatar: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
73
+ banner: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
74
+ extra_fields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
75
+ id: zod.ZodNumber;
76
+ label: zod.ZodString;
77
+ text: zod.ZodString;
78
+ }, "strip", zod.ZodTypeAny, {
79
+ id: number;
80
+ label: string;
81
+ text: string;
82
+ }, {
83
+ id: number;
84
+ label: string;
85
+ text: string;
86
+ }>, "many">>;
87
+ note: zod.ZodOptional<zod.ZodString>;
88
+ flair: zod.ZodOptional<zod.ZodString>;
89
+ published: zod.ZodOptional<zod.ZodString>;
90
+ title: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
91
+ }, "strip", zod.ZodTypeAny, {
92
+ deleted: boolean;
93
+ id: number;
94
+ local: boolean;
95
+ user_name: string;
96
+ actor_id: string;
97
+ banned: boolean;
98
+ bot: boolean;
99
+ instance_id: number;
100
+ published?: string | undefined;
101
+ about?: string | undefined;
102
+ about_html?: string | undefined;
103
+ avatar?: string | null | undefined;
104
+ banner?: string | null | undefined;
105
+ extra_fields?: {
106
+ id: number;
107
+ label: string;
108
+ text: string;
109
+ }[] | undefined;
110
+ note?: string | undefined;
111
+ flair?: string | undefined;
112
+ title?: string | null | undefined;
113
+ }, {
114
+ deleted: boolean;
115
+ id: number;
116
+ local: boolean;
117
+ user_name: string;
118
+ actor_id: string;
119
+ banned: boolean;
120
+ bot: boolean;
121
+ instance_id: number;
122
+ published?: string | undefined;
123
+ about?: string | undefined;
124
+ about_html?: string | undefined;
125
+ avatar?: string | null | undefined;
126
+ banner?: string | null | undefined;
127
+ extra_fields?: {
128
+ id: number;
129
+ label: string;
130
+ text: string;
131
+ }[] | undefined;
132
+ note?: string | undefined;
133
+ flair?: string | undefined;
134
+ title?: string | null | undefined;
135
+ }>;
136
+ recipient: zod.ZodObject<{
137
+ actor_id: zod.ZodString;
138
+ banned: zod.ZodBoolean;
139
+ bot: zod.ZodBoolean;
140
+ deleted: zod.ZodBoolean;
141
+ id: zod.ZodNumber;
142
+ instance_id: zod.ZodNumber;
143
+ local: zod.ZodBoolean;
144
+ user_name: zod.ZodString;
145
+ about: zod.ZodOptional<zod.ZodString>;
146
+ about_html: zod.ZodOptional<zod.ZodString>;
147
+ avatar: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
148
+ banner: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
149
+ extra_fields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
150
+ id: zod.ZodNumber;
151
+ label: zod.ZodString;
152
+ text: zod.ZodString;
153
+ }, "strip", zod.ZodTypeAny, {
154
+ id: number;
155
+ label: string;
156
+ text: string;
157
+ }, {
158
+ id: number;
159
+ label: string;
160
+ text: string;
161
+ }>, "many">>;
162
+ note: zod.ZodOptional<zod.ZodString>;
163
+ flair: zod.ZodOptional<zod.ZodString>;
164
+ published: zod.ZodOptional<zod.ZodString>;
165
+ title: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
166
+ }, "strip", zod.ZodTypeAny, {
167
+ deleted: boolean;
168
+ id: number;
169
+ local: boolean;
170
+ user_name: string;
171
+ actor_id: string;
172
+ banned: boolean;
173
+ bot: boolean;
174
+ instance_id: number;
175
+ published?: string | undefined;
176
+ about?: string | undefined;
177
+ about_html?: string | undefined;
178
+ avatar?: string | null | undefined;
179
+ banner?: string | null | undefined;
180
+ extra_fields?: {
181
+ id: number;
182
+ label: string;
183
+ text: string;
184
+ }[] | undefined;
185
+ note?: string | undefined;
186
+ flair?: string | undefined;
187
+ title?: string | null | undefined;
188
+ }, {
189
+ deleted: boolean;
190
+ id: number;
191
+ local: boolean;
192
+ user_name: string;
193
+ actor_id: string;
194
+ banned: boolean;
195
+ bot: boolean;
196
+ instance_id: number;
197
+ published?: string | undefined;
198
+ about?: string | undefined;
199
+ about_html?: string | undefined;
200
+ avatar?: string | null | undefined;
201
+ banner?: string | null | undefined;
202
+ extra_fields?: {
203
+ id: number;
204
+ label: string;
205
+ text: string;
206
+ }[] | undefined;
207
+ note?: string | undefined;
208
+ flair?: string | undefined;
209
+ title?: string | null | undefined;
210
+ }>;
211
+ conversation_id: zod.ZodOptional<zod.ZodNumber>;
212
+ }, "strip", zod.ZodTypeAny, {
213
+ creator: {
214
+ deleted: boolean;
215
+ id: number;
216
+ local: boolean;
217
+ user_name: string;
218
+ actor_id: string;
219
+ banned: boolean;
220
+ bot: boolean;
221
+ instance_id: number;
222
+ published?: string | undefined;
223
+ about?: string | undefined;
224
+ about_html?: string | undefined;
225
+ avatar?: string | null | undefined;
226
+ banner?: string | null | undefined;
227
+ extra_fields?: {
228
+ id: number;
229
+ label: string;
230
+ text: string;
231
+ }[] | undefined;
232
+ note?: string | undefined;
233
+ flair?: string | undefined;
234
+ title?: string | null | undefined;
235
+ };
236
+ recipient: {
237
+ deleted: boolean;
238
+ id: number;
239
+ local: boolean;
240
+ user_name: string;
241
+ actor_id: string;
242
+ banned: boolean;
243
+ bot: boolean;
244
+ instance_id: number;
245
+ published?: string | undefined;
246
+ about?: string | undefined;
247
+ about_html?: string | undefined;
248
+ avatar?: string | null | undefined;
249
+ banner?: string | null | undefined;
250
+ extra_fields?: {
251
+ id: number;
252
+ label: string;
253
+ text: string;
254
+ }[] | undefined;
255
+ note?: string | undefined;
256
+ flair?: string | undefined;
257
+ title?: string | null | undefined;
258
+ };
259
+ private_message: {
260
+ ap_id: string;
261
+ deleted: boolean;
262
+ id: number;
263
+ local: boolean;
264
+ published: string;
265
+ creator_id: number;
266
+ read: boolean;
267
+ recipient_id: number;
268
+ content: string;
269
+ };
270
+ conversation_id?: number | undefined;
271
+ }, {
272
+ creator: {
273
+ deleted: boolean;
274
+ id: number;
275
+ local: boolean;
276
+ user_name: string;
277
+ actor_id: string;
278
+ banned: boolean;
279
+ bot: boolean;
280
+ instance_id: number;
281
+ published?: string | undefined;
282
+ about?: string | undefined;
283
+ about_html?: string | undefined;
284
+ avatar?: string | null | undefined;
285
+ banner?: string | null | undefined;
286
+ extra_fields?: {
287
+ id: number;
288
+ label: string;
289
+ text: string;
290
+ }[] | undefined;
291
+ note?: string | undefined;
292
+ flair?: string | undefined;
293
+ title?: string | null | undefined;
294
+ };
295
+ recipient: {
296
+ deleted: boolean;
297
+ id: number;
298
+ local: boolean;
299
+ user_name: string;
300
+ actor_id: string;
301
+ banned: boolean;
302
+ bot: boolean;
303
+ instance_id: number;
304
+ published?: string | undefined;
305
+ about?: string | undefined;
306
+ about_html?: string | undefined;
307
+ avatar?: string | null | undefined;
308
+ banner?: string | null | undefined;
309
+ extra_fields?: {
310
+ id: number;
311
+ label: string;
312
+ text: string;
313
+ }[] | undefined;
314
+ note?: string | undefined;
315
+ flair?: string | undefined;
316
+ title?: string | null | undefined;
317
+ };
318
+ private_message: {
319
+ ap_id: string;
320
+ deleted: boolean;
321
+ id: number;
322
+ local: boolean;
323
+ published: string;
324
+ creator_id: number;
325
+ read: boolean;
326
+ recipient_id: number;
327
+ content: string;
328
+ };
329
+ conversation_id?: number | undefined;
330
+ }>, "many">;
331
+ }, "strip", zod.ZodTypeAny, {
332
+ private_messages: {
333
+ creator: {
334
+ deleted: boolean;
335
+ id: number;
336
+ local: boolean;
337
+ user_name: string;
338
+ actor_id: string;
339
+ banned: boolean;
340
+ bot: boolean;
341
+ instance_id: number;
342
+ published?: string | undefined;
343
+ about?: string | undefined;
344
+ about_html?: string | undefined;
345
+ avatar?: string | null | undefined;
346
+ banner?: string | null | undefined;
347
+ extra_fields?: {
348
+ id: number;
349
+ label: string;
350
+ text: string;
351
+ }[] | undefined;
352
+ note?: string | undefined;
353
+ flair?: string | undefined;
354
+ title?: string | null | undefined;
355
+ };
356
+ recipient: {
357
+ deleted: boolean;
358
+ id: number;
359
+ local: boolean;
360
+ user_name: string;
361
+ actor_id: string;
362
+ banned: boolean;
363
+ bot: boolean;
364
+ instance_id: number;
365
+ published?: string | undefined;
366
+ about?: string | undefined;
367
+ about_html?: string | undefined;
368
+ avatar?: string | null | undefined;
369
+ banner?: string | null | undefined;
370
+ extra_fields?: {
371
+ id: number;
372
+ label: string;
373
+ text: string;
374
+ }[] | undefined;
375
+ note?: string | undefined;
376
+ flair?: string | undefined;
377
+ title?: string | null | undefined;
378
+ };
379
+ private_message: {
380
+ ap_id: string;
381
+ deleted: boolean;
382
+ id: number;
383
+ local: boolean;
384
+ published: string;
385
+ creator_id: number;
386
+ read: boolean;
387
+ recipient_id: number;
388
+ content: string;
389
+ };
390
+ conversation_id?: number | undefined;
391
+ }[];
392
+ }, {
393
+ private_messages: {
394
+ creator: {
395
+ deleted: boolean;
396
+ id: number;
397
+ local: boolean;
398
+ user_name: string;
399
+ actor_id: string;
400
+ banned: boolean;
401
+ bot: boolean;
402
+ instance_id: number;
403
+ published?: string | undefined;
404
+ about?: string | undefined;
405
+ about_html?: string | undefined;
406
+ avatar?: string | null | undefined;
407
+ banner?: string | null | undefined;
408
+ extra_fields?: {
409
+ id: number;
410
+ label: string;
411
+ text: string;
412
+ }[] | undefined;
413
+ note?: string | undefined;
414
+ flair?: string | undefined;
415
+ title?: string | null | undefined;
416
+ };
417
+ recipient: {
418
+ deleted: boolean;
419
+ id: number;
420
+ local: boolean;
421
+ user_name: string;
422
+ actor_id: string;
423
+ banned: boolean;
424
+ bot: boolean;
425
+ instance_id: number;
426
+ published?: string | undefined;
427
+ about?: string | undefined;
428
+ about_html?: string | undefined;
429
+ avatar?: string | null | undefined;
430
+ banner?: string | null | undefined;
431
+ extra_fields?: {
432
+ id: number;
433
+ label: string;
434
+ text: string;
435
+ }[] | undefined;
436
+ note?: string | undefined;
437
+ flair?: string | undefined;
438
+ title?: string | null | undefined;
439
+ };
440
+ private_message: {
441
+ ap_id: string;
442
+ deleted: boolean;
443
+ id: number;
444
+ local: boolean;
445
+ published: string;
446
+ creator_id: number;
447
+ read: boolean;
448
+ recipient_id: number;
449
+ content: string;
450
+ };
451
+ conversation_id?: number | undefined;
452
+ }[];
453
+ }>;
454
+ /**
455
+ * @summary Get conversation with a specific person.
456
+ */
457
+ export declare const getApiAlphaPrivateMessageConversationQueryPageDefault = 1;
458
+ export declare const getApiAlphaPrivateMessageConversationQueryLimitDefault = 10;
459
+ export declare const getApiAlphaPrivateMessageConversationQueryParams: zod.ZodObject<{
460
+ person_id: zod.ZodOptional<zod.ZodNumber>;
461
+ conversation_id: zod.ZodOptional<zod.ZodNumber>;
462
+ page: zod.ZodDefault<zod.ZodNumber>;
463
+ limit: zod.ZodDefault<zod.ZodNumber>;
464
+ }, "strip", zod.ZodTypeAny, {
465
+ limit: number;
466
+ page: number;
467
+ person_id?: number | undefined;
468
+ conversation_id?: number | undefined;
469
+ }, {
470
+ limit?: number | undefined;
471
+ page?: number | undefined;
472
+ person_id?: number | undefined;
473
+ conversation_id?: number | undefined;
474
+ }>;
475
+ export declare const getApiAlphaPrivateMessageConversationResponsePrivateMessagesItemCreatorExtraFieldsMax = 4;
476
+ export declare const getApiAlphaPrivateMessageConversationResponsePrivateMessagesItemCreatorNoteMax = 50;
477
+ export declare const getApiAlphaPrivateMessageConversationResponsePrivateMessagesItemRecipientExtraFieldsMax = 4;
478
+ export declare const getApiAlphaPrivateMessageConversationResponsePrivateMessagesItemRecipientNoteMax = 50;
479
+ export declare const getApiAlphaPrivateMessageConversationResponse: zod.ZodObject<{
480
+ private_messages: zod.ZodArray<zod.ZodObject<{
481
+ private_message: zod.ZodObject<{
482
+ id: zod.ZodNumber;
483
+ creator_id: zod.ZodNumber;
484
+ recipient_id: zod.ZodNumber;
485
+ content: zod.ZodString;
486
+ deleted: zod.ZodBoolean;
487
+ read: zod.ZodBoolean;
488
+ published: zod.ZodString;
489
+ ap_id: zod.ZodString;
490
+ local: zod.ZodBoolean;
491
+ }, "strip", zod.ZodTypeAny, {
492
+ ap_id: string;
493
+ deleted: boolean;
494
+ id: number;
495
+ local: boolean;
496
+ published: string;
497
+ creator_id: number;
498
+ read: boolean;
499
+ recipient_id: number;
500
+ content: string;
501
+ }, {
502
+ ap_id: string;
503
+ deleted: boolean;
504
+ id: number;
505
+ local: boolean;
506
+ published: string;
507
+ creator_id: number;
508
+ read: boolean;
509
+ recipient_id: number;
510
+ content: string;
511
+ }>;
512
+ creator: zod.ZodObject<{
513
+ actor_id: zod.ZodString;
514
+ banned: zod.ZodBoolean;
515
+ bot: zod.ZodBoolean;
516
+ deleted: zod.ZodBoolean;
517
+ id: zod.ZodNumber;
518
+ instance_id: zod.ZodNumber;
519
+ local: zod.ZodBoolean;
520
+ user_name: zod.ZodString;
521
+ about: zod.ZodOptional<zod.ZodString>;
522
+ about_html: zod.ZodOptional<zod.ZodString>;
523
+ avatar: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
524
+ banner: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
525
+ extra_fields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
526
+ id: zod.ZodNumber;
527
+ label: zod.ZodString;
528
+ text: zod.ZodString;
529
+ }, "strip", zod.ZodTypeAny, {
530
+ id: number;
531
+ label: string;
532
+ text: string;
533
+ }, {
534
+ id: number;
535
+ label: string;
536
+ text: string;
537
+ }>, "many">>;
538
+ note: zod.ZodOptional<zod.ZodString>;
539
+ flair: zod.ZodOptional<zod.ZodString>;
540
+ published: zod.ZodOptional<zod.ZodString>;
541
+ title: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
542
+ }, "strip", zod.ZodTypeAny, {
543
+ deleted: boolean;
544
+ id: number;
545
+ local: boolean;
546
+ user_name: string;
547
+ actor_id: string;
548
+ banned: boolean;
549
+ bot: boolean;
550
+ instance_id: number;
551
+ published?: string | undefined;
552
+ about?: string | undefined;
553
+ about_html?: string | undefined;
554
+ avatar?: string | null | undefined;
555
+ banner?: string | null | undefined;
556
+ extra_fields?: {
557
+ id: number;
558
+ label: string;
559
+ text: string;
560
+ }[] | undefined;
561
+ note?: string | undefined;
562
+ flair?: string | undefined;
563
+ title?: string | null | undefined;
564
+ }, {
565
+ deleted: boolean;
566
+ id: number;
567
+ local: boolean;
568
+ user_name: string;
569
+ actor_id: string;
570
+ banned: boolean;
571
+ bot: boolean;
572
+ instance_id: number;
573
+ published?: string | undefined;
574
+ about?: string | undefined;
575
+ about_html?: string | undefined;
576
+ avatar?: string | null | undefined;
577
+ banner?: string | null | undefined;
578
+ extra_fields?: {
579
+ id: number;
580
+ label: string;
581
+ text: string;
582
+ }[] | undefined;
583
+ note?: string | undefined;
584
+ flair?: string | undefined;
585
+ title?: string | null | undefined;
586
+ }>;
587
+ recipient: zod.ZodObject<{
588
+ actor_id: zod.ZodString;
589
+ banned: zod.ZodBoolean;
590
+ bot: zod.ZodBoolean;
591
+ deleted: zod.ZodBoolean;
592
+ id: zod.ZodNumber;
593
+ instance_id: zod.ZodNumber;
594
+ local: zod.ZodBoolean;
595
+ user_name: zod.ZodString;
596
+ about: zod.ZodOptional<zod.ZodString>;
597
+ about_html: zod.ZodOptional<zod.ZodString>;
598
+ avatar: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
599
+ banner: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
600
+ extra_fields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
601
+ id: zod.ZodNumber;
602
+ label: zod.ZodString;
603
+ text: zod.ZodString;
604
+ }, "strip", zod.ZodTypeAny, {
605
+ id: number;
606
+ label: string;
607
+ text: string;
608
+ }, {
609
+ id: number;
610
+ label: string;
611
+ text: string;
612
+ }>, "many">>;
613
+ note: zod.ZodOptional<zod.ZodString>;
614
+ flair: zod.ZodOptional<zod.ZodString>;
615
+ published: zod.ZodOptional<zod.ZodString>;
616
+ title: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
617
+ }, "strip", zod.ZodTypeAny, {
618
+ deleted: boolean;
619
+ id: number;
620
+ local: boolean;
621
+ user_name: string;
622
+ actor_id: string;
623
+ banned: boolean;
624
+ bot: boolean;
625
+ instance_id: number;
626
+ published?: string | undefined;
627
+ about?: string | undefined;
628
+ about_html?: string | undefined;
629
+ avatar?: string | null | undefined;
630
+ banner?: string | null | undefined;
631
+ extra_fields?: {
632
+ id: number;
633
+ label: string;
634
+ text: string;
635
+ }[] | undefined;
636
+ note?: string | undefined;
637
+ flair?: string | undefined;
638
+ title?: string | null | undefined;
639
+ }, {
640
+ deleted: boolean;
641
+ id: number;
642
+ local: boolean;
643
+ user_name: string;
644
+ actor_id: string;
645
+ banned: boolean;
646
+ bot: boolean;
647
+ instance_id: number;
648
+ published?: string | undefined;
649
+ about?: string | undefined;
650
+ about_html?: string | undefined;
651
+ avatar?: string | null | undefined;
652
+ banner?: string | null | undefined;
653
+ extra_fields?: {
654
+ id: number;
655
+ label: string;
656
+ text: string;
657
+ }[] | undefined;
658
+ note?: string | undefined;
659
+ flair?: string | undefined;
660
+ title?: string | null | undefined;
661
+ }>;
662
+ conversation_id: zod.ZodOptional<zod.ZodNumber>;
663
+ }, "strip", zod.ZodTypeAny, {
664
+ creator: {
665
+ deleted: boolean;
666
+ id: number;
667
+ local: boolean;
668
+ user_name: string;
669
+ actor_id: string;
670
+ banned: boolean;
671
+ bot: boolean;
672
+ instance_id: number;
673
+ published?: string | undefined;
674
+ about?: string | undefined;
675
+ about_html?: string | undefined;
676
+ avatar?: string | null | undefined;
677
+ banner?: string | null | undefined;
678
+ extra_fields?: {
679
+ id: number;
680
+ label: string;
681
+ text: string;
682
+ }[] | undefined;
683
+ note?: string | undefined;
684
+ flair?: string | undefined;
685
+ title?: string | null | undefined;
686
+ };
687
+ recipient: {
688
+ deleted: boolean;
689
+ id: number;
690
+ local: boolean;
691
+ user_name: string;
692
+ actor_id: string;
693
+ banned: boolean;
694
+ bot: boolean;
695
+ instance_id: number;
696
+ published?: string | undefined;
697
+ about?: string | undefined;
698
+ about_html?: string | undefined;
699
+ avatar?: string | null | undefined;
700
+ banner?: string | null | undefined;
701
+ extra_fields?: {
702
+ id: number;
703
+ label: string;
704
+ text: string;
705
+ }[] | undefined;
706
+ note?: string | undefined;
707
+ flair?: string | undefined;
708
+ title?: string | null | undefined;
709
+ };
710
+ private_message: {
711
+ ap_id: string;
712
+ deleted: boolean;
713
+ id: number;
714
+ local: boolean;
715
+ published: string;
716
+ creator_id: number;
717
+ read: boolean;
718
+ recipient_id: number;
719
+ content: string;
720
+ };
721
+ conversation_id?: number | undefined;
722
+ }, {
723
+ creator: {
724
+ deleted: boolean;
725
+ id: number;
726
+ local: boolean;
727
+ user_name: string;
728
+ actor_id: string;
729
+ banned: boolean;
730
+ bot: boolean;
731
+ instance_id: number;
732
+ published?: string | undefined;
733
+ about?: string | undefined;
734
+ about_html?: string | undefined;
735
+ avatar?: string | null | undefined;
736
+ banner?: string | null | undefined;
737
+ extra_fields?: {
738
+ id: number;
739
+ label: string;
740
+ text: string;
741
+ }[] | undefined;
742
+ note?: string | undefined;
743
+ flair?: string | undefined;
744
+ title?: string | null | undefined;
745
+ };
746
+ recipient: {
747
+ deleted: boolean;
748
+ id: number;
749
+ local: boolean;
750
+ user_name: string;
751
+ actor_id: string;
752
+ banned: boolean;
753
+ bot: boolean;
754
+ instance_id: number;
755
+ published?: string | undefined;
756
+ about?: string | undefined;
757
+ about_html?: string | undefined;
758
+ avatar?: string | null | undefined;
759
+ banner?: string | null | undefined;
760
+ extra_fields?: {
761
+ id: number;
762
+ label: string;
763
+ text: string;
764
+ }[] | undefined;
765
+ note?: string | undefined;
766
+ flair?: string | undefined;
767
+ title?: string | null | undefined;
768
+ };
769
+ private_message: {
770
+ ap_id: string;
771
+ deleted: boolean;
772
+ id: number;
773
+ local: boolean;
774
+ published: string;
775
+ creator_id: number;
776
+ read: boolean;
777
+ recipient_id: number;
778
+ content: string;
779
+ };
780
+ conversation_id?: number | undefined;
781
+ }>, "many">;
782
+ }, "strip", zod.ZodTypeAny, {
783
+ private_messages: {
784
+ creator: {
785
+ deleted: boolean;
786
+ id: number;
787
+ local: boolean;
788
+ user_name: string;
789
+ actor_id: string;
790
+ banned: boolean;
791
+ bot: boolean;
792
+ instance_id: number;
793
+ published?: string | undefined;
794
+ about?: string | undefined;
795
+ about_html?: string | undefined;
796
+ avatar?: string | null | undefined;
797
+ banner?: string | null | undefined;
798
+ extra_fields?: {
799
+ id: number;
800
+ label: string;
801
+ text: string;
802
+ }[] | undefined;
803
+ note?: string | undefined;
804
+ flair?: string | undefined;
805
+ title?: string | null | undefined;
806
+ };
807
+ recipient: {
808
+ deleted: boolean;
809
+ id: number;
810
+ local: boolean;
811
+ user_name: string;
812
+ actor_id: string;
813
+ banned: boolean;
814
+ bot: boolean;
815
+ instance_id: number;
816
+ published?: string | undefined;
817
+ about?: string | undefined;
818
+ about_html?: string | undefined;
819
+ avatar?: string | null | undefined;
820
+ banner?: string | null | undefined;
821
+ extra_fields?: {
822
+ id: number;
823
+ label: string;
824
+ text: string;
825
+ }[] | undefined;
826
+ note?: string | undefined;
827
+ flair?: string | undefined;
828
+ title?: string | null | undefined;
829
+ };
830
+ private_message: {
831
+ ap_id: string;
832
+ deleted: boolean;
833
+ id: number;
834
+ local: boolean;
835
+ published: string;
836
+ creator_id: number;
837
+ read: boolean;
838
+ recipient_id: number;
839
+ content: string;
840
+ };
841
+ conversation_id?: number | undefined;
842
+ }[];
843
+ }, {
844
+ private_messages: {
845
+ creator: {
846
+ deleted: boolean;
847
+ id: number;
848
+ local: boolean;
849
+ user_name: string;
850
+ actor_id: string;
851
+ banned: boolean;
852
+ bot: boolean;
853
+ instance_id: number;
854
+ published?: string | undefined;
855
+ about?: string | undefined;
856
+ about_html?: string | undefined;
857
+ avatar?: string | null | undefined;
858
+ banner?: string | null | undefined;
859
+ extra_fields?: {
860
+ id: number;
861
+ label: string;
862
+ text: string;
863
+ }[] | undefined;
864
+ note?: string | undefined;
865
+ flair?: string | undefined;
866
+ title?: string | null | undefined;
867
+ };
868
+ recipient: {
869
+ deleted: boolean;
870
+ id: number;
871
+ local: boolean;
872
+ user_name: string;
873
+ actor_id: string;
874
+ banned: boolean;
875
+ bot: boolean;
876
+ instance_id: number;
877
+ published?: string | undefined;
878
+ about?: string | undefined;
879
+ about_html?: string | undefined;
880
+ avatar?: string | null | undefined;
881
+ banner?: string | null | undefined;
882
+ extra_fields?: {
883
+ id: number;
884
+ label: string;
885
+ text: string;
886
+ }[] | undefined;
887
+ note?: string | undefined;
888
+ flair?: string | undefined;
889
+ title?: string | null | undefined;
890
+ };
891
+ private_message: {
892
+ ap_id: string;
893
+ deleted: boolean;
894
+ id: number;
895
+ local: boolean;
896
+ published: string;
897
+ creator_id: number;
898
+ read: boolean;
899
+ recipient_id: number;
900
+ content: string;
901
+ };
902
+ conversation_id?: number | undefined;
903
+ }[];
904
+ }>;
905
+ /**
906
+ * @summary Leave a conversation
907
+ */
908
+ export declare const postApiAlphaPrivateMessageConversationLeaveBody: zod.ZodObject<{
909
+ conversation_id: zod.ZodNumber;
910
+ }, "strip", zod.ZodTypeAny, {
911
+ conversation_id: number;
912
+ }, {
913
+ conversation_id: number;
914
+ }>;
915
+ /**
916
+ * @summary Create a new private message.
917
+ */
918
+ export declare const postApiAlphaPrivateMessageBody: zod.ZodObject<{
919
+ content: zod.ZodString;
920
+ recipient_id: zod.ZodNumber;
921
+ }, "strip", zod.ZodTypeAny, {
922
+ recipient_id: number;
923
+ content: string;
924
+ }, {
925
+ recipient_id: number;
926
+ content: string;
927
+ }>;
928
+ export declare const postApiAlphaPrivateMessageResponsePrivateMessageViewCreatorExtraFieldsMax = 4;
929
+ export declare const postApiAlphaPrivateMessageResponsePrivateMessageViewCreatorNoteMax = 50;
930
+ export declare const postApiAlphaPrivateMessageResponsePrivateMessageViewRecipientExtraFieldsMax = 4;
931
+ export declare const postApiAlphaPrivateMessageResponsePrivateMessageViewRecipientNoteMax = 50;
932
+ export declare const postApiAlphaPrivateMessageResponse: zod.ZodObject<{
933
+ private_message_view: zod.ZodObject<{
934
+ private_message: zod.ZodObject<{
935
+ id: zod.ZodNumber;
936
+ creator_id: zod.ZodNumber;
937
+ recipient_id: zod.ZodNumber;
938
+ content: zod.ZodString;
939
+ deleted: zod.ZodBoolean;
940
+ read: zod.ZodBoolean;
941
+ published: zod.ZodString;
942
+ ap_id: zod.ZodString;
943
+ local: zod.ZodBoolean;
944
+ }, "strip", zod.ZodTypeAny, {
945
+ ap_id: string;
946
+ deleted: boolean;
947
+ id: number;
948
+ local: boolean;
949
+ published: string;
950
+ creator_id: number;
951
+ read: boolean;
952
+ recipient_id: number;
953
+ content: string;
954
+ }, {
955
+ ap_id: string;
956
+ deleted: boolean;
957
+ id: number;
958
+ local: boolean;
959
+ published: string;
960
+ creator_id: number;
961
+ read: boolean;
962
+ recipient_id: number;
963
+ content: string;
964
+ }>;
965
+ creator: zod.ZodObject<{
966
+ actor_id: zod.ZodString;
967
+ banned: zod.ZodBoolean;
968
+ bot: zod.ZodBoolean;
969
+ deleted: zod.ZodBoolean;
970
+ id: zod.ZodNumber;
971
+ instance_id: zod.ZodNumber;
972
+ local: zod.ZodBoolean;
973
+ user_name: zod.ZodString;
974
+ about: zod.ZodOptional<zod.ZodString>;
975
+ about_html: zod.ZodOptional<zod.ZodString>;
976
+ avatar: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
977
+ banner: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
978
+ extra_fields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
979
+ id: zod.ZodNumber;
980
+ label: zod.ZodString;
981
+ text: zod.ZodString;
982
+ }, "strip", zod.ZodTypeAny, {
983
+ id: number;
984
+ label: string;
985
+ text: string;
986
+ }, {
987
+ id: number;
988
+ label: string;
989
+ text: string;
990
+ }>, "many">>;
991
+ note: zod.ZodOptional<zod.ZodString>;
992
+ flair: zod.ZodOptional<zod.ZodString>;
993
+ published: zod.ZodOptional<zod.ZodString>;
994
+ title: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
995
+ }, "strip", zod.ZodTypeAny, {
996
+ deleted: boolean;
997
+ id: number;
998
+ local: boolean;
999
+ user_name: string;
1000
+ actor_id: string;
1001
+ banned: boolean;
1002
+ bot: boolean;
1003
+ instance_id: number;
1004
+ published?: string | undefined;
1005
+ about?: string | undefined;
1006
+ about_html?: string | undefined;
1007
+ avatar?: string | null | undefined;
1008
+ banner?: string | null | undefined;
1009
+ extra_fields?: {
1010
+ id: number;
1011
+ label: string;
1012
+ text: string;
1013
+ }[] | undefined;
1014
+ note?: string | undefined;
1015
+ flair?: string | undefined;
1016
+ title?: string | null | undefined;
1017
+ }, {
1018
+ deleted: boolean;
1019
+ id: number;
1020
+ local: boolean;
1021
+ user_name: string;
1022
+ actor_id: string;
1023
+ banned: boolean;
1024
+ bot: boolean;
1025
+ instance_id: number;
1026
+ published?: string | undefined;
1027
+ about?: string | undefined;
1028
+ about_html?: string | undefined;
1029
+ avatar?: string | null | undefined;
1030
+ banner?: string | null | undefined;
1031
+ extra_fields?: {
1032
+ id: number;
1033
+ label: string;
1034
+ text: string;
1035
+ }[] | undefined;
1036
+ note?: string | undefined;
1037
+ flair?: string | undefined;
1038
+ title?: string | null | undefined;
1039
+ }>;
1040
+ recipient: zod.ZodObject<{
1041
+ actor_id: zod.ZodString;
1042
+ banned: zod.ZodBoolean;
1043
+ bot: zod.ZodBoolean;
1044
+ deleted: zod.ZodBoolean;
1045
+ id: zod.ZodNumber;
1046
+ instance_id: zod.ZodNumber;
1047
+ local: zod.ZodBoolean;
1048
+ user_name: zod.ZodString;
1049
+ about: zod.ZodOptional<zod.ZodString>;
1050
+ about_html: zod.ZodOptional<zod.ZodString>;
1051
+ avatar: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1052
+ banner: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1053
+ extra_fields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1054
+ id: zod.ZodNumber;
1055
+ label: zod.ZodString;
1056
+ text: zod.ZodString;
1057
+ }, "strip", zod.ZodTypeAny, {
1058
+ id: number;
1059
+ label: string;
1060
+ text: string;
1061
+ }, {
1062
+ id: number;
1063
+ label: string;
1064
+ text: string;
1065
+ }>, "many">>;
1066
+ note: zod.ZodOptional<zod.ZodString>;
1067
+ flair: zod.ZodOptional<zod.ZodString>;
1068
+ published: zod.ZodOptional<zod.ZodString>;
1069
+ title: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1070
+ }, "strip", zod.ZodTypeAny, {
1071
+ deleted: boolean;
1072
+ id: number;
1073
+ local: boolean;
1074
+ user_name: string;
1075
+ actor_id: string;
1076
+ banned: boolean;
1077
+ bot: boolean;
1078
+ instance_id: number;
1079
+ published?: string | undefined;
1080
+ about?: string | undefined;
1081
+ about_html?: string | undefined;
1082
+ avatar?: string | null | undefined;
1083
+ banner?: string | null | undefined;
1084
+ extra_fields?: {
1085
+ id: number;
1086
+ label: string;
1087
+ text: string;
1088
+ }[] | undefined;
1089
+ note?: string | undefined;
1090
+ flair?: string | undefined;
1091
+ title?: string | null | undefined;
1092
+ }, {
1093
+ deleted: boolean;
1094
+ id: number;
1095
+ local: boolean;
1096
+ user_name: string;
1097
+ actor_id: string;
1098
+ banned: boolean;
1099
+ bot: boolean;
1100
+ instance_id: number;
1101
+ published?: string | undefined;
1102
+ about?: string | undefined;
1103
+ about_html?: string | undefined;
1104
+ avatar?: string | null | undefined;
1105
+ banner?: string | null | undefined;
1106
+ extra_fields?: {
1107
+ id: number;
1108
+ label: string;
1109
+ text: string;
1110
+ }[] | undefined;
1111
+ note?: string | undefined;
1112
+ flair?: string | undefined;
1113
+ title?: string | null | undefined;
1114
+ }>;
1115
+ conversation_id: zod.ZodOptional<zod.ZodNumber>;
1116
+ }, "strip", zod.ZodTypeAny, {
1117
+ creator: {
1118
+ deleted: boolean;
1119
+ id: number;
1120
+ local: boolean;
1121
+ user_name: string;
1122
+ actor_id: string;
1123
+ banned: boolean;
1124
+ bot: boolean;
1125
+ instance_id: number;
1126
+ published?: string | undefined;
1127
+ about?: string | undefined;
1128
+ about_html?: string | undefined;
1129
+ avatar?: string | null | undefined;
1130
+ banner?: string | null | undefined;
1131
+ extra_fields?: {
1132
+ id: number;
1133
+ label: string;
1134
+ text: string;
1135
+ }[] | undefined;
1136
+ note?: string | undefined;
1137
+ flair?: string | undefined;
1138
+ title?: string | null | undefined;
1139
+ };
1140
+ recipient: {
1141
+ deleted: boolean;
1142
+ id: number;
1143
+ local: boolean;
1144
+ user_name: string;
1145
+ actor_id: string;
1146
+ banned: boolean;
1147
+ bot: boolean;
1148
+ instance_id: number;
1149
+ published?: string | undefined;
1150
+ about?: string | undefined;
1151
+ about_html?: string | undefined;
1152
+ avatar?: string | null | undefined;
1153
+ banner?: string | null | undefined;
1154
+ extra_fields?: {
1155
+ id: number;
1156
+ label: string;
1157
+ text: string;
1158
+ }[] | undefined;
1159
+ note?: string | undefined;
1160
+ flair?: string | undefined;
1161
+ title?: string | null | undefined;
1162
+ };
1163
+ private_message: {
1164
+ ap_id: string;
1165
+ deleted: boolean;
1166
+ id: number;
1167
+ local: boolean;
1168
+ published: string;
1169
+ creator_id: number;
1170
+ read: boolean;
1171
+ recipient_id: number;
1172
+ content: string;
1173
+ };
1174
+ conversation_id?: number | undefined;
1175
+ }, {
1176
+ creator: {
1177
+ deleted: boolean;
1178
+ id: number;
1179
+ local: boolean;
1180
+ user_name: string;
1181
+ actor_id: string;
1182
+ banned: boolean;
1183
+ bot: boolean;
1184
+ instance_id: number;
1185
+ published?: string | undefined;
1186
+ about?: string | undefined;
1187
+ about_html?: string | undefined;
1188
+ avatar?: string | null | undefined;
1189
+ banner?: string | null | undefined;
1190
+ extra_fields?: {
1191
+ id: number;
1192
+ label: string;
1193
+ text: string;
1194
+ }[] | undefined;
1195
+ note?: string | undefined;
1196
+ flair?: string | undefined;
1197
+ title?: string | null | undefined;
1198
+ };
1199
+ recipient: {
1200
+ deleted: boolean;
1201
+ id: number;
1202
+ local: boolean;
1203
+ user_name: string;
1204
+ actor_id: string;
1205
+ banned: boolean;
1206
+ bot: boolean;
1207
+ instance_id: number;
1208
+ published?: string | undefined;
1209
+ about?: string | undefined;
1210
+ about_html?: string | undefined;
1211
+ avatar?: string | null | undefined;
1212
+ banner?: string | null | undefined;
1213
+ extra_fields?: {
1214
+ id: number;
1215
+ label: string;
1216
+ text: string;
1217
+ }[] | undefined;
1218
+ note?: string | undefined;
1219
+ flair?: string | undefined;
1220
+ title?: string | null | undefined;
1221
+ };
1222
+ private_message: {
1223
+ ap_id: string;
1224
+ deleted: boolean;
1225
+ id: number;
1226
+ local: boolean;
1227
+ published: string;
1228
+ creator_id: number;
1229
+ read: boolean;
1230
+ recipient_id: number;
1231
+ content: string;
1232
+ };
1233
+ conversation_id?: number | undefined;
1234
+ }>;
1235
+ }, "strip", zod.ZodTypeAny, {
1236
+ private_message_view: {
1237
+ creator: {
1238
+ deleted: boolean;
1239
+ id: number;
1240
+ local: boolean;
1241
+ user_name: string;
1242
+ actor_id: string;
1243
+ banned: boolean;
1244
+ bot: boolean;
1245
+ instance_id: number;
1246
+ published?: string | undefined;
1247
+ about?: string | undefined;
1248
+ about_html?: string | undefined;
1249
+ avatar?: string | null | undefined;
1250
+ banner?: string | null | undefined;
1251
+ extra_fields?: {
1252
+ id: number;
1253
+ label: string;
1254
+ text: string;
1255
+ }[] | undefined;
1256
+ note?: string | undefined;
1257
+ flair?: string | undefined;
1258
+ title?: string | null | undefined;
1259
+ };
1260
+ recipient: {
1261
+ deleted: boolean;
1262
+ id: number;
1263
+ local: boolean;
1264
+ user_name: string;
1265
+ actor_id: string;
1266
+ banned: boolean;
1267
+ bot: boolean;
1268
+ instance_id: number;
1269
+ published?: string | undefined;
1270
+ about?: string | undefined;
1271
+ about_html?: string | undefined;
1272
+ avatar?: string | null | undefined;
1273
+ banner?: string | null | undefined;
1274
+ extra_fields?: {
1275
+ id: number;
1276
+ label: string;
1277
+ text: string;
1278
+ }[] | undefined;
1279
+ note?: string | undefined;
1280
+ flair?: string | undefined;
1281
+ title?: string | null | undefined;
1282
+ };
1283
+ private_message: {
1284
+ ap_id: string;
1285
+ deleted: boolean;
1286
+ id: number;
1287
+ local: boolean;
1288
+ published: string;
1289
+ creator_id: number;
1290
+ read: boolean;
1291
+ recipient_id: number;
1292
+ content: string;
1293
+ };
1294
+ conversation_id?: number | undefined;
1295
+ };
1296
+ }, {
1297
+ private_message_view: {
1298
+ creator: {
1299
+ deleted: boolean;
1300
+ id: number;
1301
+ local: boolean;
1302
+ user_name: string;
1303
+ actor_id: string;
1304
+ banned: boolean;
1305
+ bot: boolean;
1306
+ instance_id: number;
1307
+ published?: string | undefined;
1308
+ about?: string | undefined;
1309
+ about_html?: string | undefined;
1310
+ avatar?: string | null | undefined;
1311
+ banner?: string | null | undefined;
1312
+ extra_fields?: {
1313
+ id: number;
1314
+ label: string;
1315
+ text: string;
1316
+ }[] | undefined;
1317
+ note?: string | undefined;
1318
+ flair?: string | undefined;
1319
+ title?: string | null | undefined;
1320
+ };
1321
+ recipient: {
1322
+ deleted: boolean;
1323
+ id: number;
1324
+ local: boolean;
1325
+ user_name: string;
1326
+ actor_id: string;
1327
+ banned: boolean;
1328
+ bot: boolean;
1329
+ instance_id: number;
1330
+ published?: string | undefined;
1331
+ about?: string | undefined;
1332
+ about_html?: string | undefined;
1333
+ avatar?: string | null | undefined;
1334
+ banner?: string | null | undefined;
1335
+ extra_fields?: {
1336
+ id: number;
1337
+ label: string;
1338
+ text: string;
1339
+ }[] | undefined;
1340
+ note?: string | undefined;
1341
+ flair?: string | undefined;
1342
+ title?: string | null | undefined;
1343
+ };
1344
+ private_message: {
1345
+ ap_id: string;
1346
+ deleted: boolean;
1347
+ id: number;
1348
+ local: boolean;
1349
+ published: string;
1350
+ creator_id: number;
1351
+ read: boolean;
1352
+ recipient_id: number;
1353
+ content: string;
1354
+ };
1355
+ conversation_id?: number | undefined;
1356
+ };
1357
+ }>;
1358
+ /**
1359
+ * @summary Edit a private message.
1360
+ */
1361
+ export declare const putApiAlphaPrivateMessageBody: zod.ZodObject<{
1362
+ private_message_id: zod.ZodNumber;
1363
+ content: zod.ZodString;
1364
+ }, "strip", zod.ZodTypeAny, {
1365
+ content: string;
1366
+ private_message_id: number;
1367
+ }, {
1368
+ content: string;
1369
+ private_message_id: number;
1370
+ }>;
1371
+ export declare const putApiAlphaPrivateMessageResponsePrivateMessageViewCreatorExtraFieldsMax = 4;
1372
+ export declare const putApiAlphaPrivateMessageResponsePrivateMessageViewCreatorNoteMax = 50;
1373
+ export declare const putApiAlphaPrivateMessageResponsePrivateMessageViewRecipientExtraFieldsMax = 4;
1374
+ export declare const putApiAlphaPrivateMessageResponsePrivateMessageViewRecipientNoteMax = 50;
1375
+ export declare const putApiAlphaPrivateMessageResponse: zod.ZodObject<{
1376
+ private_message_view: zod.ZodObject<{
1377
+ private_message: zod.ZodObject<{
1378
+ id: zod.ZodNumber;
1379
+ creator_id: zod.ZodNumber;
1380
+ recipient_id: zod.ZodNumber;
1381
+ content: zod.ZodString;
1382
+ deleted: zod.ZodBoolean;
1383
+ read: zod.ZodBoolean;
1384
+ published: zod.ZodString;
1385
+ ap_id: zod.ZodString;
1386
+ local: zod.ZodBoolean;
1387
+ }, "strip", zod.ZodTypeAny, {
1388
+ ap_id: string;
1389
+ deleted: boolean;
1390
+ id: number;
1391
+ local: boolean;
1392
+ published: string;
1393
+ creator_id: number;
1394
+ read: boolean;
1395
+ recipient_id: number;
1396
+ content: string;
1397
+ }, {
1398
+ ap_id: string;
1399
+ deleted: boolean;
1400
+ id: number;
1401
+ local: boolean;
1402
+ published: string;
1403
+ creator_id: number;
1404
+ read: boolean;
1405
+ recipient_id: number;
1406
+ content: string;
1407
+ }>;
1408
+ creator: zod.ZodObject<{
1409
+ actor_id: zod.ZodString;
1410
+ banned: zod.ZodBoolean;
1411
+ bot: zod.ZodBoolean;
1412
+ deleted: zod.ZodBoolean;
1413
+ id: zod.ZodNumber;
1414
+ instance_id: zod.ZodNumber;
1415
+ local: zod.ZodBoolean;
1416
+ user_name: zod.ZodString;
1417
+ about: zod.ZodOptional<zod.ZodString>;
1418
+ about_html: zod.ZodOptional<zod.ZodString>;
1419
+ avatar: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1420
+ banner: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1421
+ extra_fields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1422
+ id: zod.ZodNumber;
1423
+ label: zod.ZodString;
1424
+ text: zod.ZodString;
1425
+ }, "strip", zod.ZodTypeAny, {
1426
+ id: number;
1427
+ label: string;
1428
+ text: string;
1429
+ }, {
1430
+ id: number;
1431
+ label: string;
1432
+ text: string;
1433
+ }>, "many">>;
1434
+ note: zod.ZodOptional<zod.ZodString>;
1435
+ flair: zod.ZodOptional<zod.ZodString>;
1436
+ published: zod.ZodOptional<zod.ZodString>;
1437
+ title: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1438
+ }, "strip", zod.ZodTypeAny, {
1439
+ deleted: boolean;
1440
+ id: number;
1441
+ local: boolean;
1442
+ user_name: string;
1443
+ actor_id: string;
1444
+ banned: boolean;
1445
+ bot: boolean;
1446
+ instance_id: number;
1447
+ published?: string | undefined;
1448
+ about?: string | undefined;
1449
+ about_html?: string | undefined;
1450
+ avatar?: string | null | undefined;
1451
+ banner?: string | null | undefined;
1452
+ extra_fields?: {
1453
+ id: number;
1454
+ label: string;
1455
+ text: string;
1456
+ }[] | undefined;
1457
+ note?: string | undefined;
1458
+ flair?: string | undefined;
1459
+ title?: string | null | undefined;
1460
+ }, {
1461
+ deleted: boolean;
1462
+ id: number;
1463
+ local: boolean;
1464
+ user_name: string;
1465
+ actor_id: string;
1466
+ banned: boolean;
1467
+ bot: boolean;
1468
+ instance_id: number;
1469
+ published?: string | undefined;
1470
+ about?: string | undefined;
1471
+ about_html?: string | undefined;
1472
+ avatar?: string | null | undefined;
1473
+ banner?: string | null | undefined;
1474
+ extra_fields?: {
1475
+ id: number;
1476
+ label: string;
1477
+ text: string;
1478
+ }[] | undefined;
1479
+ note?: string | undefined;
1480
+ flair?: string | undefined;
1481
+ title?: string | null | undefined;
1482
+ }>;
1483
+ recipient: zod.ZodObject<{
1484
+ actor_id: zod.ZodString;
1485
+ banned: zod.ZodBoolean;
1486
+ bot: zod.ZodBoolean;
1487
+ deleted: zod.ZodBoolean;
1488
+ id: zod.ZodNumber;
1489
+ instance_id: zod.ZodNumber;
1490
+ local: zod.ZodBoolean;
1491
+ user_name: zod.ZodString;
1492
+ about: zod.ZodOptional<zod.ZodString>;
1493
+ about_html: zod.ZodOptional<zod.ZodString>;
1494
+ avatar: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1495
+ banner: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1496
+ extra_fields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1497
+ id: zod.ZodNumber;
1498
+ label: zod.ZodString;
1499
+ text: zod.ZodString;
1500
+ }, "strip", zod.ZodTypeAny, {
1501
+ id: number;
1502
+ label: string;
1503
+ text: string;
1504
+ }, {
1505
+ id: number;
1506
+ label: string;
1507
+ text: string;
1508
+ }>, "many">>;
1509
+ note: zod.ZodOptional<zod.ZodString>;
1510
+ flair: zod.ZodOptional<zod.ZodString>;
1511
+ published: zod.ZodOptional<zod.ZodString>;
1512
+ title: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1513
+ }, "strip", zod.ZodTypeAny, {
1514
+ deleted: boolean;
1515
+ id: number;
1516
+ local: boolean;
1517
+ user_name: string;
1518
+ actor_id: string;
1519
+ banned: boolean;
1520
+ bot: boolean;
1521
+ instance_id: number;
1522
+ published?: string | undefined;
1523
+ about?: string | undefined;
1524
+ about_html?: string | undefined;
1525
+ avatar?: string | null | undefined;
1526
+ banner?: string | null | undefined;
1527
+ extra_fields?: {
1528
+ id: number;
1529
+ label: string;
1530
+ text: string;
1531
+ }[] | undefined;
1532
+ note?: string | undefined;
1533
+ flair?: string | undefined;
1534
+ title?: string | null | undefined;
1535
+ }, {
1536
+ deleted: boolean;
1537
+ id: number;
1538
+ local: boolean;
1539
+ user_name: string;
1540
+ actor_id: string;
1541
+ banned: boolean;
1542
+ bot: boolean;
1543
+ instance_id: number;
1544
+ published?: string | undefined;
1545
+ about?: string | undefined;
1546
+ about_html?: string | undefined;
1547
+ avatar?: string | null | undefined;
1548
+ banner?: string | null | undefined;
1549
+ extra_fields?: {
1550
+ id: number;
1551
+ label: string;
1552
+ text: string;
1553
+ }[] | undefined;
1554
+ note?: string | undefined;
1555
+ flair?: string | undefined;
1556
+ title?: string | null | undefined;
1557
+ }>;
1558
+ conversation_id: zod.ZodOptional<zod.ZodNumber>;
1559
+ }, "strip", zod.ZodTypeAny, {
1560
+ creator: {
1561
+ deleted: boolean;
1562
+ id: number;
1563
+ local: boolean;
1564
+ user_name: string;
1565
+ actor_id: string;
1566
+ banned: boolean;
1567
+ bot: boolean;
1568
+ instance_id: number;
1569
+ published?: string | undefined;
1570
+ about?: string | undefined;
1571
+ about_html?: string | undefined;
1572
+ avatar?: string | null | undefined;
1573
+ banner?: string | null | undefined;
1574
+ extra_fields?: {
1575
+ id: number;
1576
+ label: string;
1577
+ text: string;
1578
+ }[] | undefined;
1579
+ note?: string | undefined;
1580
+ flair?: string | undefined;
1581
+ title?: string | null | undefined;
1582
+ };
1583
+ recipient: {
1584
+ deleted: boolean;
1585
+ id: number;
1586
+ local: boolean;
1587
+ user_name: string;
1588
+ actor_id: string;
1589
+ banned: boolean;
1590
+ bot: boolean;
1591
+ instance_id: number;
1592
+ published?: string | undefined;
1593
+ about?: string | undefined;
1594
+ about_html?: string | undefined;
1595
+ avatar?: string | null | undefined;
1596
+ banner?: string | null | undefined;
1597
+ extra_fields?: {
1598
+ id: number;
1599
+ label: string;
1600
+ text: string;
1601
+ }[] | undefined;
1602
+ note?: string | undefined;
1603
+ flair?: string | undefined;
1604
+ title?: string | null | undefined;
1605
+ };
1606
+ private_message: {
1607
+ ap_id: string;
1608
+ deleted: boolean;
1609
+ id: number;
1610
+ local: boolean;
1611
+ published: string;
1612
+ creator_id: number;
1613
+ read: boolean;
1614
+ recipient_id: number;
1615
+ content: string;
1616
+ };
1617
+ conversation_id?: number | undefined;
1618
+ }, {
1619
+ creator: {
1620
+ deleted: boolean;
1621
+ id: number;
1622
+ local: boolean;
1623
+ user_name: string;
1624
+ actor_id: string;
1625
+ banned: boolean;
1626
+ bot: boolean;
1627
+ instance_id: number;
1628
+ published?: string | undefined;
1629
+ about?: string | undefined;
1630
+ about_html?: string | undefined;
1631
+ avatar?: string | null | undefined;
1632
+ banner?: string | null | undefined;
1633
+ extra_fields?: {
1634
+ id: number;
1635
+ label: string;
1636
+ text: string;
1637
+ }[] | undefined;
1638
+ note?: string | undefined;
1639
+ flair?: string | undefined;
1640
+ title?: string | null | undefined;
1641
+ };
1642
+ recipient: {
1643
+ deleted: boolean;
1644
+ id: number;
1645
+ local: boolean;
1646
+ user_name: string;
1647
+ actor_id: string;
1648
+ banned: boolean;
1649
+ bot: boolean;
1650
+ instance_id: number;
1651
+ published?: string | undefined;
1652
+ about?: string | undefined;
1653
+ about_html?: string | undefined;
1654
+ avatar?: string | null | undefined;
1655
+ banner?: string | null | undefined;
1656
+ extra_fields?: {
1657
+ id: number;
1658
+ label: string;
1659
+ text: string;
1660
+ }[] | undefined;
1661
+ note?: string | undefined;
1662
+ flair?: string | undefined;
1663
+ title?: string | null | undefined;
1664
+ };
1665
+ private_message: {
1666
+ ap_id: string;
1667
+ deleted: boolean;
1668
+ id: number;
1669
+ local: boolean;
1670
+ published: string;
1671
+ creator_id: number;
1672
+ read: boolean;
1673
+ recipient_id: number;
1674
+ content: string;
1675
+ };
1676
+ conversation_id?: number | undefined;
1677
+ }>;
1678
+ }, "strip", zod.ZodTypeAny, {
1679
+ private_message_view: {
1680
+ creator: {
1681
+ deleted: boolean;
1682
+ id: number;
1683
+ local: boolean;
1684
+ user_name: string;
1685
+ actor_id: string;
1686
+ banned: boolean;
1687
+ bot: boolean;
1688
+ instance_id: number;
1689
+ published?: string | undefined;
1690
+ about?: string | undefined;
1691
+ about_html?: string | undefined;
1692
+ avatar?: string | null | undefined;
1693
+ banner?: string | null | undefined;
1694
+ extra_fields?: {
1695
+ id: number;
1696
+ label: string;
1697
+ text: string;
1698
+ }[] | undefined;
1699
+ note?: string | undefined;
1700
+ flair?: string | undefined;
1701
+ title?: string | null | undefined;
1702
+ };
1703
+ recipient: {
1704
+ deleted: boolean;
1705
+ id: number;
1706
+ local: boolean;
1707
+ user_name: string;
1708
+ actor_id: string;
1709
+ banned: boolean;
1710
+ bot: boolean;
1711
+ instance_id: number;
1712
+ published?: string | undefined;
1713
+ about?: string | undefined;
1714
+ about_html?: string | undefined;
1715
+ avatar?: string | null | undefined;
1716
+ banner?: string | null | undefined;
1717
+ extra_fields?: {
1718
+ id: number;
1719
+ label: string;
1720
+ text: string;
1721
+ }[] | undefined;
1722
+ note?: string | undefined;
1723
+ flair?: string | undefined;
1724
+ title?: string | null | undefined;
1725
+ };
1726
+ private_message: {
1727
+ ap_id: string;
1728
+ deleted: boolean;
1729
+ id: number;
1730
+ local: boolean;
1731
+ published: string;
1732
+ creator_id: number;
1733
+ read: boolean;
1734
+ recipient_id: number;
1735
+ content: string;
1736
+ };
1737
+ conversation_id?: number | undefined;
1738
+ };
1739
+ }, {
1740
+ private_message_view: {
1741
+ creator: {
1742
+ deleted: boolean;
1743
+ id: number;
1744
+ local: boolean;
1745
+ user_name: string;
1746
+ actor_id: string;
1747
+ banned: boolean;
1748
+ bot: boolean;
1749
+ instance_id: number;
1750
+ published?: string | undefined;
1751
+ about?: string | undefined;
1752
+ about_html?: string | undefined;
1753
+ avatar?: string | null | undefined;
1754
+ banner?: string | null | undefined;
1755
+ extra_fields?: {
1756
+ id: number;
1757
+ label: string;
1758
+ text: string;
1759
+ }[] | undefined;
1760
+ note?: string | undefined;
1761
+ flair?: string | undefined;
1762
+ title?: string | null | undefined;
1763
+ };
1764
+ recipient: {
1765
+ deleted: boolean;
1766
+ id: number;
1767
+ local: boolean;
1768
+ user_name: string;
1769
+ actor_id: string;
1770
+ banned: boolean;
1771
+ bot: boolean;
1772
+ instance_id: number;
1773
+ published?: string | undefined;
1774
+ about?: string | undefined;
1775
+ about_html?: string | undefined;
1776
+ avatar?: string | null | undefined;
1777
+ banner?: string | null | undefined;
1778
+ extra_fields?: {
1779
+ id: number;
1780
+ label: string;
1781
+ text: string;
1782
+ }[] | undefined;
1783
+ note?: string | undefined;
1784
+ flair?: string | undefined;
1785
+ title?: string | null | undefined;
1786
+ };
1787
+ private_message: {
1788
+ ap_id: string;
1789
+ deleted: boolean;
1790
+ id: number;
1791
+ local: boolean;
1792
+ published: string;
1793
+ creator_id: number;
1794
+ read: boolean;
1795
+ recipient_id: number;
1796
+ content: string;
1797
+ };
1798
+ conversation_id?: number | undefined;
1799
+ };
1800
+ }>;
1801
+ /**
1802
+ * @summary Mark a private message as read or unread.
1803
+ */
1804
+ export declare const postApiAlphaPrivateMessageMarkAsReadBody: zod.ZodObject<{
1805
+ private_message_id: zod.ZodNumber;
1806
+ read: zod.ZodBoolean;
1807
+ }, "strip", zod.ZodTypeAny, {
1808
+ read: boolean;
1809
+ private_message_id: number;
1810
+ }, {
1811
+ read: boolean;
1812
+ private_message_id: number;
1813
+ }>;
1814
+ export declare const postApiAlphaPrivateMessageMarkAsReadResponsePrivateMessageViewCreatorExtraFieldsMax = 4;
1815
+ export declare const postApiAlphaPrivateMessageMarkAsReadResponsePrivateMessageViewCreatorNoteMax = 50;
1816
+ export declare const postApiAlphaPrivateMessageMarkAsReadResponsePrivateMessageViewRecipientExtraFieldsMax = 4;
1817
+ export declare const postApiAlphaPrivateMessageMarkAsReadResponsePrivateMessageViewRecipientNoteMax = 50;
1818
+ export declare const postApiAlphaPrivateMessageMarkAsReadResponse: zod.ZodObject<{
1819
+ private_message_view: zod.ZodObject<{
1820
+ private_message: zod.ZodObject<{
1821
+ id: zod.ZodNumber;
1822
+ creator_id: zod.ZodNumber;
1823
+ recipient_id: zod.ZodNumber;
1824
+ content: zod.ZodString;
1825
+ deleted: zod.ZodBoolean;
1826
+ read: zod.ZodBoolean;
1827
+ published: zod.ZodString;
1828
+ ap_id: zod.ZodString;
1829
+ local: zod.ZodBoolean;
1830
+ }, "strip", zod.ZodTypeAny, {
1831
+ ap_id: string;
1832
+ deleted: boolean;
1833
+ id: number;
1834
+ local: boolean;
1835
+ published: string;
1836
+ creator_id: number;
1837
+ read: boolean;
1838
+ recipient_id: number;
1839
+ content: string;
1840
+ }, {
1841
+ ap_id: string;
1842
+ deleted: boolean;
1843
+ id: number;
1844
+ local: boolean;
1845
+ published: string;
1846
+ creator_id: number;
1847
+ read: boolean;
1848
+ recipient_id: number;
1849
+ content: string;
1850
+ }>;
1851
+ creator: zod.ZodObject<{
1852
+ actor_id: zod.ZodString;
1853
+ banned: zod.ZodBoolean;
1854
+ bot: zod.ZodBoolean;
1855
+ deleted: zod.ZodBoolean;
1856
+ id: zod.ZodNumber;
1857
+ instance_id: zod.ZodNumber;
1858
+ local: zod.ZodBoolean;
1859
+ user_name: zod.ZodString;
1860
+ about: zod.ZodOptional<zod.ZodString>;
1861
+ about_html: zod.ZodOptional<zod.ZodString>;
1862
+ avatar: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1863
+ banner: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1864
+ extra_fields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1865
+ id: zod.ZodNumber;
1866
+ label: zod.ZodString;
1867
+ text: zod.ZodString;
1868
+ }, "strip", zod.ZodTypeAny, {
1869
+ id: number;
1870
+ label: string;
1871
+ text: string;
1872
+ }, {
1873
+ id: number;
1874
+ label: string;
1875
+ text: string;
1876
+ }>, "many">>;
1877
+ note: zod.ZodOptional<zod.ZodString>;
1878
+ flair: zod.ZodOptional<zod.ZodString>;
1879
+ published: zod.ZodOptional<zod.ZodString>;
1880
+ title: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1881
+ }, "strip", zod.ZodTypeAny, {
1882
+ deleted: boolean;
1883
+ id: number;
1884
+ local: boolean;
1885
+ user_name: string;
1886
+ actor_id: string;
1887
+ banned: boolean;
1888
+ bot: boolean;
1889
+ instance_id: number;
1890
+ published?: string | undefined;
1891
+ about?: string | undefined;
1892
+ about_html?: string | undefined;
1893
+ avatar?: string | null | undefined;
1894
+ banner?: string | null | undefined;
1895
+ extra_fields?: {
1896
+ id: number;
1897
+ label: string;
1898
+ text: string;
1899
+ }[] | undefined;
1900
+ note?: string | undefined;
1901
+ flair?: string | undefined;
1902
+ title?: string | null | undefined;
1903
+ }, {
1904
+ deleted: boolean;
1905
+ id: number;
1906
+ local: boolean;
1907
+ user_name: string;
1908
+ actor_id: string;
1909
+ banned: boolean;
1910
+ bot: boolean;
1911
+ instance_id: number;
1912
+ published?: string | undefined;
1913
+ about?: string | undefined;
1914
+ about_html?: string | undefined;
1915
+ avatar?: string | null | undefined;
1916
+ banner?: string | null | undefined;
1917
+ extra_fields?: {
1918
+ id: number;
1919
+ label: string;
1920
+ text: string;
1921
+ }[] | undefined;
1922
+ note?: string | undefined;
1923
+ flair?: string | undefined;
1924
+ title?: string | null | undefined;
1925
+ }>;
1926
+ recipient: zod.ZodObject<{
1927
+ actor_id: zod.ZodString;
1928
+ banned: zod.ZodBoolean;
1929
+ bot: zod.ZodBoolean;
1930
+ deleted: zod.ZodBoolean;
1931
+ id: zod.ZodNumber;
1932
+ instance_id: zod.ZodNumber;
1933
+ local: zod.ZodBoolean;
1934
+ user_name: zod.ZodString;
1935
+ about: zod.ZodOptional<zod.ZodString>;
1936
+ about_html: zod.ZodOptional<zod.ZodString>;
1937
+ avatar: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1938
+ banner: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1939
+ extra_fields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1940
+ id: zod.ZodNumber;
1941
+ label: zod.ZodString;
1942
+ text: zod.ZodString;
1943
+ }, "strip", zod.ZodTypeAny, {
1944
+ id: number;
1945
+ label: string;
1946
+ text: string;
1947
+ }, {
1948
+ id: number;
1949
+ label: string;
1950
+ text: string;
1951
+ }>, "many">>;
1952
+ note: zod.ZodOptional<zod.ZodString>;
1953
+ flair: zod.ZodOptional<zod.ZodString>;
1954
+ published: zod.ZodOptional<zod.ZodString>;
1955
+ title: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1956
+ }, "strip", zod.ZodTypeAny, {
1957
+ deleted: boolean;
1958
+ id: number;
1959
+ local: boolean;
1960
+ user_name: string;
1961
+ actor_id: string;
1962
+ banned: boolean;
1963
+ bot: boolean;
1964
+ instance_id: number;
1965
+ published?: string | undefined;
1966
+ about?: string | undefined;
1967
+ about_html?: string | undefined;
1968
+ avatar?: string | null | undefined;
1969
+ banner?: string | null | undefined;
1970
+ extra_fields?: {
1971
+ id: number;
1972
+ label: string;
1973
+ text: string;
1974
+ }[] | undefined;
1975
+ note?: string | undefined;
1976
+ flair?: string | undefined;
1977
+ title?: string | null | undefined;
1978
+ }, {
1979
+ deleted: boolean;
1980
+ id: number;
1981
+ local: boolean;
1982
+ user_name: string;
1983
+ actor_id: string;
1984
+ banned: boolean;
1985
+ bot: boolean;
1986
+ instance_id: number;
1987
+ published?: string | undefined;
1988
+ about?: string | undefined;
1989
+ about_html?: string | undefined;
1990
+ avatar?: string | null | undefined;
1991
+ banner?: string | null | undefined;
1992
+ extra_fields?: {
1993
+ id: number;
1994
+ label: string;
1995
+ text: string;
1996
+ }[] | undefined;
1997
+ note?: string | undefined;
1998
+ flair?: string | undefined;
1999
+ title?: string | null | undefined;
2000
+ }>;
2001
+ conversation_id: zod.ZodOptional<zod.ZodNumber>;
2002
+ }, "strip", zod.ZodTypeAny, {
2003
+ creator: {
2004
+ deleted: boolean;
2005
+ id: number;
2006
+ local: boolean;
2007
+ user_name: string;
2008
+ actor_id: string;
2009
+ banned: boolean;
2010
+ bot: boolean;
2011
+ instance_id: number;
2012
+ published?: string | undefined;
2013
+ about?: string | undefined;
2014
+ about_html?: string | undefined;
2015
+ avatar?: string | null | undefined;
2016
+ banner?: string | null | undefined;
2017
+ extra_fields?: {
2018
+ id: number;
2019
+ label: string;
2020
+ text: string;
2021
+ }[] | undefined;
2022
+ note?: string | undefined;
2023
+ flair?: string | undefined;
2024
+ title?: string | null | undefined;
2025
+ };
2026
+ recipient: {
2027
+ deleted: boolean;
2028
+ id: number;
2029
+ local: boolean;
2030
+ user_name: string;
2031
+ actor_id: string;
2032
+ banned: boolean;
2033
+ bot: boolean;
2034
+ instance_id: number;
2035
+ published?: string | undefined;
2036
+ about?: string | undefined;
2037
+ about_html?: string | undefined;
2038
+ avatar?: string | null | undefined;
2039
+ banner?: string | null | undefined;
2040
+ extra_fields?: {
2041
+ id: number;
2042
+ label: string;
2043
+ text: string;
2044
+ }[] | undefined;
2045
+ note?: string | undefined;
2046
+ flair?: string | undefined;
2047
+ title?: string | null | undefined;
2048
+ };
2049
+ private_message: {
2050
+ ap_id: string;
2051
+ deleted: boolean;
2052
+ id: number;
2053
+ local: boolean;
2054
+ published: string;
2055
+ creator_id: number;
2056
+ read: boolean;
2057
+ recipient_id: number;
2058
+ content: string;
2059
+ };
2060
+ conversation_id?: number | undefined;
2061
+ }, {
2062
+ creator: {
2063
+ deleted: boolean;
2064
+ id: number;
2065
+ local: boolean;
2066
+ user_name: string;
2067
+ actor_id: string;
2068
+ banned: boolean;
2069
+ bot: boolean;
2070
+ instance_id: number;
2071
+ published?: string | undefined;
2072
+ about?: string | undefined;
2073
+ about_html?: string | undefined;
2074
+ avatar?: string | null | undefined;
2075
+ banner?: string | null | undefined;
2076
+ extra_fields?: {
2077
+ id: number;
2078
+ label: string;
2079
+ text: string;
2080
+ }[] | undefined;
2081
+ note?: string | undefined;
2082
+ flair?: string | undefined;
2083
+ title?: string | null | undefined;
2084
+ };
2085
+ recipient: {
2086
+ deleted: boolean;
2087
+ id: number;
2088
+ local: boolean;
2089
+ user_name: string;
2090
+ actor_id: string;
2091
+ banned: boolean;
2092
+ bot: boolean;
2093
+ instance_id: number;
2094
+ published?: string | undefined;
2095
+ about?: string | undefined;
2096
+ about_html?: string | undefined;
2097
+ avatar?: string | null | undefined;
2098
+ banner?: string | null | undefined;
2099
+ extra_fields?: {
2100
+ id: number;
2101
+ label: string;
2102
+ text: string;
2103
+ }[] | undefined;
2104
+ note?: string | undefined;
2105
+ flair?: string | undefined;
2106
+ title?: string | null | undefined;
2107
+ };
2108
+ private_message: {
2109
+ ap_id: string;
2110
+ deleted: boolean;
2111
+ id: number;
2112
+ local: boolean;
2113
+ published: string;
2114
+ creator_id: number;
2115
+ read: boolean;
2116
+ recipient_id: number;
2117
+ content: string;
2118
+ };
2119
+ conversation_id?: number | undefined;
2120
+ }>;
2121
+ }, "strip", zod.ZodTypeAny, {
2122
+ private_message_view: {
2123
+ creator: {
2124
+ deleted: boolean;
2125
+ id: number;
2126
+ local: boolean;
2127
+ user_name: string;
2128
+ actor_id: string;
2129
+ banned: boolean;
2130
+ bot: boolean;
2131
+ instance_id: number;
2132
+ published?: string | undefined;
2133
+ about?: string | undefined;
2134
+ about_html?: string | undefined;
2135
+ avatar?: string | null | undefined;
2136
+ banner?: string | null | undefined;
2137
+ extra_fields?: {
2138
+ id: number;
2139
+ label: string;
2140
+ text: string;
2141
+ }[] | undefined;
2142
+ note?: string | undefined;
2143
+ flair?: string | undefined;
2144
+ title?: string | null | undefined;
2145
+ };
2146
+ recipient: {
2147
+ deleted: boolean;
2148
+ id: number;
2149
+ local: boolean;
2150
+ user_name: string;
2151
+ actor_id: string;
2152
+ banned: boolean;
2153
+ bot: boolean;
2154
+ instance_id: number;
2155
+ published?: string | undefined;
2156
+ about?: string | undefined;
2157
+ about_html?: string | undefined;
2158
+ avatar?: string | null | undefined;
2159
+ banner?: string | null | undefined;
2160
+ extra_fields?: {
2161
+ id: number;
2162
+ label: string;
2163
+ text: string;
2164
+ }[] | undefined;
2165
+ note?: string | undefined;
2166
+ flair?: string | undefined;
2167
+ title?: string | null | undefined;
2168
+ };
2169
+ private_message: {
2170
+ ap_id: string;
2171
+ deleted: boolean;
2172
+ id: number;
2173
+ local: boolean;
2174
+ published: string;
2175
+ creator_id: number;
2176
+ read: boolean;
2177
+ recipient_id: number;
2178
+ content: string;
2179
+ };
2180
+ conversation_id?: number | undefined;
2181
+ };
2182
+ }, {
2183
+ private_message_view: {
2184
+ creator: {
2185
+ deleted: boolean;
2186
+ id: number;
2187
+ local: boolean;
2188
+ user_name: string;
2189
+ actor_id: string;
2190
+ banned: boolean;
2191
+ bot: boolean;
2192
+ instance_id: number;
2193
+ published?: string | undefined;
2194
+ about?: string | undefined;
2195
+ about_html?: string | undefined;
2196
+ avatar?: string | null | undefined;
2197
+ banner?: string | null | undefined;
2198
+ extra_fields?: {
2199
+ id: number;
2200
+ label: string;
2201
+ text: string;
2202
+ }[] | undefined;
2203
+ note?: string | undefined;
2204
+ flair?: string | undefined;
2205
+ title?: string | null | undefined;
2206
+ };
2207
+ recipient: {
2208
+ deleted: boolean;
2209
+ id: number;
2210
+ local: boolean;
2211
+ user_name: string;
2212
+ actor_id: string;
2213
+ banned: boolean;
2214
+ bot: boolean;
2215
+ instance_id: number;
2216
+ published?: string | undefined;
2217
+ about?: string | undefined;
2218
+ about_html?: string | undefined;
2219
+ avatar?: string | null | undefined;
2220
+ banner?: string | null | undefined;
2221
+ extra_fields?: {
2222
+ id: number;
2223
+ label: string;
2224
+ text: string;
2225
+ }[] | undefined;
2226
+ note?: string | undefined;
2227
+ flair?: string | undefined;
2228
+ title?: string | null | undefined;
2229
+ };
2230
+ private_message: {
2231
+ ap_id: string;
2232
+ deleted: boolean;
2233
+ id: number;
2234
+ local: boolean;
2235
+ published: string;
2236
+ creator_id: number;
2237
+ read: boolean;
2238
+ recipient_id: number;
2239
+ content: string;
2240
+ };
2241
+ conversation_id?: number | undefined;
2242
+ };
2243
+ }>;
2244
+ /**
2245
+ * @summary Delete or restore a private message.
2246
+ */
2247
+ export declare const postApiAlphaPrivateMessageDeleteBody: zod.ZodObject<{
2248
+ private_message_id: zod.ZodNumber;
2249
+ deleted: zod.ZodBoolean;
2250
+ }, "strip", zod.ZodTypeAny, {
2251
+ deleted: boolean;
2252
+ private_message_id: number;
2253
+ }, {
2254
+ deleted: boolean;
2255
+ private_message_id: number;
2256
+ }>;
2257
+ export declare const postApiAlphaPrivateMessageDeleteResponsePrivateMessageViewCreatorExtraFieldsMax = 4;
2258
+ export declare const postApiAlphaPrivateMessageDeleteResponsePrivateMessageViewCreatorNoteMax = 50;
2259
+ export declare const postApiAlphaPrivateMessageDeleteResponsePrivateMessageViewRecipientExtraFieldsMax = 4;
2260
+ export declare const postApiAlphaPrivateMessageDeleteResponsePrivateMessageViewRecipientNoteMax = 50;
2261
+ export declare const postApiAlphaPrivateMessageDeleteResponse: zod.ZodObject<{
2262
+ private_message_view: zod.ZodObject<{
2263
+ private_message: zod.ZodObject<{
2264
+ id: zod.ZodNumber;
2265
+ creator_id: zod.ZodNumber;
2266
+ recipient_id: zod.ZodNumber;
2267
+ content: zod.ZodString;
2268
+ deleted: zod.ZodBoolean;
2269
+ read: zod.ZodBoolean;
2270
+ published: zod.ZodString;
2271
+ ap_id: zod.ZodString;
2272
+ local: zod.ZodBoolean;
2273
+ }, "strip", zod.ZodTypeAny, {
2274
+ ap_id: string;
2275
+ deleted: boolean;
2276
+ id: number;
2277
+ local: boolean;
2278
+ published: string;
2279
+ creator_id: number;
2280
+ read: boolean;
2281
+ recipient_id: number;
2282
+ content: string;
2283
+ }, {
2284
+ ap_id: string;
2285
+ deleted: boolean;
2286
+ id: number;
2287
+ local: boolean;
2288
+ published: string;
2289
+ creator_id: number;
2290
+ read: boolean;
2291
+ recipient_id: number;
2292
+ content: string;
2293
+ }>;
2294
+ creator: zod.ZodObject<{
2295
+ actor_id: zod.ZodString;
2296
+ banned: zod.ZodBoolean;
2297
+ bot: zod.ZodBoolean;
2298
+ deleted: zod.ZodBoolean;
2299
+ id: zod.ZodNumber;
2300
+ instance_id: zod.ZodNumber;
2301
+ local: zod.ZodBoolean;
2302
+ user_name: zod.ZodString;
2303
+ about: zod.ZodOptional<zod.ZodString>;
2304
+ about_html: zod.ZodOptional<zod.ZodString>;
2305
+ avatar: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2306
+ banner: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2307
+ extra_fields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
2308
+ id: zod.ZodNumber;
2309
+ label: zod.ZodString;
2310
+ text: zod.ZodString;
2311
+ }, "strip", zod.ZodTypeAny, {
2312
+ id: number;
2313
+ label: string;
2314
+ text: string;
2315
+ }, {
2316
+ id: number;
2317
+ label: string;
2318
+ text: string;
2319
+ }>, "many">>;
2320
+ note: zod.ZodOptional<zod.ZodString>;
2321
+ flair: zod.ZodOptional<zod.ZodString>;
2322
+ published: zod.ZodOptional<zod.ZodString>;
2323
+ title: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2324
+ }, "strip", zod.ZodTypeAny, {
2325
+ deleted: boolean;
2326
+ id: number;
2327
+ local: boolean;
2328
+ user_name: string;
2329
+ actor_id: string;
2330
+ banned: boolean;
2331
+ bot: boolean;
2332
+ instance_id: number;
2333
+ published?: string | undefined;
2334
+ about?: string | undefined;
2335
+ about_html?: string | undefined;
2336
+ avatar?: string | null | undefined;
2337
+ banner?: string | null | undefined;
2338
+ extra_fields?: {
2339
+ id: number;
2340
+ label: string;
2341
+ text: string;
2342
+ }[] | undefined;
2343
+ note?: string | undefined;
2344
+ flair?: string | undefined;
2345
+ title?: string | null | undefined;
2346
+ }, {
2347
+ deleted: boolean;
2348
+ id: number;
2349
+ local: boolean;
2350
+ user_name: string;
2351
+ actor_id: string;
2352
+ banned: boolean;
2353
+ bot: boolean;
2354
+ instance_id: number;
2355
+ published?: string | undefined;
2356
+ about?: string | undefined;
2357
+ about_html?: string | undefined;
2358
+ avatar?: string | null | undefined;
2359
+ banner?: string | null | undefined;
2360
+ extra_fields?: {
2361
+ id: number;
2362
+ label: string;
2363
+ text: string;
2364
+ }[] | undefined;
2365
+ note?: string | undefined;
2366
+ flair?: string | undefined;
2367
+ title?: string | null | undefined;
2368
+ }>;
2369
+ recipient: zod.ZodObject<{
2370
+ actor_id: zod.ZodString;
2371
+ banned: zod.ZodBoolean;
2372
+ bot: zod.ZodBoolean;
2373
+ deleted: zod.ZodBoolean;
2374
+ id: zod.ZodNumber;
2375
+ instance_id: zod.ZodNumber;
2376
+ local: zod.ZodBoolean;
2377
+ user_name: zod.ZodString;
2378
+ about: zod.ZodOptional<zod.ZodString>;
2379
+ about_html: zod.ZodOptional<zod.ZodString>;
2380
+ avatar: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2381
+ banner: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2382
+ extra_fields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
2383
+ id: zod.ZodNumber;
2384
+ label: zod.ZodString;
2385
+ text: zod.ZodString;
2386
+ }, "strip", zod.ZodTypeAny, {
2387
+ id: number;
2388
+ label: string;
2389
+ text: string;
2390
+ }, {
2391
+ id: number;
2392
+ label: string;
2393
+ text: string;
2394
+ }>, "many">>;
2395
+ note: zod.ZodOptional<zod.ZodString>;
2396
+ flair: zod.ZodOptional<zod.ZodString>;
2397
+ published: zod.ZodOptional<zod.ZodString>;
2398
+ title: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2399
+ }, "strip", zod.ZodTypeAny, {
2400
+ deleted: boolean;
2401
+ id: number;
2402
+ local: boolean;
2403
+ user_name: string;
2404
+ actor_id: string;
2405
+ banned: boolean;
2406
+ bot: boolean;
2407
+ instance_id: number;
2408
+ published?: string | undefined;
2409
+ about?: string | undefined;
2410
+ about_html?: string | undefined;
2411
+ avatar?: string | null | undefined;
2412
+ banner?: string | null | undefined;
2413
+ extra_fields?: {
2414
+ id: number;
2415
+ label: string;
2416
+ text: string;
2417
+ }[] | undefined;
2418
+ note?: string | undefined;
2419
+ flair?: string | undefined;
2420
+ title?: string | null | undefined;
2421
+ }, {
2422
+ deleted: boolean;
2423
+ id: number;
2424
+ local: boolean;
2425
+ user_name: string;
2426
+ actor_id: string;
2427
+ banned: boolean;
2428
+ bot: boolean;
2429
+ instance_id: number;
2430
+ published?: string | undefined;
2431
+ about?: string | undefined;
2432
+ about_html?: string | undefined;
2433
+ avatar?: string | null | undefined;
2434
+ banner?: string | null | undefined;
2435
+ extra_fields?: {
2436
+ id: number;
2437
+ label: string;
2438
+ text: string;
2439
+ }[] | undefined;
2440
+ note?: string | undefined;
2441
+ flair?: string | undefined;
2442
+ title?: string | null | undefined;
2443
+ }>;
2444
+ conversation_id: zod.ZodOptional<zod.ZodNumber>;
2445
+ }, "strip", zod.ZodTypeAny, {
2446
+ creator: {
2447
+ deleted: boolean;
2448
+ id: number;
2449
+ local: boolean;
2450
+ user_name: string;
2451
+ actor_id: string;
2452
+ banned: boolean;
2453
+ bot: boolean;
2454
+ instance_id: number;
2455
+ published?: string | undefined;
2456
+ about?: string | undefined;
2457
+ about_html?: string | undefined;
2458
+ avatar?: string | null | undefined;
2459
+ banner?: string | null | undefined;
2460
+ extra_fields?: {
2461
+ id: number;
2462
+ label: string;
2463
+ text: string;
2464
+ }[] | undefined;
2465
+ note?: string | undefined;
2466
+ flair?: string | undefined;
2467
+ title?: string | null | undefined;
2468
+ };
2469
+ recipient: {
2470
+ deleted: boolean;
2471
+ id: number;
2472
+ local: boolean;
2473
+ user_name: string;
2474
+ actor_id: string;
2475
+ banned: boolean;
2476
+ bot: boolean;
2477
+ instance_id: number;
2478
+ published?: string | undefined;
2479
+ about?: string | undefined;
2480
+ about_html?: string | undefined;
2481
+ avatar?: string | null | undefined;
2482
+ banner?: string | null | undefined;
2483
+ extra_fields?: {
2484
+ id: number;
2485
+ label: string;
2486
+ text: string;
2487
+ }[] | undefined;
2488
+ note?: string | undefined;
2489
+ flair?: string | undefined;
2490
+ title?: string | null | undefined;
2491
+ };
2492
+ private_message: {
2493
+ ap_id: string;
2494
+ deleted: boolean;
2495
+ id: number;
2496
+ local: boolean;
2497
+ published: string;
2498
+ creator_id: number;
2499
+ read: boolean;
2500
+ recipient_id: number;
2501
+ content: string;
2502
+ };
2503
+ conversation_id?: number | undefined;
2504
+ }, {
2505
+ creator: {
2506
+ deleted: boolean;
2507
+ id: number;
2508
+ local: boolean;
2509
+ user_name: string;
2510
+ actor_id: string;
2511
+ banned: boolean;
2512
+ bot: boolean;
2513
+ instance_id: number;
2514
+ published?: string | undefined;
2515
+ about?: string | undefined;
2516
+ about_html?: string | undefined;
2517
+ avatar?: string | null | undefined;
2518
+ banner?: string | null | undefined;
2519
+ extra_fields?: {
2520
+ id: number;
2521
+ label: string;
2522
+ text: string;
2523
+ }[] | undefined;
2524
+ note?: string | undefined;
2525
+ flair?: string | undefined;
2526
+ title?: string | null | undefined;
2527
+ };
2528
+ recipient: {
2529
+ deleted: boolean;
2530
+ id: number;
2531
+ local: boolean;
2532
+ user_name: string;
2533
+ actor_id: string;
2534
+ banned: boolean;
2535
+ bot: boolean;
2536
+ instance_id: number;
2537
+ published?: string | undefined;
2538
+ about?: string | undefined;
2539
+ about_html?: string | undefined;
2540
+ avatar?: string | null | undefined;
2541
+ banner?: string | null | undefined;
2542
+ extra_fields?: {
2543
+ id: number;
2544
+ label: string;
2545
+ text: string;
2546
+ }[] | undefined;
2547
+ note?: string | undefined;
2548
+ flair?: string | undefined;
2549
+ title?: string | null | undefined;
2550
+ };
2551
+ private_message: {
2552
+ ap_id: string;
2553
+ deleted: boolean;
2554
+ id: number;
2555
+ local: boolean;
2556
+ published: string;
2557
+ creator_id: number;
2558
+ read: boolean;
2559
+ recipient_id: number;
2560
+ content: string;
2561
+ };
2562
+ conversation_id?: number | undefined;
2563
+ }>;
2564
+ }, "strip", zod.ZodTypeAny, {
2565
+ private_message_view: {
2566
+ creator: {
2567
+ deleted: boolean;
2568
+ id: number;
2569
+ local: boolean;
2570
+ user_name: string;
2571
+ actor_id: string;
2572
+ banned: boolean;
2573
+ bot: boolean;
2574
+ instance_id: number;
2575
+ published?: string | undefined;
2576
+ about?: string | undefined;
2577
+ about_html?: string | undefined;
2578
+ avatar?: string | null | undefined;
2579
+ banner?: string | null | undefined;
2580
+ extra_fields?: {
2581
+ id: number;
2582
+ label: string;
2583
+ text: string;
2584
+ }[] | undefined;
2585
+ note?: string | undefined;
2586
+ flair?: string | undefined;
2587
+ title?: string | null | undefined;
2588
+ };
2589
+ recipient: {
2590
+ deleted: boolean;
2591
+ id: number;
2592
+ local: boolean;
2593
+ user_name: string;
2594
+ actor_id: string;
2595
+ banned: boolean;
2596
+ bot: boolean;
2597
+ instance_id: number;
2598
+ published?: string | undefined;
2599
+ about?: string | undefined;
2600
+ about_html?: string | undefined;
2601
+ avatar?: string | null | undefined;
2602
+ banner?: string | null | undefined;
2603
+ extra_fields?: {
2604
+ id: number;
2605
+ label: string;
2606
+ text: string;
2607
+ }[] | undefined;
2608
+ note?: string | undefined;
2609
+ flair?: string | undefined;
2610
+ title?: string | null | undefined;
2611
+ };
2612
+ private_message: {
2613
+ ap_id: string;
2614
+ deleted: boolean;
2615
+ id: number;
2616
+ local: boolean;
2617
+ published: string;
2618
+ creator_id: number;
2619
+ read: boolean;
2620
+ recipient_id: number;
2621
+ content: string;
2622
+ };
2623
+ conversation_id?: number | undefined;
2624
+ };
2625
+ }, {
2626
+ private_message_view: {
2627
+ creator: {
2628
+ deleted: boolean;
2629
+ id: number;
2630
+ local: boolean;
2631
+ user_name: string;
2632
+ actor_id: string;
2633
+ banned: boolean;
2634
+ bot: boolean;
2635
+ instance_id: number;
2636
+ published?: string | undefined;
2637
+ about?: string | undefined;
2638
+ about_html?: string | undefined;
2639
+ avatar?: string | null | undefined;
2640
+ banner?: string | null | undefined;
2641
+ extra_fields?: {
2642
+ id: number;
2643
+ label: string;
2644
+ text: string;
2645
+ }[] | undefined;
2646
+ note?: string | undefined;
2647
+ flair?: string | undefined;
2648
+ title?: string | null | undefined;
2649
+ };
2650
+ recipient: {
2651
+ deleted: boolean;
2652
+ id: number;
2653
+ local: boolean;
2654
+ user_name: string;
2655
+ actor_id: string;
2656
+ banned: boolean;
2657
+ bot: boolean;
2658
+ instance_id: number;
2659
+ published?: string | undefined;
2660
+ about?: string | undefined;
2661
+ about_html?: string | undefined;
2662
+ avatar?: string | null | undefined;
2663
+ banner?: string | null | undefined;
2664
+ extra_fields?: {
2665
+ id: number;
2666
+ label: string;
2667
+ text: string;
2668
+ }[] | undefined;
2669
+ note?: string | undefined;
2670
+ flair?: string | undefined;
2671
+ title?: string | null | undefined;
2672
+ };
2673
+ private_message: {
2674
+ ap_id: string;
2675
+ deleted: boolean;
2676
+ id: number;
2677
+ local: boolean;
2678
+ published: string;
2679
+ creator_id: number;
2680
+ read: boolean;
2681
+ recipient_id: number;
2682
+ content: string;
2683
+ };
2684
+ conversation_id?: number | undefined;
2685
+ };
2686
+ }>;
2687
+ /**
2688
+ * @summary Report a private message.
2689
+ */
2690
+ export declare const postApiAlphaPrivateMessageReportBody: zod.ZodObject<{
2691
+ private_message_id: zod.ZodNumber;
2692
+ reason: zod.ZodString;
2693
+ }, "strip", zod.ZodTypeAny, {
2694
+ reason: string;
2695
+ private_message_id: number;
2696
+ }, {
2697
+ reason: string;
2698
+ private_message_id: number;
2699
+ }>;
2700
+ export declare const postApiAlphaPrivateMessageReportResponsePrivateMessageViewCreatorExtraFieldsMax = 4;
2701
+ export declare const postApiAlphaPrivateMessageReportResponsePrivateMessageViewCreatorNoteMax = 50;
2702
+ export declare const postApiAlphaPrivateMessageReportResponsePrivateMessageViewRecipientExtraFieldsMax = 4;
2703
+ export declare const postApiAlphaPrivateMessageReportResponsePrivateMessageViewRecipientNoteMax = 50;
2704
+ export declare const postApiAlphaPrivateMessageReportResponse: zod.ZodObject<{
2705
+ private_message_view: zod.ZodObject<{
2706
+ private_message: zod.ZodObject<{
2707
+ id: zod.ZodNumber;
2708
+ creator_id: zod.ZodNumber;
2709
+ recipient_id: zod.ZodNumber;
2710
+ content: zod.ZodString;
2711
+ deleted: zod.ZodBoolean;
2712
+ read: zod.ZodBoolean;
2713
+ published: zod.ZodString;
2714
+ ap_id: zod.ZodString;
2715
+ local: zod.ZodBoolean;
2716
+ }, "strip", zod.ZodTypeAny, {
2717
+ ap_id: string;
2718
+ deleted: boolean;
2719
+ id: number;
2720
+ local: boolean;
2721
+ published: string;
2722
+ creator_id: number;
2723
+ read: boolean;
2724
+ recipient_id: number;
2725
+ content: string;
2726
+ }, {
2727
+ ap_id: string;
2728
+ deleted: boolean;
2729
+ id: number;
2730
+ local: boolean;
2731
+ published: string;
2732
+ creator_id: number;
2733
+ read: boolean;
2734
+ recipient_id: number;
2735
+ content: string;
2736
+ }>;
2737
+ creator: zod.ZodObject<{
2738
+ actor_id: zod.ZodString;
2739
+ banned: zod.ZodBoolean;
2740
+ bot: zod.ZodBoolean;
2741
+ deleted: zod.ZodBoolean;
2742
+ id: zod.ZodNumber;
2743
+ instance_id: zod.ZodNumber;
2744
+ local: zod.ZodBoolean;
2745
+ user_name: zod.ZodString;
2746
+ about: zod.ZodOptional<zod.ZodString>;
2747
+ about_html: zod.ZodOptional<zod.ZodString>;
2748
+ avatar: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2749
+ banner: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2750
+ extra_fields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
2751
+ id: zod.ZodNumber;
2752
+ label: zod.ZodString;
2753
+ text: zod.ZodString;
2754
+ }, "strip", zod.ZodTypeAny, {
2755
+ id: number;
2756
+ label: string;
2757
+ text: string;
2758
+ }, {
2759
+ id: number;
2760
+ label: string;
2761
+ text: string;
2762
+ }>, "many">>;
2763
+ note: zod.ZodOptional<zod.ZodString>;
2764
+ flair: zod.ZodOptional<zod.ZodString>;
2765
+ published: zod.ZodOptional<zod.ZodString>;
2766
+ title: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2767
+ }, "strip", zod.ZodTypeAny, {
2768
+ deleted: boolean;
2769
+ id: number;
2770
+ local: boolean;
2771
+ user_name: string;
2772
+ actor_id: string;
2773
+ banned: boolean;
2774
+ bot: boolean;
2775
+ instance_id: number;
2776
+ published?: string | undefined;
2777
+ about?: string | undefined;
2778
+ about_html?: string | undefined;
2779
+ avatar?: string | null | undefined;
2780
+ banner?: string | null | undefined;
2781
+ extra_fields?: {
2782
+ id: number;
2783
+ label: string;
2784
+ text: string;
2785
+ }[] | undefined;
2786
+ note?: string | undefined;
2787
+ flair?: string | undefined;
2788
+ title?: string | null | undefined;
2789
+ }, {
2790
+ deleted: boolean;
2791
+ id: number;
2792
+ local: boolean;
2793
+ user_name: string;
2794
+ actor_id: string;
2795
+ banned: boolean;
2796
+ bot: boolean;
2797
+ instance_id: number;
2798
+ published?: string | undefined;
2799
+ about?: string | undefined;
2800
+ about_html?: string | undefined;
2801
+ avatar?: string | null | undefined;
2802
+ banner?: string | null | undefined;
2803
+ extra_fields?: {
2804
+ id: number;
2805
+ label: string;
2806
+ text: string;
2807
+ }[] | undefined;
2808
+ note?: string | undefined;
2809
+ flair?: string | undefined;
2810
+ title?: string | null | undefined;
2811
+ }>;
2812
+ recipient: zod.ZodObject<{
2813
+ actor_id: zod.ZodString;
2814
+ banned: zod.ZodBoolean;
2815
+ bot: zod.ZodBoolean;
2816
+ deleted: zod.ZodBoolean;
2817
+ id: zod.ZodNumber;
2818
+ instance_id: zod.ZodNumber;
2819
+ local: zod.ZodBoolean;
2820
+ user_name: zod.ZodString;
2821
+ about: zod.ZodOptional<zod.ZodString>;
2822
+ about_html: zod.ZodOptional<zod.ZodString>;
2823
+ avatar: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2824
+ banner: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2825
+ extra_fields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
2826
+ id: zod.ZodNumber;
2827
+ label: zod.ZodString;
2828
+ text: zod.ZodString;
2829
+ }, "strip", zod.ZodTypeAny, {
2830
+ id: number;
2831
+ label: string;
2832
+ text: string;
2833
+ }, {
2834
+ id: number;
2835
+ label: string;
2836
+ text: string;
2837
+ }>, "many">>;
2838
+ note: zod.ZodOptional<zod.ZodString>;
2839
+ flair: zod.ZodOptional<zod.ZodString>;
2840
+ published: zod.ZodOptional<zod.ZodString>;
2841
+ title: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2842
+ }, "strip", zod.ZodTypeAny, {
2843
+ deleted: boolean;
2844
+ id: number;
2845
+ local: boolean;
2846
+ user_name: string;
2847
+ actor_id: string;
2848
+ banned: boolean;
2849
+ bot: boolean;
2850
+ instance_id: number;
2851
+ published?: string | undefined;
2852
+ about?: string | undefined;
2853
+ about_html?: string | undefined;
2854
+ avatar?: string | null | undefined;
2855
+ banner?: string | null | undefined;
2856
+ extra_fields?: {
2857
+ id: number;
2858
+ label: string;
2859
+ text: string;
2860
+ }[] | undefined;
2861
+ note?: string | undefined;
2862
+ flair?: string | undefined;
2863
+ title?: string | null | undefined;
2864
+ }, {
2865
+ deleted: boolean;
2866
+ id: number;
2867
+ local: boolean;
2868
+ user_name: string;
2869
+ actor_id: string;
2870
+ banned: boolean;
2871
+ bot: boolean;
2872
+ instance_id: number;
2873
+ published?: string | undefined;
2874
+ about?: string | undefined;
2875
+ about_html?: string | undefined;
2876
+ avatar?: string | null | undefined;
2877
+ banner?: string | null | undefined;
2878
+ extra_fields?: {
2879
+ id: number;
2880
+ label: string;
2881
+ text: string;
2882
+ }[] | undefined;
2883
+ note?: string | undefined;
2884
+ flair?: string | undefined;
2885
+ title?: string | null | undefined;
2886
+ }>;
2887
+ conversation_id: zod.ZodOptional<zod.ZodNumber>;
2888
+ }, "strip", zod.ZodTypeAny, {
2889
+ creator: {
2890
+ deleted: boolean;
2891
+ id: number;
2892
+ local: boolean;
2893
+ user_name: string;
2894
+ actor_id: string;
2895
+ banned: boolean;
2896
+ bot: boolean;
2897
+ instance_id: number;
2898
+ published?: string | undefined;
2899
+ about?: string | undefined;
2900
+ about_html?: string | undefined;
2901
+ avatar?: string | null | undefined;
2902
+ banner?: string | null | undefined;
2903
+ extra_fields?: {
2904
+ id: number;
2905
+ label: string;
2906
+ text: string;
2907
+ }[] | undefined;
2908
+ note?: string | undefined;
2909
+ flair?: string | undefined;
2910
+ title?: string | null | undefined;
2911
+ };
2912
+ recipient: {
2913
+ deleted: boolean;
2914
+ id: number;
2915
+ local: boolean;
2916
+ user_name: string;
2917
+ actor_id: string;
2918
+ banned: boolean;
2919
+ bot: boolean;
2920
+ instance_id: number;
2921
+ published?: string | undefined;
2922
+ about?: string | undefined;
2923
+ about_html?: string | undefined;
2924
+ avatar?: string | null | undefined;
2925
+ banner?: string | null | undefined;
2926
+ extra_fields?: {
2927
+ id: number;
2928
+ label: string;
2929
+ text: string;
2930
+ }[] | undefined;
2931
+ note?: string | undefined;
2932
+ flair?: string | undefined;
2933
+ title?: string | null | undefined;
2934
+ };
2935
+ private_message: {
2936
+ ap_id: string;
2937
+ deleted: boolean;
2938
+ id: number;
2939
+ local: boolean;
2940
+ published: string;
2941
+ creator_id: number;
2942
+ read: boolean;
2943
+ recipient_id: number;
2944
+ content: string;
2945
+ };
2946
+ conversation_id?: number | undefined;
2947
+ }, {
2948
+ creator: {
2949
+ deleted: boolean;
2950
+ id: number;
2951
+ local: boolean;
2952
+ user_name: string;
2953
+ actor_id: string;
2954
+ banned: boolean;
2955
+ bot: boolean;
2956
+ instance_id: number;
2957
+ published?: string | undefined;
2958
+ about?: string | undefined;
2959
+ about_html?: string | undefined;
2960
+ avatar?: string | null | undefined;
2961
+ banner?: string | null | undefined;
2962
+ extra_fields?: {
2963
+ id: number;
2964
+ label: string;
2965
+ text: string;
2966
+ }[] | undefined;
2967
+ note?: string | undefined;
2968
+ flair?: string | undefined;
2969
+ title?: string | null | undefined;
2970
+ };
2971
+ recipient: {
2972
+ deleted: boolean;
2973
+ id: number;
2974
+ local: boolean;
2975
+ user_name: string;
2976
+ actor_id: string;
2977
+ banned: boolean;
2978
+ bot: boolean;
2979
+ instance_id: number;
2980
+ published?: string | undefined;
2981
+ about?: string | undefined;
2982
+ about_html?: string | undefined;
2983
+ avatar?: string | null | undefined;
2984
+ banner?: string | null | undefined;
2985
+ extra_fields?: {
2986
+ id: number;
2987
+ label: string;
2988
+ text: string;
2989
+ }[] | undefined;
2990
+ note?: string | undefined;
2991
+ flair?: string | undefined;
2992
+ title?: string | null | undefined;
2993
+ };
2994
+ private_message: {
2995
+ ap_id: string;
2996
+ deleted: boolean;
2997
+ id: number;
2998
+ local: boolean;
2999
+ published: string;
3000
+ creator_id: number;
3001
+ read: boolean;
3002
+ recipient_id: number;
3003
+ content: string;
3004
+ };
3005
+ conversation_id?: number | undefined;
3006
+ }>;
3007
+ }, "strip", zod.ZodTypeAny, {
3008
+ private_message_view: {
3009
+ creator: {
3010
+ deleted: boolean;
3011
+ id: number;
3012
+ local: boolean;
3013
+ user_name: string;
3014
+ actor_id: string;
3015
+ banned: boolean;
3016
+ bot: boolean;
3017
+ instance_id: number;
3018
+ published?: string | undefined;
3019
+ about?: string | undefined;
3020
+ about_html?: string | undefined;
3021
+ avatar?: string | null | undefined;
3022
+ banner?: string | null | undefined;
3023
+ extra_fields?: {
3024
+ id: number;
3025
+ label: string;
3026
+ text: string;
3027
+ }[] | undefined;
3028
+ note?: string | undefined;
3029
+ flair?: string | undefined;
3030
+ title?: string | null | undefined;
3031
+ };
3032
+ recipient: {
3033
+ deleted: boolean;
3034
+ id: number;
3035
+ local: boolean;
3036
+ user_name: string;
3037
+ actor_id: string;
3038
+ banned: boolean;
3039
+ bot: boolean;
3040
+ instance_id: number;
3041
+ published?: string | undefined;
3042
+ about?: string | undefined;
3043
+ about_html?: string | undefined;
3044
+ avatar?: string | null | undefined;
3045
+ banner?: string | null | undefined;
3046
+ extra_fields?: {
3047
+ id: number;
3048
+ label: string;
3049
+ text: string;
3050
+ }[] | undefined;
3051
+ note?: string | undefined;
3052
+ flair?: string | undefined;
3053
+ title?: string | null | undefined;
3054
+ };
3055
+ private_message: {
3056
+ ap_id: string;
3057
+ deleted: boolean;
3058
+ id: number;
3059
+ local: boolean;
3060
+ published: string;
3061
+ creator_id: number;
3062
+ read: boolean;
3063
+ recipient_id: number;
3064
+ content: string;
3065
+ };
3066
+ conversation_id?: number | undefined;
3067
+ };
3068
+ }, {
3069
+ private_message_view: {
3070
+ creator: {
3071
+ deleted: boolean;
3072
+ id: number;
3073
+ local: boolean;
3074
+ user_name: string;
3075
+ actor_id: string;
3076
+ banned: boolean;
3077
+ bot: boolean;
3078
+ instance_id: number;
3079
+ published?: string | undefined;
3080
+ about?: string | undefined;
3081
+ about_html?: string | undefined;
3082
+ avatar?: string | null | undefined;
3083
+ banner?: string | null | undefined;
3084
+ extra_fields?: {
3085
+ id: number;
3086
+ label: string;
3087
+ text: string;
3088
+ }[] | undefined;
3089
+ note?: string | undefined;
3090
+ flair?: string | undefined;
3091
+ title?: string | null | undefined;
3092
+ };
3093
+ recipient: {
3094
+ deleted: boolean;
3095
+ id: number;
3096
+ local: boolean;
3097
+ user_name: string;
3098
+ actor_id: string;
3099
+ banned: boolean;
3100
+ bot: boolean;
3101
+ instance_id: number;
3102
+ published?: string | undefined;
3103
+ about?: string | undefined;
3104
+ about_html?: string | undefined;
3105
+ avatar?: string | null | undefined;
3106
+ banner?: string | null | undefined;
3107
+ extra_fields?: {
3108
+ id: number;
3109
+ label: string;
3110
+ text: string;
3111
+ }[] | undefined;
3112
+ note?: string | undefined;
3113
+ flair?: string | undefined;
3114
+ title?: string | null | undefined;
3115
+ };
3116
+ private_message: {
3117
+ ap_id: string;
3118
+ deleted: boolean;
3119
+ id: number;
3120
+ local: boolean;
3121
+ published: string;
3122
+ creator_id: number;
3123
+ read: boolean;
3124
+ recipient_id: number;
3125
+ content: string;
3126
+ };
3127
+ conversation_id?: number | undefined;
3128
+ };
3129
+ }>;
3130
+ //# sourceMappingURL=private-message.d.ts.map