@blorp-labs/piefed-api-client 0.0.0-7e59b13

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 (2267) 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 +29 -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 +171 -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 +202 -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 +78 -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 +75 -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 +252 -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 +100 -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 +56 -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 +18 -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 +49 -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 +248 -0
  45. package/dist/client/user/user.js.map +1 -0
  46. package/dist/create-client.d.ts +239 -0
  47. package/dist/create-client.d.ts.map +1 -0
  48. package/dist/create-client.js +65 -0
  49. package/dist/create-client.js.map +1 -0
  50. package/dist/index.d.ts +15 -0
  51. package/dist/index.d.ts.map +1 -0
  52. package/dist/index.js +18 -0
  53. package/dist/index.js.map +1 -0
  54. package/dist/mutator/custom-fetch.d.ts +11 -0
  55. package/dist/mutator/custom-fetch.d.ts.map +1 -0
  56. package/dist/mutator/custom-fetch.js +13 -0
  57. package/dist/mutator/custom-fetch.js.map +1 -0
  58. package/dist/schemas/adminPurgeComment.d.ts +15 -0
  59. package/dist/schemas/adminPurgeComment.d.ts.map +1 -0
  60. package/dist/schemas/adminPurgeComment.js +2 -0
  61. package/dist/schemas/adminPurgeComment.js.map +1 -0
  62. package/dist/schemas/adminPurgeCommentReason.d.ts +8 -0
  63. package/dist/schemas/adminPurgeCommentReason.d.ts.map +1 -0
  64. package/dist/schemas/adminPurgeCommentReason.js +8 -0
  65. package/dist/schemas/adminPurgeCommentReason.js.map +1 -0
  66. package/dist/schemas/adminPurgeCommentView.d.ts +15 -0
  67. package/dist/schemas/adminPurgeCommentView.d.ts.map +1 -0
  68. package/dist/schemas/adminPurgeCommentView.js +2 -0
  69. package/dist/schemas/adminPurgeCommentView.js.map +1 -0
  70. package/dist/schemas/adminPurgeCommunity.d.ts +14 -0
  71. package/dist/schemas/adminPurgeCommunity.d.ts.map +1 -0
  72. package/dist/schemas/adminPurgeCommunity.js +2 -0
  73. package/dist/schemas/adminPurgeCommunity.js.map +1 -0
  74. package/dist/schemas/adminPurgeCommunityReason.d.ts +8 -0
  75. package/dist/schemas/adminPurgeCommunityReason.d.ts.map +1 -0
  76. package/dist/schemas/adminPurgeCommunityReason.js +8 -0
  77. package/dist/schemas/adminPurgeCommunityReason.js.map +1 -0
  78. package/dist/schemas/adminPurgeCommunityView.d.ts +13 -0
  79. package/dist/schemas/adminPurgeCommunityView.d.ts.map +1 -0
  80. package/dist/schemas/adminPurgeCommunityView.js +2 -0
  81. package/dist/schemas/adminPurgeCommunityView.js.map +1 -0
  82. package/dist/schemas/adminPurgePerson.d.ts +14 -0
  83. package/dist/schemas/adminPurgePerson.d.ts.map +1 -0
  84. package/dist/schemas/adminPurgePerson.js +2 -0
  85. package/dist/schemas/adminPurgePerson.js.map +1 -0
  86. package/dist/schemas/adminPurgePersonReason.d.ts +8 -0
  87. package/dist/schemas/adminPurgePersonReason.d.ts.map +1 -0
  88. package/dist/schemas/adminPurgePersonReason.js +8 -0
  89. package/dist/schemas/adminPurgePersonReason.js.map +1 -0
  90. package/dist/schemas/adminPurgePersonView.d.ts +13 -0
  91. package/dist/schemas/adminPurgePersonView.d.ts.map +1 -0
  92. package/dist/schemas/adminPurgePersonView.js +2 -0
  93. package/dist/schemas/adminPurgePersonView.js.map +1 -0
  94. package/dist/schemas/adminPurgePost.d.ts +16 -0
  95. package/dist/schemas/adminPurgePost.d.ts.map +1 -0
  96. package/dist/schemas/adminPurgePost.js +2 -0
  97. package/dist/schemas/adminPurgePost.js.map +1 -0
  98. package/dist/schemas/adminPurgePostCommunityId.d.ts +8 -0
  99. package/dist/schemas/adminPurgePostCommunityId.d.ts.map +1 -0
  100. package/dist/schemas/adminPurgePostCommunityId.js +8 -0
  101. package/dist/schemas/adminPurgePostCommunityId.js.map +1 -0
  102. package/dist/schemas/adminPurgePostReason.d.ts +8 -0
  103. package/dist/schemas/adminPurgePostReason.d.ts.map +1 -0
  104. package/dist/schemas/adminPurgePostReason.js +8 -0
  105. package/dist/schemas/adminPurgePostReason.js.map +1 -0
  106. package/dist/schemas/adminPurgePostView.d.ts +15 -0
  107. package/dist/schemas/adminPurgePostView.d.ts.map +1 -0
  108. package/dist/schemas/adminPurgePostView.js +2 -0
  109. package/dist/schemas/adminPurgePostView.js.map +1 -0
  110. package/dist/schemas/blockCommunityRequest.d.ts +11 -0
  111. package/dist/schemas/blockCommunityRequest.d.ts.map +1 -0
  112. package/dist/schemas/blockCommunityRequest.js +8 -0
  113. package/dist/schemas/blockCommunityRequest.js.map +1 -0
  114. package/dist/schemas/blockCommunityResponse.d.ts +12 -0
  115. package/dist/schemas/blockCommunityResponse.d.ts.map +1 -0
  116. package/dist/schemas/blockCommunityResponse.js +2 -0
  117. package/dist/schemas/blockCommunityResponse.js.map +1 -0
  118. package/dist/schemas/blockInstanceRequest.d.ts +11 -0
  119. package/dist/schemas/blockInstanceRequest.d.ts.map +1 -0
  120. package/dist/schemas/blockInstanceRequest.js +8 -0
  121. package/dist/schemas/blockInstanceRequest.js.map +1 -0
  122. package/dist/schemas/blockInstanceResponse.d.ts +10 -0
  123. package/dist/schemas/blockInstanceResponse.d.ts.map +1 -0
  124. package/dist/schemas/blockInstanceResponse.js +8 -0
  125. package/dist/schemas/blockInstanceResponse.js.map +1 -0
  126. package/dist/schemas/comment.d.ts +27 -0
  127. package/dist/schemas/comment.d.ts.map +1 -0
  128. package/dist/schemas/comment.js +2 -0
  129. package/dist/schemas/comment.js.map +1 -0
  130. package/dist/schemas/commentAggregates.d.ts +15 -0
  131. package/dist/schemas/commentAggregates.d.ts.map +1 -0
  132. package/dist/schemas/commentAggregates.js +8 -0
  133. package/dist/schemas/commentAggregates.js.map +1 -0
  134. package/dist/schemas/commentEmojiReactions.d.ts +9 -0
  135. package/dist/schemas/commentEmojiReactions.d.ts.map +1 -0
  136. package/dist/schemas/commentEmojiReactions.js +2 -0
  137. package/dist/schemas/commentEmojiReactions.js.map +1 -0
  138. package/dist/schemas/commentLikeView.d.ts +14 -0
  139. package/dist/schemas/commentLikeView.d.ts.map +1 -0
  140. package/dist/schemas/commentLikeView.js +2 -0
  141. package/dist/schemas/commentLikeView.js.map +1 -0
  142. package/dist/schemas/commentReply.d.ts +14 -0
  143. package/dist/schemas/commentReply.d.ts.map +1 -0
  144. package/dist/schemas/commentReply.js +8 -0
  145. package/dist/schemas/commentReply.js.map +1 -0
  146. package/dist/schemas/commentReplyView.d.ts +31 -0
  147. package/dist/schemas/commentReplyView.d.ts.map +1 -0
  148. package/dist/schemas/commentReplyView.js +2 -0
  149. package/dist/schemas/commentReplyView.js.map +1 -0
  150. package/dist/schemas/commentReplyViewSubscribed.d.ts +13 -0
  151. package/dist/schemas/commentReplyViewSubscribed.d.ts.map +1 -0
  152. package/dist/schemas/commentReplyViewSubscribed.js +13 -0
  153. package/dist/schemas/commentReplyViewSubscribed.js.map +1 -0
  154. package/dist/schemas/commentReport.d.ts +17 -0
  155. package/dist/schemas/commentReport.d.ts.map +1 -0
  156. package/dist/schemas/commentReport.js +8 -0
  157. package/dist/schemas/commentReport.js.map +1 -0
  158. package/dist/schemas/commentReportView.d.ts +34 -0
  159. package/dist/schemas/commentReportView.d.ts.map +1 -0
  160. package/dist/schemas/commentReportView.js +2 -0
  161. package/dist/schemas/commentReportView.js.map +1 -0
  162. package/dist/schemas/commentReportViewSubscribed.d.ts +16 -0
  163. package/dist/schemas/commentReportViewSubscribed.d.ts.map +1 -0
  164. package/dist/schemas/commentReportViewSubscribed.js +13 -0
  165. package/dist/schemas/commentReportViewSubscribed.js.map +1 -0
  166. package/dist/schemas/commentView.d.ts +31 -0
  167. package/dist/schemas/commentView.d.ts.map +1 -0
  168. package/dist/schemas/commentView.js +2 -0
  169. package/dist/schemas/commentView.js.map +1 -0
  170. package/dist/schemas/commentViewSubscribed.d.ts +16 -0
  171. package/dist/schemas/commentViewSubscribed.d.ts.map +1 -0
  172. package/dist/schemas/commentViewSubscribed.js +13 -0
  173. package/dist/schemas/commentViewSubscribed.js.map +1 -0
  174. package/dist/schemas/community.d.ts +33 -0
  175. package/dist/schemas/community.d.ts.map +1 -0
  176. package/dist/schemas/community.js +2 -0
  177. package/dist/schemas/community.js.map +1 -0
  178. package/dist/schemas/communityAggregates.d.ts +19 -0
  179. package/dist/schemas/communityAggregates.d.ts.map +1 -0
  180. package/dist/schemas/communityAggregates.js +8 -0
  181. package/dist/schemas/communityAggregates.js.map +1 -0
  182. package/dist/schemas/communityBanner.d.ts +8 -0
  183. package/dist/schemas/communityBanner.d.ts.map +1 -0
  184. package/dist/schemas/communityBanner.js +8 -0
  185. package/dist/schemas/communityBanner.js.map +1 -0
  186. package/dist/schemas/communityBlockView.d.ts +13 -0
  187. package/dist/schemas/communityBlockView.d.ts.map +1 -0
  188. package/dist/schemas/communityBlockView.js +2 -0
  189. package/dist/schemas/communityBlockView.js.map +1 -0
  190. package/dist/schemas/communityFlair.d.ts +20 -0
  191. package/dist/schemas/communityFlair.d.ts.map +1 -0
  192. package/dist/schemas/communityFlair.js +2 -0
  193. package/dist/schemas/communityFlair.js.map +1 -0
  194. package/dist/schemas/communityFlairApId.d.ts +11 -0
  195. package/dist/schemas/communityFlairApId.d.ts.map +1 -0
  196. package/dist/schemas/communityFlairApId.js +8 -0
  197. package/dist/schemas/communityFlairApId.js.map +1 -0
  198. package/dist/schemas/communityFlairCreateRequest.d.ts +16 -0
  199. package/dist/schemas/communityFlairCreateRequest.d.ts.map +1 -0
  200. package/dist/schemas/communityFlairCreateRequest.js +8 -0
  201. package/dist/schemas/communityFlairCreateRequest.js.map +1 -0
  202. package/dist/schemas/communityFlairCreateResponse.d.ts +20 -0
  203. package/dist/schemas/communityFlairCreateResponse.d.ts.map +1 -0
  204. package/dist/schemas/communityFlairCreateResponse.js +2 -0
  205. package/dist/schemas/communityFlairCreateResponse.js.map +1 -0
  206. package/dist/schemas/communityFlairCreateResponseApId.d.ts +11 -0
  207. package/dist/schemas/communityFlairCreateResponseApId.d.ts.map +1 -0
  208. package/dist/schemas/communityFlairCreateResponseApId.js +8 -0
  209. package/dist/schemas/communityFlairCreateResponseApId.js.map +1 -0
  210. package/dist/schemas/communityFlairDeleteRequest.d.ts +10 -0
  211. package/dist/schemas/communityFlairDeleteRequest.d.ts.map +1 -0
  212. package/dist/schemas/communityFlairDeleteRequest.js +8 -0
  213. package/dist/schemas/communityFlairDeleteRequest.js.map +1 -0
  214. package/dist/schemas/communityFlairDeleteResponse.d.ts +16 -0
  215. package/dist/schemas/communityFlairDeleteResponse.d.ts.map +1 -0
  216. package/dist/schemas/communityFlairDeleteResponse.js +2 -0
  217. package/dist/schemas/communityFlairDeleteResponse.js.map +1 -0
  218. package/dist/schemas/communityFlairEditRequest.d.ts +16 -0
  219. package/dist/schemas/communityFlairEditRequest.d.ts.map +1 -0
  220. package/dist/schemas/communityFlairEditRequest.js +8 -0
  221. package/dist/schemas/communityFlairEditRequest.js.map +1 -0
  222. package/dist/schemas/communityFlairEditResponse.d.ts +20 -0
  223. package/dist/schemas/communityFlairEditResponse.d.ts.map +1 -0
  224. package/dist/schemas/communityFlairEditResponse.js +2 -0
  225. package/dist/schemas/communityFlairEditResponse.js.map +1 -0
  226. package/dist/schemas/communityFlairEditResponseApId.d.ts +11 -0
  227. package/dist/schemas/communityFlairEditResponseApId.d.ts.map +1 -0
  228. package/dist/schemas/communityFlairEditResponseApId.js +8 -0
  229. package/dist/schemas/communityFlairEditResponseApId.js.map +1 -0
  230. package/dist/schemas/communityFollowerView.d.ts +13 -0
  231. package/dist/schemas/communityFollowerView.d.ts.map +1 -0
  232. package/dist/schemas/communityFollowerView.js +2 -0
  233. package/dist/schemas/communityFollowerView.js.map +1 -0
  234. package/dist/schemas/communityIcon.d.ts +8 -0
  235. package/dist/schemas/communityIcon.d.ts.map +1 -0
  236. package/dist/schemas/communityIcon.js +8 -0
  237. package/dist/schemas/communityIcon.js.map +1 -0
  238. package/dist/schemas/communityModerationBanItem.d.ts +20 -0
  239. package/dist/schemas/communityModerationBanItem.d.ts.map +1 -0
  240. package/dist/schemas/communityModerationBanItem.js +2 -0
  241. package/dist/schemas/communityModerationBanItem.js.map +1 -0
  242. package/dist/schemas/communityModerationBanItemExpiredAt.d.ts +8 -0
  243. package/dist/schemas/communityModerationBanItemExpiredAt.d.ts.map +1 -0
  244. package/dist/schemas/communityModerationBanItemExpiredAt.js +8 -0
  245. package/dist/schemas/communityModerationBanItemExpiredAt.js.map +1 -0
  246. package/dist/schemas/communityModerationBanItemExpiresAt.d.ts +8 -0
  247. package/dist/schemas/communityModerationBanItemExpiresAt.d.ts.map +1 -0
  248. package/dist/schemas/communityModerationBanItemExpiresAt.js +8 -0
  249. package/dist/schemas/communityModerationBanItemExpiresAt.js.map +1 -0
  250. package/dist/schemas/communityModerationBanRequest.d.ts +14 -0
  251. package/dist/schemas/communityModerationBanRequest.d.ts.map +1 -0
  252. package/dist/schemas/communityModerationBanRequest.js +8 -0
  253. package/dist/schemas/communityModerationBanRequest.js.map +1 -0
  254. package/dist/schemas/communityModerationBansListResponse.d.ts +13 -0
  255. package/dist/schemas/communityModerationBansListResponse.d.ts.map +1 -0
  256. package/dist/schemas/communityModerationBansListResponse.js +2 -0
  257. package/dist/schemas/communityModerationBansListResponse.js.map +1 -0
  258. package/dist/schemas/communityModerationBansListResponseNextPage.d.ts +8 -0
  259. package/dist/schemas/communityModerationBansListResponseNextPage.d.ts.map +1 -0
  260. package/dist/schemas/communityModerationBansListResponseNextPage.js +8 -0
  261. package/dist/schemas/communityModerationBansListResponseNextPage.js.map +1 -0
  262. package/dist/schemas/communityModerationNsfwRequest.d.ts +11 -0
  263. package/dist/schemas/communityModerationNsfwRequest.d.ts.map +1 -0
  264. package/dist/schemas/communityModerationNsfwRequest.js +8 -0
  265. package/dist/schemas/communityModerationNsfwRequest.js.map +1 -0
  266. package/dist/schemas/communityModerationUnbanRequest.d.ts +11 -0
  267. package/dist/schemas/communityModerationUnbanRequest.d.ts.map +1 -0
  268. package/dist/schemas/communityModerationUnbanRequest.js +8 -0
  269. package/dist/schemas/communityModerationUnbanRequest.js.map +1 -0
  270. package/dist/schemas/communityModeratorView.d.ts +13 -0
  271. package/dist/schemas/communityModeratorView.d.ts.map +1 -0
  272. package/dist/schemas/communityModeratorView.js +2 -0
  273. package/dist/schemas/communityModeratorView.js.map +1 -0
  274. package/dist/schemas/communityPostingWarning.d.ts +8 -0
  275. package/dist/schemas/communityPostingWarning.d.ts.map +1 -0
  276. package/dist/schemas/communityPostingWarning.js +8 -0
  277. package/dist/schemas/communityPostingWarning.js.map +1 -0
  278. package/dist/schemas/communityResponse.d.ts +12 -0
  279. package/dist/schemas/communityResponse.d.ts.map +1 -0
  280. package/dist/schemas/communityResponse.js +2 -0
  281. package/dist/schemas/communityResponse.js.map +1 -0
  282. package/dist/schemas/communityView.d.ts +19 -0
  283. package/dist/schemas/communityView.d.ts.map +1 -0
  284. package/dist/schemas/communityView.js +2 -0
  285. package/dist/schemas/communityView.js.map +1 -0
  286. package/dist/schemas/communityViewSubscribed.d.ts +13 -0
  287. package/dist/schemas/communityViewSubscribed.d.ts.map +1 -0
  288. package/dist/schemas/communityViewSubscribed.js +13 -0
  289. package/dist/schemas/communityViewSubscribed.js.map +1 -0
  290. package/dist/schemas/createCommentRequest.d.ts +13 -0
  291. package/dist/schemas/createCommentRequest.d.ts.map +1 -0
  292. package/dist/schemas/createCommentRequest.js +8 -0
  293. package/dist/schemas/createCommentRequest.js.map +1 -0
  294. package/dist/schemas/createCommunityRequest.d.ts +22 -0
  295. package/dist/schemas/createCommunityRequest.d.ts.map +1 -0
  296. package/dist/schemas/createCommunityRequest.js +2 -0
  297. package/dist/schemas/createCommunityRequest.js.map +1 -0
  298. package/dist/schemas/createCommunityRequestBannerUrl.d.ts +8 -0
  299. package/dist/schemas/createCommunityRequestBannerUrl.d.ts.map +1 -0
  300. package/dist/schemas/createCommunityRequestBannerUrl.js +8 -0
  301. package/dist/schemas/createCommunityRequestBannerUrl.js.map +1 -0
  302. package/dist/schemas/createCommunityRequestIconUrl.d.ts +8 -0
  303. package/dist/schemas/createCommunityRequestIconUrl.d.ts.map +1 -0
  304. package/dist/schemas/createCommunityRequestIconUrl.js +8 -0
  305. package/dist/schemas/createCommunityRequestIconUrl.js.map +1 -0
  306. package/dist/schemas/createFeedRequest.d.ts +30 -0
  307. package/dist/schemas/createFeedRequest.d.ts.map +1 -0
  308. package/dist/schemas/createFeedRequest.js +2 -0
  309. package/dist/schemas/createFeedRequest.js.map +1 -0
  310. package/dist/schemas/createFeedRequestBannerUrl.d.ts +8 -0
  311. package/dist/schemas/createFeedRequestBannerUrl.d.ts.map +1 -0
  312. package/dist/schemas/createFeedRequestBannerUrl.js +8 -0
  313. package/dist/schemas/createFeedRequestBannerUrl.js.map +1 -0
  314. package/dist/schemas/createFeedRequestIconUrl.d.ts +8 -0
  315. package/dist/schemas/createFeedRequestIconUrl.d.ts.map +1 -0
  316. package/dist/schemas/createFeedRequestIconUrl.js +8 -0
  317. package/dist/schemas/createFeedRequestIconUrl.js.map +1 -0
  318. package/dist/schemas/createFeedRequestParentFeedId.d.ts +11 -0
  319. package/dist/schemas/createFeedRequestParentFeedId.d.ts.map +1 -0
  320. package/dist/schemas/createFeedRequestParentFeedId.js +8 -0
  321. package/dist/schemas/createFeedRequestParentFeedId.js.map +1 -0
  322. package/dist/schemas/createPostRequest.d.ts +22 -0
  323. package/dist/schemas/createPostRequest.d.ts.map +1 -0
  324. package/dist/schemas/createPostRequest.js +2 -0
  325. package/dist/schemas/createPostRequest.js.map +1 -0
  326. package/dist/schemas/createPostRequestEvent.d.ts +9 -0
  327. package/dist/schemas/createPostRequestEvent.d.ts.map +1 -0
  328. package/dist/schemas/createPostRequestEvent.js +2 -0
  329. package/dist/schemas/createPostRequestEvent.js.map +1 -0
  330. package/dist/schemas/createPostRequestPoll.d.ts +9 -0
  331. package/dist/schemas/createPostRequestPoll.d.ts.map +1 -0
  332. package/dist/schemas/createPostRequestPoll.js +2 -0
  333. package/dist/schemas/createPostRequestPoll.js.map +1 -0
  334. package/dist/schemas/createPrivateMessageRequest.d.ts +11 -0
  335. package/dist/schemas/createPrivateMessageRequest.d.ts.map +1 -0
  336. package/dist/schemas/createPrivateMessageRequest.js +8 -0
  337. package/dist/schemas/createPrivateMessageRequest.js.map +1 -0
  338. package/dist/schemas/defaultError.d.ts +10 -0
  339. package/dist/schemas/defaultError.d.ts.map +1 -0
  340. package/dist/schemas/defaultError.js +8 -0
  341. package/dist/schemas/defaultError.js.map +1 -0
  342. package/dist/schemas/deleteCommentRequest.d.ts +11 -0
  343. package/dist/schemas/deleteCommentRequest.d.ts.map +1 -0
  344. package/dist/schemas/deleteCommentRequest.js +8 -0
  345. package/dist/schemas/deleteCommentRequest.js.map +1 -0
  346. package/dist/schemas/deleteCommunityRequest.d.ts +11 -0
  347. package/dist/schemas/deleteCommunityRequest.d.ts.map +1 -0
  348. package/dist/schemas/deleteCommunityRequest.js +8 -0
  349. package/dist/schemas/deleteCommunityRequest.js.map +1 -0
  350. package/dist/schemas/deleteFeedRequest.d.ts +11 -0
  351. package/dist/schemas/deleteFeedRequest.d.ts.map +1 -0
  352. package/dist/schemas/deleteFeedRequest.js +8 -0
  353. package/dist/schemas/deleteFeedRequest.js.map +1 -0
  354. package/dist/schemas/deletePostRequest.d.ts +11 -0
  355. package/dist/schemas/deletePostRequest.d.ts.map +1 -0
  356. package/dist/schemas/deletePostRequest.js +8 -0
  357. package/dist/schemas/deletePostRequest.js.map +1 -0
  358. package/dist/schemas/deletePrivateMessageRequest.d.ts +11 -0
  359. package/dist/schemas/deletePrivateMessageRequest.d.ts.map +1 -0
  360. package/dist/schemas/deletePrivateMessageRequest.js +8 -0
  361. package/dist/schemas/deletePrivateMessageRequest.js.map +1 -0
  362. package/dist/schemas/domainBlockRequest.d.ts +11 -0
  363. package/dist/schemas/domainBlockRequest.d.ts.map +1 -0
  364. package/dist/schemas/domainBlockRequest.js +8 -0
  365. package/dist/schemas/domainBlockRequest.js.map +1 -0
  366. package/dist/schemas/domainBlockResponse.d.ts +10 -0
  367. package/dist/schemas/domainBlockResponse.d.ts.map +1 -0
  368. package/dist/schemas/domainBlockResponse.js +8 -0
  369. package/dist/schemas/domainBlockResponse.js.map +1 -0
  370. package/dist/schemas/editCommentRequest.d.ts +14 -0
  371. package/dist/schemas/editCommentRequest.d.ts.map +1 -0
  372. package/dist/schemas/editCommentRequest.js +8 -0
  373. package/dist/schemas/editCommentRequest.js.map +1 -0
  374. package/dist/schemas/editCommunityRequest.d.ts +22 -0
  375. package/dist/schemas/editCommunityRequest.d.ts.map +1 -0
  376. package/dist/schemas/editCommunityRequest.js +2 -0
  377. package/dist/schemas/editCommunityRequest.js.map +1 -0
  378. package/dist/schemas/editCommunityRequestBannerUrl.d.ts +8 -0
  379. package/dist/schemas/editCommunityRequestBannerUrl.d.ts.map +1 -0
  380. package/dist/schemas/editCommunityRequestBannerUrl.js +8 -0
  381. package/dist/schemas/editCommunityRequestBannerUrl.js.map +1 -0
  382. package/dist/schemas/editCommunityRequestIconUrl.d.ts +8 -0
  383. package/dist/schemas/editCommunityRequestIconUrl.d.ts.map +1 -0
  384. package/dist/schemas/editCommunityRequestIconUrl.js +8 -0
  385. package/dist/schemas/editCommunityRequestIconUrl.js.map +1 -0
  386. package/dist/schemas/editFeedRequest.d.ts +27 -0
  387. package/dist/schemas/editFeedRequest.d.ts.map +1 -0
  388. package/dist/schemas/editFeedRequest.js +2 -0
  389. package/dist/schemas/editFeedRequest.js.map +1 -0
  390. package/dist/schemas/editFeedRequestBannerUrl.d.ts +8 -0
  391. package/dist/schemas/editFeedRequestBannerUrl.d.ts.map +1 -0
  392. package/dist/schemas/editFeedRequestBannerUrl.js +8 -0
  393. package/dist/schemas/editFeedRequestBannerUrl.js.map +1 -0
  394. package/dist/schemas/editFeedRequestIconUrl.d.ts +8 -0
  395. package/dist/schemas/editFeedRequestIconUrl.d.ts.map +1 -0
  396. package/dist/schemas/editFeedRequestIconUrl.js +8 -0
  397. package/dist/schemas/editFeedRequestIconUrl.js.map +1 -0
  398. package/dist/schemas/editFeedRequestParentFeedId.d.ts +8 -0
  399. package/dist/schemas/editFeedRequestParentFeedId.d.ts.map +1 -0
  400. package/dist/schemas/editFeedRequestParentFeedId.js +8 -0
  401. package/dist/schemas/editFeedRequestParentFeedId.js.map +1 -0
  402. package/dist/schemas/editPostRequest.d.ts +30 -0
  403. package/dist/schemas/editPostRequest.d.ts.map +1 -0
  404. package/dist/schemas/editPostRequest.js +2 -0
  405. package/dist/schemas/editPostRequest.js.map +1 -0
  406. package/dist/schemas/editPostRequestAltText.d.ts +11 -0
  407. package/dist/schemas/editPostRequestAltText.d.ts.map +1 -0
  408. package/dist/schemas/editPostRequestAltText.js +8 -0
  409. package/dist/schemas/editPostRequestAltText.js.map +1 -0
  410. package/dist/schemas/editPostRequestEvent.d.ts +9 -0
  411. package/dist/schemas/editPostRequestEvent.d.ts.map +1 -0
  412. package/dist/schemas/editPostRequestEvent.js +2 -0
  413. package/dist/schemas/editPostRequestEvent.js.map +1 -0
  414. package/dist/schemas/editPostRequestFlair.d.ts +11 -0
  415. package/dist/schemas/editPostRequestFlair.d.ts.map +1 -0
  416. package/dist/schemas/editPostRequestFlair.js +8 -0
  417. package/dist/schemas/editPostRequestFlair.js.map +1 -0
  418. package/dist/schemas/editPostRequestPoll.d.ts +9 -0
  419. package/dist/schemas/editPostRequestPoll.d.ts.map +1 -0
  420. package/dist/schemas/editPostRequestPoll.js +2 -0
  421. package/dist/schemas/editPostRequestPoll.js.map +1 -0
  422. package/dist/schemas/editPostRequestTags.d.ts +11 -0
  423. package/dist/schemas/editPostRequestTags.d.ts.map +1 -0
  424. package/dist/schemas/editPostRequestTags.js +8 -0
  425. package/dist/schemas/editPostRequestTags.js.map +1 -0
  426. package/dist/schemas/editPostRequestUrl.d.ts +11 -0
  427. package/dist/schemas/editPostRequestUrl.d.ts.map +1 -0
  428. package/dist/schemas/editPostRequestUrl.js +8 -0
  429. package/dist/schemas/editPostRequestUrl.js.map +1 -0
  430. package/dist/schemas/editPrivateMessageRequest.d.ts +11 -0
  431. package/dist/schemas/editPrivateMessageRequest.d.ts.map +1 -0
  432. package/dist/schemas/editPrivateMessageRequest.js +8 -0
  433. package/dist/schemas/editPrivateMessageRequest.js.map +1 -0
  434. package/dist/schemas/error.d.ts +18 -0
  435. package/dist/schemas/error.d.ts.map +1 -0
  436. package/dist/schemas/error.js +2 -0
  437. package/dist/schemas/error.js.map +1 -0
  438. package/dist/schemas/errorErrors.d.ts +13 -0
  439. package/dist/schemas/errorErrors.d.ts.map +1 -0
  440. package/dist/schemas/errorErrors.js +8 -0
  441. package/dist/schemas/errorErrors.js.map +1 -0
  442. package/dist/schemas/featurePostRequest.d.ts +13 -0
  443. package/dist/schemas/featurePostRequest.d.ts.map +1 -0
  444. package/dist/schemas/featurePostRequest.js +2 -0
  445. package/dist/schemas/featurePostRequest.js.map +1 -0
  446. package/dist/schemas/featurePostRequestFeatureType.d.ts +12 -0
  447. package/dist/schemas/featurePostRequestFeatureType.d.ts.map +1 -0
  448. package/dist/schemas/featurePostRequestFeatureType.js +12 -0
  449. package/dist/schemas/featurePostRequestFeatureType.js.map +1 -0
  450. package/dist/schemas/federatedInstancesView.d.ts +13 -0
  451. package/dist/schemas/federatedInstancesView.d.ts.map +1 -0
  452. package/dist/schemas/federatedInstancesView.js +2 -0
  453. package/dist/schemas/federatedInstancesView.js.map +1 -0
  454. package/dist/schemas/feedListResponse.d.ts +11 -0
  455. package/dist/schemas/feedListResponse.d.ts.map +1 -0
  456. package/dist/schemas/feedListResponse.js +2 -0
  457. package/dist/schemas/feedListResponse.js.map +1 -0
  458. package/dist/schemas/feedView.d.ts +44 -0
  459. package/dist/schemas/feedView.d.ts.map +1 -0
  460. package/dist/schemas/feedView.js +2 -0
  461. package/dist/schemas/feedView.js.map +1 -0
  462. package/dist/schemas/feedViewBanner.d.ts +8 -0
  463. package/dist/schemas/feedViewBanner.d.ts.map +1 -0
  464. package/dist/schemas/feedViewBanner.js +8 -0
  465. package/dist/schemas/feedViewBanner.js.map +1 -0
  466. package/dist/schemas/feedViewDescription.d.ts +8 -0
  467. package/dist/schemas/feedViewDescription.d.ts.map +1 -0
  468. package/dist/schemas/feedViewDescription.js +8 -0
  469. package/dist/schemas/feedViewDescription.js.map +1 -0
  470. package/dist/schemas/feedViewDescriptionHtml.d.ts +8 -0
  471. package/dist/schemas/feedViewDescriptionHtml.d.ts.map +1 -0
  472. package/dist/schemas/feedViewDescriptionHtml.js +8 -0
  473. package/dist/schemas/feedViewDescriptionHtml.js.map +1 -0
  474. package/dist/schemas/feedViewIcon.d.ts +8 -0
  475. package/dist/schemas/feedViewIcon.d.ts.map +1 -0
  476. package/dist/schemas/feedViewIcon.js +8 -0
  477. package/dist/schemas/feedViewIcon.js.map +1 -0
  478. package/dist/schemas/feedViewParentFeedId.d.ts +8 -0
  479. package/dist/schemas/feedViewParentFeedId.d.ts.map +1 -0
  480. package/dist/schemas/feedViewParentFeedId.js +8 -0
  481. package/dist/schemas/feedViewParentFeedId.js.map +1 -0
  482. package/dist/schemas/followCommunityRequest.d.ts +11 -0
  483. package/dist/schemas/followCommunityRequest.d.ts.map +1 -0
  484. package/dist/schemas/followCommunityRequest.js +8 -0
  485. package/dist/schemas/followCommunityRequest.js.map +1 -0
  486. package/dist/schemas/followFeedRequest.d.ts +11 -0
  487. package/dist/schemas/followFeedRequest.d.ts.map +1 -0
  488. package/dist/schemas/followFeedRequest.js +8 -0
  489. package/dist/schemas/followFeedRequest.js.map +1 -0
  490. package/dist/schemas/getApiAlphaAdminRegistrationApplicationListParams.d.ts +14 -0
  491. package/dist/schemas/getApiAlphaAdminRegistrationApplicationListParams.d.ts.map +1 -0
  492. package/dist/schemas/getApiAlphaAdminRegistrationApplicationListParams.js +2 -0
  493. package/dist/schemas/getApiAlphaAdminRegistrationApplicationListParams.js.map +1 -0
  494. package/dist/schemas/getApiAlphaAdminRegistrationApplicationListSort.d.ts +12 -0
  495. package/dist/schemas/getApiAlphaAdminRegistrationApplicationListSort.d.ts.map +1 -0
  496. package/dist/schemas/getApiAlphaAdminRegistrationApplicationListSort.js +12 -0
  497. package/dist/schemas/getApiAlphaAdminRegistrationApplicationListSort.js.map +1 -0
  498. package/dist/schemas/getApiAlphaCommentLikeListParams.d.ts +12 -0
  499. package/dist/schemas/getApiAlphaCommentLikeListParams.d.ts.map +1 -0
  500. package/dist/schemas/getApiAlphaCommentLikeListParams.js +8 -0
  501. package/dist/schemas/getApiAlphaCommentLikeListParams.js.map +1 -0
  502. package/dist/schemas/getApiAlphaCommentListParams.d.ts +24 -0
  503. package/dist/schemas/getApiAlphaCommentListParams.d.ts.map +1 -0
  504. package/dist/schemas/getApiAlphaCommentListParams.js +2 -0
  505. package/dist/schemas/getApiAlphaCommentListParams.js.map +1 -0
  506. package/dist/schemas/getApiAlphaCommentListSort.d.ts +16 -0
  507. package/dist/schemas/getApiAlphaCommentListSort.d.ts.map +1 -0
  508. package/dist/schemas/getApiAlphaCommentListSort.js +16 -0
  509. package/dist/schemas/getApiAlphaCommentListSort.js.map +1 -0
  510. package/dist/schemas/getApiAlphaCommentParams.d.ts +10 -0
  511. package/dist/schemas/getApiAlphaCommentParams.d.ts.map +1 -0
  512. package/dist/schemas/getApiAlphaCommentParams.js +8 -0
  513. package/dist/schemas/getApiAlphaCommentParams.js.map +1 -0
  514. package/dist/schemas/getApiAlphaCommunityListParams.d.ts +16 -0
  515. package/dist/schemas/getApiAlphaCommunityListParams.d.ts.map +1 -0
  516. package/dist/schemas/getApiAlphaCommunityListParams.js +2 -0
  517. package/dist/schemas/getApiAlphaCommunityListParams.js.map +1 -0
  518. package/dist/schemas/getApiAlphaCommunityListSort.d.ts +20 -0
  519. package/dist/schemas/getApiAlphaCommunityListSort.d.ts.map +1 -0
  520. package/dist/schemas/getApiAlphaCommunityListSort.js +20 -0
  521. package/dist/schemas/getApiAlphaCommunityListSort.js.map +1 -0
  522. package/dist/schemas/getApiAlphaCommunityListType.d.ts +15 -0
  523. package/dist/schemas/getApiAlphaCommunityListType.d.ts.map +1 -0
  524. package/dist/schemas/getApiAlphaCommunityListType.js +15 -0
  525. package/dist/schemas/getApiAlphaCommunityListType.js.map +1 -0
  526. package/dist/schemas/getApiAlphaCommunityModerateBansParams.d.ts +12 -0
  527. package/dist/schemas/getApiAlphaCommunityModerateBansParams.d.ts.map +1 -0
  528. package/dist/schemas/getApiAlphaCommunityModerateBansParams.js +8 -0
  529. package/dist/schemas/getApiAlphaCommunityModerateBansParams.js.map +1 -0
  530. package/dist/schemas/getApiAlphaCommunityParams.d.ts +11 -0
  531. package/dist/schemas/getApiAlphaCommunityParams.d.ts.map +1 -0
  532. package/dist/schemas/getApiAlphaCommunityParams.js +8 -0
  533. package/dist/schemas/getApiAlphaCommunityParams.js.map +1 -0
  534. package/dist/schemas/getApiAlphaFeedListParams.d.ts +17 -0
  535. package/dist/schemas/getApiAlphaFeedListParams.d.ts.map +1 -0
  536. package/dist/schemas/getApiAlphaFeedListParams.js +8 -0
  537. package/dist/schemas/getApiAlphaFeedListParams.js.map +1 -0
  538. package/dist/schemas/getApiAlphaFeedParams.d.ts +11 -0
  539. package/dist/schemas/getApiAlphaFeedParams.d.ts.map +1 -0
  540. package/dist/schemas/getApiAlphaFeedParams.js +8 -0
  541. package/dist/schemas/getApiAlphaFeedParams.js.map +1 -0
  542. package/dist/schemas/getApiAlphaModlogParams.d.ts +18 -0
  543. package/dist/schemas/getApiAlphaModlogParams.d.ts.map +1 -0
  544. package/dist/schemas/getApiAlphaModlogParams.js +2 -0
  545. package/dist/schemas/getApiAlphaModlogParams.js.map +1 -0
  546. package/dist/schemas/getApiAlphaModlogType.d.ts +26 -0
  547. package/dist/schemas/getApiAlphaModlogType.d.ts.map +1 -0
  548. package/dist/schemas/getApiAlphaModlogType.js +26 -0
  549. package/dist/schemas/getApiAlphaModlogType.js.map +1 -0
  550. package/dist/schemas/getApiAlphaPostLikeListParams.d.ts +12 -0
  551. package/dist/schemas/getApiAlphaPostLikeListParams.d.ts.map +1 -0
  552. package/dist/schemas/getApiAlphaPostLikeListParams.js +8 -0
  553. package/dist/schemas/getApiAlphaPostLikeListParams.js.map +1 -0
  554. package/dist/schemas/getApiAlphaPostList2Params.d.ts +27 -0
  555. package/dist/schemas/getApiAlphaPostList2Params.d.ts.map +1 -0
  556. package/dist/schemas/getApiAlphaPostList2Params.js +2 -0
  557. package/dist/schemas/getApiAlphaPostList2Params.js.map +1 -0
  558. package/dist/schemas/getApiAlphaPostList2Sort.d.ts +27 -0
  559. package/dist/schemas/getApiAlphaPostList2Sort.d.ts.map +1 -0
  560. package/dist/schemas/getApiAlphaPostList2Sort.js +27 -0
  561. package/dist/schemas/getApiAlphaPostList2Sort.js.map +1 -0
  562. package/dist/schemas/getApiAlphaPostList2Type.d.ts +16 -0
  563. package/dist/schemas/getApiAlphaPostList2Type.d.ts.map +1 -0
  564. package/dist/schemas/getApiAlphaPostList2Type.js +16 -0
  565. package/dist/schemas/getApiAlphaPostList2Type.js.map +1 -0
  566. package/dist/schemas/getApiAlphaPostListParams.d.ts +27 -0
  567. package/dist/schemas/getApiAlphaPostListParams.d.ts.map +1 -0
  568. package/dist/schemas/getApiAlphaPostListParams.js +2 -0
  569. package/dist/schemas/getApiAlphaPostListParams.js.map +1 -0
  570. package/dist/schemas/getApiAlphaPostListSort.d.ts +27 -0
  571. package/dist/schemas/getApiAlphaPostListSort.d.ts.map +1 -0
  572. package/dist/schemas/getApiAlphaPostListSort.js +27 -0
  573. package/dist/schemas/getApiAlphaPostListSort.js.map +1 -0
  574. package/dist/schemas/getApiAlphaPostListType.d.ts +16 -0
  575. package/dist/schemas/getApiAlphaPostListType.d.ts.map +1 -0
  576. package/dist/schemas/getApiAlphaPostListType.js +16 -0
  577. package/dist/schemas/getApiAlphaPostListType.js.map +1 -0
  578. package/dist/schemas/getApiAlphaPostParams.d.ts +10 -0
  579. package/dist/schemas/getApiAlphaPostParams.d.ts.map +1 -0
  580. package/dist/schemas/getApiAlphaPostParams.js +8 -0
  581. package/dist/schemas/getApiAlphaPostParams.js.map +1 -0
  582. package/dist/schemas/getApiAlphaPostRepliesParams.d.ts +16 -0
  583. package/dist/schemas/getApiAlphaPostRepliesParams.d.ts.map +1 -0
  584. package/dist/schemas/getApiAlphaPostRepliesParams.js +2 -0
  585. package/dist/schemas/getApiAlphaPostRepliesParams.js.map +1 -0
  586. package/dist/schemas/getApiAlphaPostRepliesSort.d.ts +16 -0
  587. package/dist/schemas/getApiAlphaPostRepliesSort.d.ts.map +1 -0
  588. package/dist/schemas/getApiAlphaPostRepliesSort.js +16 -0
  589. package/dist/schemas/getApiAlphaPostRepliesSort.js.map +1 -0
  590. package/dist/schemas/getApiAlphaPostSiteMetadataParams.d.ts +10 -0
  591. package/dist/schemas/getApiAlphaPostSiteMetadataParams.d.ts.map +1 -0
  592. package/dist/schemas/getApiAlphaPostSiteMetadataParams.js +8 -0
  593. package/dist/schemas/getApiAlphaPostSiteMetadataParams.js.map +1 -0
  594. package/dist/schemas/getApiAlphaPrivateMessageConversationParams.d.ts +19 -0
  595. package/dist/schemas/getApiAlphaPrivateMessageConversationParams.d.ts.map +1 -0
  596. package/dist/schemas/getApiAlphaPrivateMessageConversationParams.js +8 -0
  597. package/dist/schemas/getApiAlphaPrivateMessageConversationParams.js.map +1 -0
  598. package/dist/schemas/getApiAlphaPrivateMessageListParams.d.ts +12 -0
  599. package/dist/schemas/getApiAlphaPrivateMessageListParams.d.ts.map +1 -0
  600. package/dist/schemas/getApiAlphaPrivateMessageListParams.js +8 -0
  601. package/dist/schemas/getApiAlphaPrivateMessageListParams.js.map +1 -0
  602. package/dist/schemas/getApiAlphaResolveObjectParams.d.ts +10 -0
  603. package/dist/schemas/getApiAlphaResolveObjectParams.d.ts.map +1 -0
  604. package/dist/schemas/getApiAlphaResolveObjectParams.js +8 -0
  605. package/dist/schemas/getApiAlphaResolveObjectParams.js.map +1 -0
  606. package/dist/schemas/getApiAlphaSearchListingType.d.ts +16 -0
  607. package/dist/schemas/getApiAlphaSearchListingType.d.ts.map +1 -0
  608. package/dist/schemas/getApiAlphaSearchListingType.js +16 -0
  609. package/dist/schemas/getApiAlphaSearchListingType.js.map +1 -0
  610. package/dist/schemas/getApiAlphaSearchNsfw.d.ts +13 -0
  611. package/dist/schemas/getApiAlphaSearchNsfw.d.ts.map +1 -0
  612. package/dist/schemas/getApiAlphaSearchNsfw.js +13 -0
  613. package/dist/schemas/getApiAlphaSearchNsfw.js.map +1 -0
  614. package/dist/schemas/getApiAlphaSearchParams.d.ts +38 -0
  615. package/dist/schemas/getApiAlphaSearchParams.d.ts.map +1 -0
  616. package/dist/schemas/getApiAlphaSearchParams.js +2 -0
  617. package/dist/schemas/getApiAlphaSearchParams.js.map +1 -0
  618. package/dist/schemas/getApiAlphaSearchSort.d.ts +32 -0
  619. package/dist/schemas/getApiAlphaSearchSort.d.ts.map +1 -0
  620. package/dist/schemas/getApiAlphaSearchSort.js +32 -0
  621. package/dist/schemas/getApiAlphaSearchSort.js.map +1 -0
  622. package/dist/schemas/getApiAlphaSearchType.d.ts +15 -0
  623. package/dist/schemas/getApiAlphaSearchType.d.ts.map +1 -0
  624. package/dist/schemas/getApiAlphaSearchType.js +15 -0
  625. package/dist/schemas/getApiAlphaSearchType.js.map +1 -0
  626. package/dist/schemas/getApiAlphaSiteInstanceChooserSearchParams.d.ts +13 -0
  627. package/dist/schemas/getApiAlphaSiteInstanceChooserSearchParams.d.ts.map +1 -0
  628. package/dist/schemas/getApiAlphaSiteInstanceChooserSearchParams.js +8 -0
  629. package/dist/schemas/getApiAlphaSiteInstanceChooserSearchParams.js.map +1 -0
  630. package/dist/schemas/getApiAlphaSuggestCompletionParams.d.ts +10 -0
  631. package/dist/schemas/getApiAlphaSuggestCompletionParams.d.ts.map +1 -0
  632. package/dist/schemas/getApiAlphaSuggestCompletionParams.js +8 -0
  633. package/dist/schemas/getApiAlphaSuggestCompletionParams.js.map +1 -0
  634. package/dist/schemas/getApiAlphaTopicListParams.d.ts +13 -0
  635. package/dist/schemas/getApiAlphaTopicListParams.d.ts.map +1 -0
  636. package/dist/schemas/getApiAlphaTopicListParams.js +8 -0
  637. package/dist/schemas/getApiAlphaTopicListParams.js.map +1 -0
  638. package/dist/schemas/getApiAlphaUserMediaParams.d.ts +14 -0
  639. package/dist/schemas/getApiAlphaUserMediaParams.d.ts.map +1 -0
  640. package/dist/schemas/getApiAlphaUserMediaParams.js +2 -0
  641. package/dist/schemas/getApiAlphaUserMediaParams.js.map +1 -0
  642. package/dist/schemas/getApiAlphaUserMediaSort.d.ts +16 -0
  643. package/dist/schemas/getApiAlphaUserMediaSort.d.ts.map +1 -0
  644. package/dist/schemas/getApiAlphaUserMediaSort.js +16 -0
  645. package/dist/schemas/getApiAlphaUserMediaSort.js.map +1 -0
  646. package/dist/schemas/getApiAlphaUserMentionsParams.d.ts +14 -0
  647. package/dist/schemas/getApiAlphaUserMentionsParams.d.ts.map +1 -0
  648. package/dist/schemas/getApiAlphaUserMentionsParams.js +2 -0
  649. package/dist/schemas/getApiAlphaUserMentionsParams.js.map +1 -0
  650. package/dist/schemas/getApiAlphaUserMentionsSort.d.ts +16 -0
  651. package/dist/schemas/getApiAlphaUserMentionsSort.d.ts.map +1 -0
  652. package/dist/schemas/getApiAlphaUserMentionsSort.js +16 -0
  653. package/dist/schemas/getApiAlphaUserMentionsSort.js.map +1 -0
  654. package/dist/schemas/getApiAlphaUserNotificationsParams.d.ts +13 -0
  655. package/dist/schemas/getApiAlphaUserNotificationsParams.d.ts.map +1 -0
  656. package/dist/schemas/getApiAlphaUserNotificationsParams.js +2 -0
  657. package/dist/schemas/getApiAlphaUserNotificationsParams.js.map +1 -0
  658. package/dist/schemas/getApiAlphaUserNotificationsStatus.d.ts +14 -0
  659. package/dist/schemas/getApiAlphaUserNotificationsStatus.d.ts.map +1 -0
  660. package/dist/schemas/getApiAlphaUserNotificationsStatus.js +14 -0
  661. package/dist/schemas/getApiAlphaUserNotificationsStatus.js.map +1 -0
  662. package/dist/schemas/getApiAlphaUserParams.d.ts +27 -0
  663. package/dist/schemas/getApiAlphaUserParams.d.ts.map +1 -0
  664. package/dist/schemas/getApiAlphaUserParams.js +2 -0
  665. package/dist/schemas/getApiAlphaUserParams.js.map +1 -0
  666. package/dist/schemas/getApiAlphaUserRepliesParams.d.ts +14 -0
  667. package/dist/schemas/getApiAlphaUserRepliesParams.d.ts.map +1 -0
  668. package/dist/schemas/getApiAlphaUserRepliesParams.js +2 -0
  669. package/dist/schemas/getApiAlphaUserRepliesParams.js.map +1 -0
  670. package/dist/schemas/getApiAlphaUserRepliesSort.d.ts +16 -0
  671. package/dist/schemas/getApiAlphaUserRepliesSort.d.ts.map +1 -0
  672. package/dist/schemas/getApiAlphaUserRepliesSort.js +16 -0
  673. package/dist/schemas/getApiAlphaUserRepliesSort.js.map +1 -0
  674. package/dist/schemas/getApiAlphaUserSort.d.ts +32 -0
  675. package/dist/schemas/getApiAlphaUserSort.d.ts.map +1 -0
  676. package/dist/schemas/getApiAlphaUserSort.js +32 -0
  677. package/dist/schemas/getApiAlphaUserSort.js.map +1 -0
  678. package/dist/schemas/getCommentReplyResponse.d.ts +11 -0
  679. package/dist/schemas/getCommentReplyResponse.d.ts.map +1 -0
  680. package/dist/schemas/getCommentReplyResponse.js +2 -0
  681. package/dist/schemas/getCommentReplyResponse.js.map +1 -0
  682. package/dist/schemas/getCommentReportResponse.d.ts +11 -0
  683. package/dist/schemas/getCommentReportResponse.d.ts.map +1 -0
  684. package/dist/schemas/getCommentReportResponse.js +2 -0
  685. package/dist/schemas/getCommentReportResponse.js.map +1 -0
  686. package/dist/schemas/getCommentResponse.d.ts +11 -0
  687. package/dist/schemas/getCommentResponse.d.ts.map +1 -0
  688. package/dist/schemas/getCommentResponse.js +2 -0
  689. package/dist/schemas/getCommentResponse.js.map +1 -0
  690. package/dist/schemas/getCommunityResponse.d.ts +16 -0
  691. package/dist/schemas/getCommunityResponse.d.ts.map +1 -0
  692. package/dist/schemas/getCommunityResponse.js +2 -0
  693. package/dist/schemas/getCommunityResponse.js.map +1 -0
  694. package/dist/schemas/getFederatedInstancesResponse.d.ts +11 -0
  695. package/dist/schemas/getFederatedInstancesResponse.d.ts.map +1 -0
  696. package/dist/schemas/getFederatedInstancesResponse.js +2 -0
  697. package/dist/schemas/getFederatedInstancesResponse.js.map +1 -0
  698. package/dist/schemas/getModLogResponse.d.ts +39 -0
  699. package/dist/schemas/getModLogResponse.d.ts.map +1 -0
  700. package/dist/schemas/getModLogResponse.js +2 -0
  701. package/dist/schemas/getModLogResponse.js.map +1 -0
  702. package/dist/schemas/getPostRepliesResponse.d.ts +13 -0
  703. package/dist/schemas/getPostRepliesResponse.d.ts.map +1 -0
  704. package/dist/schemas/getPostRepliesResponse.js +2 -0
  705. package/dist/schemas/getPostRepliesResponse.js.map +1 -0
  706. package/dist/schemas/getPostRepliesResponseNextPage.d.ts +8 -0
  707. package/dist/schemas/getPostRepliesResponseNextPage.d.ts.map +1 -0
  708. package/dist/schemas/getPostRepliesResponseNextPage.js +8 -0
  709. package/dist/schemas/getPostRepliesResponseNextPage.js.map +1 -0
  710. package/dist/schemas/getPostResponse.d.ts +16 -0
  711. package/dist/schemas/getPostResponse.d.ts.map +1 -0
  712. package/dist/schemas/getPostResponse.js +2 -0
  713. package/dist/schemas/getPostResponse.js.map +1 -0
  714. package/dist/schemas/getPrivateMessageConversationResponse.d.ts +11 -0
  715. package/dist/schemas/getPrivateMessageConversationResponse.d.ts.map +1 -0
  716. package/dist/schemas/getPrivateMessageConversationResponse.js +2 -0
  717. package/dist/schemas/getPrivateMessageConversationResponse.js.map +1 -0
  718. package/dist/schemas/getRegistrationListResponse.d.ts +11 -0
  719. package/dist/schemas/getRegistrationListResponse.d.ts.map +1 -0
  720. package/dist/schemas/getRegistrationListResponse.js +2 -0
  721. package/dist/schemas/getRegistrationListResponse.js.map +1 -0
  722. package/dist/schemas/getSiteInstanceChooserResponse.d.ts +26 -0
  723. package/dist/schemas/getSiteInstanceChooserResponse.d.ts.map +1 -0
  724. package/dist/schemas/getSiteInstanceChooserResponse.js +2 -0
  725. package/dist/schemas/getSiteInstanceChooserResponse.js.map +1 -0
  726. package/dist/schemas/getSiteInstanceChooserSearchResponse.d.ts +11 -0
  727. package/dist/schemas/getSiteInstanceChooserSearchResponse.d.ts.map +1 -0
  728. package/dist/schemas/getSiteInstanceChooserSearchResponse.js +2 -0
  729. package/dist/schemas/getSiteInstanceChooserSearchResponse.js.map +1 -0
  730. package/dist/schemas/getSiteInstanceChooserSearchResponseItem.d.ts +28 -0
  731. package/dist/schemas/getSiteInstanceChooserSearchResponseItem.d.ts.map +1 -0
  732. package/dist/schemas/getSiteInstanceChooserSearchResponseItem.js +8 -0
  733. package/dist/schemas/getSiteInstanceChooserSearchResponseItem.js.map +1 -0
  734. package/dist/schemas/getSiteMetadataResponse.d.ts +11 -0
  735. package/dist/schemas/getSiteMetadataResponse.d.ts.map +1 -0
  736. package/dist/schemas/getSiteMetadataResponse.js +2 -0
  737. package/dist/schemas/getSiteMetadataResponse.js.map +1 -0
  738. package/dist/schemas/getSiteResponse.d.ts +16 -0
  739. package/dist/schemas/getSiteResponse.d.ts.map +1 -0
  740. package/dist/schemas/getSiteResponse.js +2 -0
  741. package/dist/schemas/getSiteResponse.js.map +1 -0
  742. package/dist/schemas/getSiteVersionResponse.d.ts +10 -0
  743. package/dist/schemas/getSiteVersionResponse.d.ts.map +1 -0
  744. package/dist/schemas/getSiteVersionResponse.js +8 -0
  745. package/dist/schemas/getSiteVersionResponse.js.map +1 -0
  746. package/dist/schemas/getSuggestCompletionResponse.d.ts +10 -0
  747. package/dist/schemas/getSuggestCompletionResponse.d.ts.map +1 -0
  748. package/dist/schemas/getSuggestCompletionResponse.js +8 -0
  749. package/dist/schemas/getSuggestCompletionResponse.js.map +1 -0
  750. package/dist/schemas/getUserResponse.d.ts +19 -0
  751. package/dist/schemas/getUserResponse.d.ts.map +1 -0
  752. package/dist/schemas/getUserResponse.js +2 -0
  753. package/dist/schemas/getUserResponse.js.map +1 -0
  754. package/dist/schemas/hidePostRequest.d.ts +11 -0
  755. package/dist/schemas/hidePostRequest.d.ts.map +1 -0
  756. package/dist/schemas/hidePostRequest.js +8 -0
  757. package/dist/schemas/hidePostRequest.js.map +1 -0
  758. package/dist/schemas/imageDeleteRequest.d.ts +10 -0
  759. package/dist/schemas/imageDeleteRequest.d.ts.map +1 -0
  760. package/dist/schemas/imageDeleteRequest.js +8 -0
  761. package/dist/schemas/imageDeleteRequest.js.map +1 -0
  762. package/dist/schemas/imageDeleteResponse.d.ts +10 -0
  763. package/dist/schemas/imageDeleteResponse.d.ts.map +1 -0
  764. package/dist/schemas/imageDeleteResponse.js +8 -0
  765. package/dist/schemas/imageDeleteResponse.js.map +1 -0
  766. package/dist/schemas/imageUploadRequest.d.ts +10 -0
  767. package/dist/schemas/imageUploadRequest.d.ts.map +1 -0
  768. package/dist/schemas/imageUploadRequest.js +8 -0
  769. package/dist/schemas/imageUploadRequest.js.map +1 -0
  770. package/dist/schemas/imageUploadResponse.d.ts +13 -0
  771. package/dist/schemas/imageUploadResponse.d.ts.map +1 -0
  772. package/dist/schemas/imageUploadResponse.js +8 -0
  773. package/dist/schemas/imageUploadResponse.js.map +1 -0
  774. package/dist/schemas/index.d.ts +433 -0
  775. package/dist/schemas/index.d.ts.map +1 -0
  776. package/dist/schemas/index.js +433 -0
  777. package/dist/schemas/index.js.map +1 -0
  778. package/dist/schemas/instance.d.ts +15 -0
  779. package/dist/schemas/instance.d.ts.map +1 -0
  780. package/dist/schemas/instance.js +8 -0
  781. package/dist/schemas/instance.js.map +1 -0
  782. package/dist/schemas/instanceBlockView.d.ts +13 -0
  783. package/dist/schemas/instanceBlockView.d.ts.map +1 -0
  784. package/dist/schemas/instanceBlockView.js +2 -0
  785. package/dist/schemas/instanceBlockView.js.map +1 -0
  786. package/dist/schemas/instanceWithoutFederationState.d.ts +15 -0
  787. package/dist/schemas/instanceWithoutFederationState.d.ts.map +1 -0
  788. package/dist/schemas/instanceWithoutFederationState.js +8 -0
  789. package/dist/schemas/instanceWithoutFederationState.js.map +1 -0
  790. package/dist/schemas/languageView.d.ts +12 -0
  791. package/dist/schemas/languageView.d.ts.map +1 -0
  792. package/dist/schemas/languageView.js +8 -0
  793. package/dist/schemas/languageView.js.map +1 -0
  794. package/dist/schemas/leaveConversationRequest.d.ts +10 -0
  795. package/dist/schemas/leaveConversationRequest.d.ts.map +1 -0
  796. package/dist/schemas/leaveConversationRequest.js +8 -0
  797. package/dist/schemas/leaveConversationRequest.js.map +1 -0
  798. package/dist/schemas/likeCommentRequest.d.ts +15 -0
  799. package/dist/schemas/likeCommentRequest.d.ts.map +1 -0
  800. package/dist/schemas/likeCommentRequest.js +8 -0
  801. package/dist/schemas/likeCommentRequest.js.map +1 -0
  802. package/dist/schemas/likePostRequest.d.ts +13 -0
  803. package/dist/schemas/likePostRequest.d.ts.map +1 -0
  804. package/dist/schemas/likePostRequest.js +8 -0
  805. package/dist/schemas/likePostRequest.js.map +1 -0
  806. package/dist/schemas/listCommentLikesResponse.d.ts +13 -0
  807. package/dist/schemas/listCommentLikesResponse.d.ts.map +1 -0
  808. package/dist/schemas/listCommentLikesResponse.js +2 -0
  809. package/dist/schemas/listCommentLikesResponse.js.map +1 -0
  810. package/dist/schemas/listCommentLikesResponseNextPage.d.ts +8 -0
  811. package/dist/schemas/listCommentLikesResponseNextPage.d.ts.map +1 -0
  812. package/dist/schemas/listCommentLikesResponseNextPage.js +8 -0
  813. package/dist/schemas/listCommentLikesResponseNextPage.js.map +1 -0
  814. package/dist/schemas/listCommentsResponse.d.ts +13 -0
  815. package/dist/schemas/listCommentsResponse.d.ts.map +1 -0
  816. package/dist/schemas/listCommentsResponse.js +2 -0
  817. package/dist/schemas/listCommentsResponse.js.map +1 -0
  818. package/dist/schemas/listCommentsResponseNextPage.d.ts +8 -0
  819. package/dist/schemas/listCommentsResponseNextPage.d.ts.map +1 -0
  820. package/dist/schemas/listCommentsResponseNextPage.js +8 -0
  821. package/dist/schemas/listCommentsResponseNextPage.js.map +1 -0
  822. package/dist/schemas/listCommunitiesResponse.d.ts +13 -0
  823. package/dist/schemas/listCommunitiesResponse.d.ts.map +1 -0
  824. package/dist/schemas/listCommunitiesResponse.js +2 -0
  825. package/dist/schemas/listCommunitiesResponse.js.map +1 -0
  826. package/dist/schemas/listCommunitiesResponseNextPage.d.ts +8 -0
  827. package/dist/schemas/listCommunitiesResponseNextPage.d.ts.map +1 -0
  828. package/dist/schemas/listCommunitiesResponseNextPage.js +8 -0
  829. package/dist/schemas/listCommunitiesResponseNextPage.js.map +1 -0
  830. package/dist/schemas/listPostLikesResponse.d.ts +13 -0
  831. package/dist/schemas/listPostLikesResponse.d.ts.map +1 -0
  832. package/dist/schemas/listPostLikesResponse.js +2 -0
  833. package/dist/schemas/listPostLikesResponse.js.map +1 -0
  834. package/dist/schemas/listPostLikesResponseNextPage.d.ts +8 -0
  835. package/dist/schemas/listPostLikesResponseNextPage.d.ts.map +1 -0
  836. package/dist/schemas/listPostLikesResponseNextPage.js +8 -0
  837. package/dist/schemas/listPostLikesResponseNextPage.js.map +1 -0
  838. package/dist/schemas/listPostsResponse.d.ts +13 -0
  839. package/dist/schemas/listPostsResponse.d.ts.map +1 -0
  840. package/dist/schemas/listPostsResponse.js +2 -0
  841. package/dist/schemas/listPostsResponse.js.map +1 -0
  842. package/dist/schemas/listPostsResponseNextPage.d.ts +8 -0
  843. package/dist/schemas/listPostsResponseNextPage.d.ts.map +1 -0
  844. package/dist/schemas/listPostsResponseNextPage.js +8 -0
  845. package/dist/schemas/listPostsResponseNextPage.js.map +1 -0
  846. package/dist/schemas/listPrivateMessagesResponse.d.ts +11 -0
  847. package/dist/schemas/listPrivateMessagesResponse.d.ts.map +1 -0
  848. package/dist/schemas/listPrivateMessagesResponse.js +2 -0
  849. package/dist/schemas/listPrivateMessagesResponse.js.map +1 -0
  850. package/dist/schemas/localUser.d.ts +56 -0
  851. package/dist/schemas/localUser.d.ts.map +1 -0
  852. package/dist/schemas/localUser.js +2 -0
  853. package/dist/schemas/localUser.js.map +1 -0
  854. package/dist/schemas/localUserAcceptPrivateMessages.d.ts +17 -0
  855. package/dist/schemas/localUserAcceptPrivateMessages.d.ts.map +1 -0
  856. package/dist/schemas/localUserAcceptPrivateMessages.js +14 -0
  857. package/dist/schemas/localUserAcceptPrivateMessages.js.map +1 -0
  858. package/dist/schemas/localUserAiVisibility.d.ts +14 -0
  859. package/dist/schemas/localUserAiVisibility.d.ts.map +1 -0
  860. package/dist/schemas/localUserAiVisibility.js +14 -0
  861. package/dist/schemas/localUserAiVisibility.js.map +1 -0
  862. package/dist/schemas/localUserBotVisibility.d.ts +14 -0
  863. package/dist/schemas/localUserBotVisibility.d.ts.map +1 -0
  864. package/dist/schemas/localUserBotVisibility.js +14 -0
  865. package/dist/schemas/localUserBotVisibility.js.map +1 -0
  866. package/dist/schemas/localUserDefaultCommentSortType.d.ts +16 -0
  867. package/dist/schemas/localUserDefaultCommentSortType.d.ts.map +1 -0
  868. package/dist/schemas/localUserDefaultCommentSortType.js +16 -0
  869. package/dist/schemas/localUserDefaultCommentSortType.js.map +1 -0
  870. package/dist/schemas/localUserDefaultListingType.d.ts +16 -0
  871. package/dist/schemas/localUserDefaultListingType.d.ts.map +1 -0
  872. package/dist/schemas/localUserDefaultListingType.js +16 -0
  873. package/dist/schemas/localUserDefaultListingType.js.map +1 -0
  874. package/dist/schemas/localUserDefaultSortType.d.ts +32 -0
  875. package/dist/schemas/localUserDefaultSortType.d.ts.map +1 -0
  876. package/dist/schemas/localUserDefaultSortType.js +32 -0
  877. package/dist/schemas/localUserDefaultSortType.js.map +1 -0
  878. package/dist/schemas/localUserNsflVisibility.d.ts +14 -0
  879. package/dist/schemas/localUserNsflVisibility.d.ts.map +1 -0
  880. package/dist/schemas/localUserNsflVisibility.js +14 -0
  881. package/dist/schemas/localUserNsflVisibility.js.map +1 -0
  882. package/dist/schemas/localUserNsfwVisibility.d.ts +14 -0
  883. package/dist/schemas/localUserNsfwVisibility.d.ts.map +1 -0
  884. package/dist/schemas/localUserNsfwVisibility.js +14 -0
  885. package/dist/schemas/localUserNsfwVisibility.js.map +1 -0
  886. package/dist/schemas/localUserView.d.ts +15 -0
  887. package/dist/schemas/localUserView.d.ts.map +1 -0
  888. package/dist/schemas/localUserView.js +2 -0
  889. package/dist/schemas/localUserView.js.map +1 -0
  890. package/dist/schemas/lockCommentRequest.d.ts +11 -0
  891. package/dist/schemas/lockCommentRequest.d.ts.map +1 -0
  892. package/dist/schemas/lockCommentRequest.js +8 -0
  893. package/dist/schemas/lockCommentRequest.js.map +1 -0
  894. package/dist/schemas/lockPostRequest.d.ts +11 -0
  895. package/dist/schemas/lockPostRequest.d.ts.map +1 -0
  896. package/dist/schemas/lockPostRequest.js +8 -0
  897. package/dist/schemas/lockPostRequest.js.map +1 -0
  898. package/dist/schemas/markCommentAsAnswerRequest.d.ts +11 -0
  899. package/dist/schemas/markCommentAsAnswerRequest.d.ts.map +1 -0
  900. package/dist/schemas/markCommentAsAnswerRequest.js +8 -0
  901. package/dist/schemas/markCommentAsAnswerRequest.js.map +1 -0
  902. package/dist/schemas/markCommentAsReadRequest.d.ts +11 -0
  903. package/dist/schemas/markCommentAsReadRequest.d.ts.map +1 -0
  904. package/dist/schemas/markCommentAsReadRequest.js +8 -0
  905. package/dist/schemas/markCommentAsReadRequest.js.map +1 -0
  906. package/dist/schemas/markPostAsReadRequest.d.ts +12 -0
  907. package/dist/schemas/markPostAsReadRequest.d.ts.map +1 -0
  908. package/dist/schemas/markPostAsReadRequest.js +8 -0
  909. package/dist/schemas/markPostAsReadRequest.js.map +1 -0
  910. package/dist/schemas/markPrivateMessageAsReadRequest.d.ts +11 -0
  911. package/dist/schemas/markPrivateMessageAsReadRequest.d.ts.map +1 -0
  912. package/dist/schemas/markPrivateMessageAsReadRequest.js +8 -0
  913. package/dist/schemas/markPrivateMessageAsReadRequest.js.map +1 -0
  914. package/dist/schemas/mediaView.d.ts +11 -0
  915. package/dist/schemas/mediaView.d.ts.map +1 -0
  916. package/dist/schemas/mediaView.js +8 -0
  917. package/dist/schemas/mediaView.js.map +1 -0
  918. package/dist/schemas/miniCrossPosts.d.ts +12 -0
  919. package/dist/schemas/miniCrossPosts.d.ts.map +1 -0
  920. package/dist/schemas/miniCrossPosts.js +8 -0
  921. package/dist/schemas/miniCrossPosts.js.map +1 -0
  922. package/dist/schemas/modAdd.d.ts +16 -0
  923. package/dist/schemas/modAdd.d.ts.map +1 -0
  924. package/dist/schemas/modAdd.js +2 -0
  925. package/dist/schemas/modAdd.js.map +1 -0
  926. package/dist/schemas/modAddCommunity.d.ts +18 -0
  927. package/dist/schemas/modAddCommunity.d.ts.map +1 -0
  928. package/dist/schemas/modAddCommunity.js +2 -0
  929. package/dist/schemas/modAddCommunity.js.map +1 -0
  930. package/dist/schemas/modAddCommunityCommunityId.d.ts +8 -0
  931. package/dist/schemas/modAddCommunityCommunityId.d.ts.map +1 -0
  932. package/dist/schemas/modAddCommunityCommunityId.js +8 -0
  933. package/dist/schemas/modAddCommunityCommunityId.js.map +1 -0
  934. package/dist/schemas/modAddCommunityModPersonId.d.ts +8 -0
  935. package/dist/schemas/modAddCommunityModPersonId.d.ts.map +1 -0
  936. package/dist/schemas/modAddCommunityModPersonId.js +8 -0
  937. package/dist/schemas/modAddCommunityModPersonId.js.map +1 -0
  938. package/dist/schemas/modAddCommunityOtherPersonId.d.ts +8 -0
  939. package/dist/schemas/modAddCommunityOtherPersonId.d.ts.map +1 -0
  940. package/dist/schemas/modAddCommunityOtherPersonId.js +8 -0
  941. package/dist/schemas/modAddCommunityOtherPersonId.js.map +1 -0
  942. package/dist/schemas/modAddCommunityView.d.ts +17 -0
  943. package/dist/schemas/modAddCommunityView.d.ts.map +1 -0
  944. package/dist/schemas/modAddCommunityView.js +2 -0
  945. package/dist/schemas/modAddCommunityView.js.map +1 -0
  946. package/dist/schemas/modAddCommunityViewCommunity.d.ts +9 -0
  947. package/dist/schemas/modAddCommunityViewCommunity.d.ts.map +1 -0
  948. package/dist/schemas/modAddCommunityViewCommunity.js +2 -0
  949. package/dist/schemas/modAddCommunityViewCommunity.js.map +1 -0
  950. package/dist/schemas/modAddCommunityViewModdedPerson.d.ts +9 -0
  951. package/dist/schemas/modAddCommunityViewModdedPerson.d.ts.map +1 -0
  952. package/dist/schemas/modAddCommunityViewModdedPerson.js +2 -0
  953. package/dist/schemas/modAddCommunityViewModdedPerson.js.map +1 -0
  954. package/dist/schemas/modAddCommunityViewModerator.d.ts +9 -0
  955. package/dist/schemas/modAddCommunityViewModerator.d.ts.map +1 -0
  956. package/dist/schemas/modAddCommunityViewModerator.js +2 -0
  957. package/dist/schemas/modAddCommunityViewModerator.js.map +1 -0
  958. package/dist/schemas/modAddModPersonId.d.ts +8 -0
  959. package/dist/schemas/modAddModPersonId.d.ts.map +1 -0
  960. package/dist/schemas/modAddModPersonId.js +8 -0
  961. package/dist/schemas/modAddModPersonId.js.map +1 -0
  962. package/dist/schemas/modAddOtherPersonId.d.ts +8 -0
  963. package/dist/schemas/modAddOtherPersonId.d.ts.map +1 -0
  964. package/dist/schemas/modAddOtherPersonId.js +8 -0
  965. package/dist/schemas/modAddOtherPersonId.js.map +1 -0
  966. package/dist/schemas/modAddView.d.ts +15 -0
  967. package/dist/schemas/modAddView.d.ts.map +1 -0
  968. package/dist/schemas/modAddView.js +2 -0
  969. package/dist/schemas/modAddView.js.map +1 -0
  970. package/dist/schemas/modAddViewModdedPerson.d.ts +9 -0
  971. package/dist/schemas/modAddViewModdedPerson.d.ts.map +1 -0
  972. package/dist/schemas/modAddViewModdedPerson.js +2 -0
  973. package/dist/schemas/modAddViewModdedPerson.js.map +1 -0
  974. package/dist/schemas/modAddViewModerator.d.ts +9 -0
  975. package/dist/schemas/modAddViewModerator.d.ts.map +1 -0
  976. package/dist/schemas/modAddViewModerator.js +2 -0
  977. package/dist/schemas/modAddViewModerator.js.map +1 -0
  978. package/dist/schemas/modBan.d.ts +20 -0
  979. package/dist/schemas/modBan.d.ts.map +1 -0
  980. package/dist/schemas/modBan.js +2 -0
  981. package/dist/schemas/modBan.js.map +1 -0
  982. package/dist/schemas/modBanExpires.d.ts +8 -0
  983. package/dist/schemas/modBanExpires.d.ts.map +1 -0
  984. package/dist/schemas/modBanExpires.js +8 -0
  985. package/dist/schemas/modBanExpires.js.map +1 -0
  986. package/dist/schemas/modBanFromCommunity.d.ts +22 -0
  987. package/dist/schemas/modBanFromCommunity.d.ts.map +1 -0
  988. package/dist/schemas/modBanFromCommunity.js +2 -0
  989. package/dist/schemas/modBanFromCommunity.js.map +1 -0
  990. package/dist/schemas/modBanFromCommunityCommunityId.d.ts +8 -0
  991. package/dist/schemas/modBanFromCommunityCommunityId.d.ts.map +1 -0
  992. package/dist/schemas/modBanFromCommunityCommunityId.js +8 -0
  993. package/dist/schemas/modBanFromCommunityCommunityId.js.map +1 -0
  994. package/dist/schemas/modBanFromCommunityExpires.d.ts +8 -0
  995. package/dist/schemas/modBanFromCommunityExpires.d.ts.map +1 -0
  996. package/dist/schemas/modBanFromCommunityExpires.js +8 -0
  997. package/dist/schemas/modBanFromCommunityExpires.js.map +1 -0
  998. package/dist/schemas/modBanFromCommunityModPersonId.d.ts +8 -0
  999. package/dist/schemas/modBanFromCommunityModPersonId.d.ts.map +1 -0
  1000. package/dist/schemas/modBanFromCommunityModPersonId.js +8 -0
  1001. package/dist/schemas/modBanFromCommunityModPersonId.js.map +1 -0
  1002. package/dist/schemas/modBanFromCommunityOtherPersonId.d.ts +8 -0
  1003. package/dist/schemas/modBanFromCommunityOtherPersonId.d.ts.map +1 -0
  1004. package/dist/schemas/modBanFromCommunityOtherPersonId.js +8 -0
  1005. package/dist/schemas/modBanFromCommunityOtherPersonId.js.map +1 -0
  1006. package/dist/schemas/modBanFromCommunityReason.d.ts +8 -0
  1007. package/dist/schemas/modBanFromCommunityReason.d.ts.map +1 -0
  1008. package/dist/schemas/modBanFromCommunityReason.js +8 -0
  1009. package/dist/schemas/modBanFromCommunityReason.js.map +1 -0
  1010. package/dist/schemas/modBanFromCommunityView.d.ts +17 -0
  1011. package/dist/schemas/modBanFromCommunityView.d.ts.map +1 -0
  1012. package/dist/schemas/modBanFromCommunityView.js +2 -0
  1013. package/dist/schemas/modBanFromCommunityView.js.map +1 -0
  1014. package/dist/schemas/modBanFromCommunityViewBannedPerson.d.ts +9 -0
  1015. package/dist/schemas/modBanFromCommunityViewBannedPerson.d.ts.map +1 -0
  1016. package/dist/schemas/modBanFromCommunityViewBannedPerson.js +2 -0
  1017. package/dist/schemas/modBanFromCommunityViewBannedPerson.js.map +1 -0
  1018. package/dist/schemas/modBanFromCommunityViewCommunity.d.ts +9 -0
  1019. package/dist/schemas/modBanFromCommunityViewCommunity.d.ts.map +1 -0
  1020. package/dist/schemas/modBanFromCommunityViewCommunity.js +2 -0
  1021. package/dist/schemas/modBanFromCommunityViewCommunity.js.map +1 -0
  1022. package/dist/schemas/modBanFromCommunityViewModerator.d.ts +9 -0
  1023. package/dist/schemas/modBanFromCommunityViewModerator.d.ts.map +1 -0
  1024. package/dist/schemas/modBanFromCommunityViewModerator.js +2 -0
  1025. package/dist/schemas/modBanFromCommunityViewModerator.js.map +1 -0
  1026. package/dist/schemas/modBanModPersonId.d.ts +8 -0
  1027. package/dist/schemas/modBanModPersonId.d.ts.map +1 -0
  1028. package/dist/schemas/modBanModPersonId.js +8 -0
  1029. package/dist/schemas/modBanModPersonId.js.map +1 -0
  1030. package/dist/schemas/modBanOtherPersonId.d.ts +8 -0
  1031. package/dist/schemas/modBanOtherPersonId.d.ts.map +1 -0
  1032. package/dist/schemas/modBanOtherPersonId.js +8 -0
  1033. package/dist/schemas/modBanOtherPersonId.js.map +1 -0
  1034. package/dist/schemas/modBanReason.d.ts +8 -0
  1035. package/dist/schemas/modBanReason.d.ts.map +1 -0
  1036. package/dist/schemas/modBanReason.js +8 -0
  1037. package/dist/schemas/modBanReason.js.map +1 -0
  1038. package/dist/schemas/modBanView.d.ts +15 -0
  1039. package/dist/schemas/modBanView.d.ts.map +1 -0
  1040. package/dist/schemas/modBanView.js +2 -0
  1041. package/dist/schemas/modBanView.js.map +1 -0
  1042. package/dist/schemas/modBanViewBannedPerson.d.ts +9 -0
  1043. package/dist/schemas/modBanViewBannedPerson.d.ts.map +1 -0
  1044. package/dist/schemas/modBanViewBannedPerson.js +2 -0
  1045. package/dist/schemas/modBanViewBannedPerson.js.map +1 -0
  1046. package/dist/schemas/modBanViewModerator.d.ts +9 -0
  1047. package/dist/schemas/modBanViewModerator.d.ts.map +1 -0
  1048. package/dist/schemas/modBanViewModerator.js +2 -0
  1049. package/dist/schemas/modBanViewModerator.js.map +1 -0
  1050. package/dist/schemas/modCommunityRequest.d.ts +12 -0
  1051. package/dist/schemas/modCommunityRequest.d.ts.map +1 -0
  1052. package/dist/schemas/modCommunityRequest.js +8 -0
  1053. package/dist/schemas/modCommunityRequest.js.map +1 -0
  1054. package/dist/schemas/modCommunityResponse.d.ts +11 -0
  1055. package/dist/schemas/modCommunityResponse.d.ts.map +1 -0
  1056. package/dist/schemas/modCommunityResponse.js +2 -0
  1057. package/dist/schemas/modCommunityResponse.js.map +1 -0
  1058. package/dist/schemas/modFeaturePost.d.ts +17 -0
  1059. package/dist/schemas/modFeaturePost.d.ts.map +1 -0
  1060. package/dist/schemas/modFeaturePost.js +2 -0
  1061. package/dist/schemas/modFeaturePost.js.map +1 -0
  1062. package/dist/schemas/modFeaturePostModPersonId.d.ts +8 -0
  1063. package/dist/schemas/modFeaturePostModPersonId.d.ts.map +1 -0
  1064. package/dist/schemas/modFeaturePostModPersonId.js +8 -0
  1065. package/dist/schemas/modFeaturePostModPersonId.js.map +1 -0
  1066. package/dist/schemas/modFeaturePostPostId.d.ts +8 -0
  1067. package/dist/schemas/modFeaturePostPostId.d.ts.map +1 -0
  1068. package/dist/schemas/modFeaturePostPostId.js +8 -0
  1069. package/dist/schemas/modFeaturePostPostId.js.map +1 -0
  1070. package/dist/schemas/modFeaturePostView.d.ts +17 -0
  1071. package/dist/schemas/modFeaturePostView.d.ts.map +1 -0
  1072. package/dist/schemas/modFeaturePostView.js +2 -0
  1073. package/dist/schemas/modFeaturePostView.js.map +1 -0
  1074. package/dist/schemas/modFeaturePostViewCommunity.d.ts +9 -0
  1075. package/dist/schemas/modFeaturePostViewCommunity.d.ts.map +1 -0
  1076. package/dist/schemas/modFeaturePostViewCommunity.js +2 -0
  1077. package/dist/schemas/modFeaturePostViewCommunity.js.map +1 -0
  1078. package/dist/schemas/modFeaturePostViewModerator.d.ts +9 -0
  1079. package/dist/schemas/modFeaturePostViewModerator.d.ts.map +1 -0
  1080. package/dist/schemas/modFeaturePostViewModerator.js +2 -0
  1081. package/dist/schemas/modFeaturePostViewModerator.js.map +1 -0
  1082. package/dist/schemas/modFeaturePostViewPost.d.ts +9 -0
  1083. package/dist/schemas/modFeaturePostViewPost.d.ts.map +1 -0
  1084. package/dist/schemas/modFeaturePostViewPost.js +2 -0
  1085. package/dist/schemas/modFeaturePostViewPost.js.map +1 -0
  1086. package/dist/schemas/modHideCommunity.d.ts +18 -0
  1087. package/dist/schemas/modHideCommunity.d.ts.map +1 -0
  1088. package/dist/schemas/modHideCommunity.js +2 -0
  1089. package/dist/schemas/modHideCommunity.js.map +1 -0
  1090. package/dist/schemas/modHideCommunityCommunityId.d.ts +8 -0
  1091. package/dist/schemas/modHideCommunityCommunityId.d.ts.map +1 -0
  1092. package/dist/schemas/modHideCommunityCommunityId.js +8 -0
  1093. package/dist/schemas/modHideCommunityCommunityId.js.map +1 -0
  1094. package/dist/schemas/modHideCommunityModPersonId.d.ts +8 -0
  1095. package/dist/schemas/modHideCommunityModPersonId.d.ts.map +1 -0
  1096. package/dist/schemas/modHideCommunityModPersonId.js +8 -0
  1097. package/dist/schemas/modHideCommunityModPersonId.js.map +1 -0
  1098. package/dist/schemas/modHideCommunityReason.d.ts +8 -0
  1099. package/dist/schemas/modHideCommunityReason.d.ts.map +1 -0
  1100. package/dist/schemas/modHideCommunityReason.js +8 -0
  1101. package/dist/schemas/modHideCommunityReason.js.map +1 -0
  1102. package/dist/schemas/modHideCommunityView.d.ts +15 -0
  1103. package/dist/schemas/modHideCommunityView.d.ts.map +1 -0
  1104. package/dist/schemas/modHideCommunityView.js +2 -0
  1105. package/dist/schemas/modHideCommunityView.js.map +1 -0
  1106. package/dist/schemas/modLockPost.d.ts +16 -0
  1107. package/dist/schemas/modLockPost.d.ts.map +1 -0
  1108. package/dist/schemas/modLockPost.js +2 -0
  1109. package/dist/schemas/modLockPost.js.map +1 -0
  1110. package/dist/schemas/modLockPostModPersonId.d.ts +8 -0
  1111. package/dist/schemas/modLockPostModPersonId.d.ts.map +1 -0
  1112. package/dist/schemas/modLockPostModPersonId.js +8 -0
  1113. package/dist/schemas/modLockPostModPersonId.js.map +1 -0
  1114. package/dist/schemas/modLockPostPostId.d.ts +8 -0
  1115. package/dist/schemas/modLockPostPostId.d.ts.map +1 -0
  1116. package/dist/schemas/modLockPostPostId.js +8 -0
  1117. package/dist/schemas/modLockPostPostId.js.map +1 -0
  1118. package/dist/schemas/modLockPostView.d.ts +17 -0
  1119. package/dist/schemas/modLockPostView.d.ts.map +1 -0
  1120. package/dist/schemas/modLockPostView.js +2 -0
  1121. package/dist/schemas/modLockPostView.js.map +1 -0
  1122. package/dist/schemas/modLockPostViewCommunity.d.ts +9 -0
  1123. package/dist/schemas/modLockPostViewCommunity.d.ts.map +1 -0
  1124. package/dist/schemas/modLockPostViewCommunity.js +2 -0
  1125. package/dist/schemas/modLockPostViewCommunity.js.map +1 -0
  1126. package/dist/schemas/modLockPostViewModerator.d.ts +9 -0
  1127. package/dist/schemas/modLockPostViewModerator.d.ts.map +1 -0
  1128. package/dist/schemas/modLockPostViewModerator.js +2 -0
  1129. package/dist/schemas/modLockPostViewModerator.js.map +1 -0
  1130. package/dist/schemas/modLockPostViewPost.d.ts +9 -0
  1131. package/dist/schemas/modLockPostViewPost.d.ts.map +1 -0
  1132. package/dist/schemas/modLockPostViewPost.js +2 -0
  1133. package/dist/schemas/modLockPostViewPost.js.map +1 -0
  1134. package/dist/schemas/modRemoveComment.d.ts +18 -0
  1135. package/dist/schemas/modRemoveComment.d.ts.map +1 -0
  1136. package/dist/schemas/modRemoveComment.js +2 -0
  1137. package/dist/schemas/modRemoveComment.js.map +1 -0
  1138. package/dist/schemas/modRemoveCommentCommentId.d.ts +8 -0
  1139. package/dist/schemas/modRemoveCommentCommentId.d.ts.map +1 -0
  1140. package/dist/schemas/modRemoveCommentCommentId.js +8 -0
  1141. package/dist/schemas/modRemoveCommentCommentId.js.map +1 -0
  1142. package/dist/schemas/modRemoveCommentModPersonId.d.ts +8 -0
  1143. package/dist/schemas/modRemoveCommentModPersonId.d.ts.map +1 -0
  1144. package/dist/schemas/modRemoveCommentModPersonId.js +8 -0
  1145. package/dist/schemas/modRemoveCommentModPersonId.js.map +1 -0
  1146. package/dist/schemas/modRemoveCommentReason.d.ts +8 -0
  1147. package/dist/schemas/modRemoveCommentReason.d.ts.map +1 -0
  1148. package/dist/schemas/modRemoveCommentReason.js +8 -0
  1149. package/dist/schemas/modRemoveCommentReason.js.map +1 -0
  1150. package/dist/schemas/modRemoveCommentView.d.ts +21 -0
  1151. package/dist/schemas/modRemoveCommentView.d.ts.map +1 -0
  1152. package/dist/schemas/modRemoveCommentView.js +2 -0
  1153. package/dist/schemas/modRemoveCommentView.js.map +1 -0
  1154. package/dist/schemas/modRemoveCommentViewComment.d.ts +9 -0
  1155. package/dist/schemas/modRemoveCommentViewComment.d.ts.map +1 -0
  1156. package/dist/schemas/modRemoveCommentViewComment.js +2 -0
  1157. package/dist/schemas/modRemoveCommentViewComment.js.map +1 -0
  1158. package/dist/schemas/modRemoveCommentViewCommenter.d.ts +9 -0
  1159. package/dist/schemas/modRemoveCommentViewCommenter.d.ts.map +1 -0
  1160. package/dist/schemas/modRemoveCommentViewCommenter.js +2 -0
  1161. package/dist/schemas/modRemoveCommentViewCommenter.js.map +1 -0
  1162. package/dist/schemas/modRemoveCommentViewCommunity.d.ts +9 -0
  1163. package/dist/schemas/modRemoveCommentViewCommunity.d.ts.map +1 -0
  1164. package/dist/schemas/modRemoveCommentViewCommunity.js +2 -0
  1165. package/dist/schemas/modRemoveCommentViewCommunity.js.map +1 -0
  1166. package/dist/schemas/modRemoveCommentViewModerator.d.ts +9 -0
  1167. package/dist/schemas/modRemoveCommentViewModerator.d.ts.map +1 -0
  1168. package/dist/schemas/modRemoveCommentViewModerator.js +2 -0
  1169. package/dist/schemas/modRemoveCommentViewModerator.js.map +1 -0
  1170. package/dist/schemas/modRemoveCommentViewPost.d.ts +9 -0
  1171. package/dist/schemas/modRemoveCommentViewPost.d.ts.map +1 -0
  1172. package/dist/schemas/modRemoveCommentViewPost.js +2 -0
  1173. package/dist/schemas/modRemoveCommentViewPost.js.map +1 -0
  1174. package/dist/schemas/modRemoveCommunity.d.ts +18 -0
  1175. package/dist/schemas/modRemoveCommunity.d.ts.map +1 -0
  1176. package/dist/schemas/modRemoveCommunity.js +2 -0
  1177. package/dist/schemas/modRemoveCommunity.js.map +1 -0
  1178. package/dist/schemas/modRemoveCommunityCommunityId.d.ts +8 -0
  1179. package/dist/schemas/modRemoveCommunityCommunityId.d.ts.map +1 -0
  1180. package/dist/schemas/modRemoveCommunityCommunityId.js +8 -0
  1181. package/dist/schemas/modRemoveCommunityCommunityId.js.map +1 -0
  1182. package/dist/schemas/modRemoveCommunityModPersonId.d.ts +8 -0
  1183. package/dist/schemas/modRemoveCommunityModPersonId.d.ts.map +1 -0
  1184. package/dist/schemas/modRemoveCommunityModPersonId.js +8 -0
  1185. package/dist/schemas/modRemoveCommunityModPersonId.js.map +1 -0
  1186. package/dist/schemas/modRemoveCommunityReason.d.ts +8 -0
  1187. package/dist/schemas/modRemoveCommunityReason.d.ts.map +1 -0
  1188. package/dist/schemas/modRemoveCommunityReason.js +8 -0
  1189. package/dist/schemas/modRemoveCommunityReason.js.map +1 -0
  1190. package/dist/schemas/modRemoveCommunityView.d.ts +15 -0
  1191. package/dist/schemas/modRemoveCommunityView.d.ts.map +1 -0
  1192. package/dist/schemas/modRemoveCommunityView.js +2 -0
  1193. package/dist/schemas/modRemoveCommunityView.js.map +1 -0
  1194. package/dist/schemas/modRemoveCommunityViewCommunity.d.ts +9 -0
  1195. package/dist/schemas/modRemoveCommunityViewCommunity.d.ts.map +1 -0
  1196. package/dist/schemas/modRemoveCommunityViewCommunity.js +2 -0
  1197. package/dist/schemas/modRemoveCommunityViewCommunity.js.map +1 -0
  1198. package/dist/schemas/modRemoveCommunityViewModerator.d.ts +9 -0
  1199. package/dist/schemas/modRemoveCommunityViewModerator.d.ts.map +1 -0
  1200. package/dist/schemas/modRemoveCommunityViewModerator.js +2 -0
  1201. package/dist/schemas/modRemoveCommunityViewModerator.js.map +1 -0
  1202. package/dist/schemas/modRemovePost.d.ts +18 -0
  1203. package/dist/schemas/modRemovePost.d.ts.map +1 -0
  1204. package/dist/schemas/modRemovePost.js +2 -0
  1205. package/dist/schemas/modRemovePost.js.map +1 -0
  1206. package/dist/schemas/modRemovePostModPersonId.d.ts +8 -0
  1207. package/dist/schemas/modRemovePostModPersonId.d.ts.map +1 -0
  1208. package/dist/schemas/modRemovePostModPersonId.js +8 -0
  1209. package/dist/schemas/modRemovePostModPersonId.js.map +1 -0
  1210. package/dist/schemas/modRemovePostPostId.d.ts +8 -0
  1211. package/dist/schemas/modRemovePostPostId.d.ts.map +1 -0
  1212. package/dist/schemas/modRemovePostPostId.js +8 -0
  1213. package/dist/schemas/modRemovePostPostId.js.map +1 -0
  1214. package/dist/schemas/modRemovePostReason.d.ts +8 -0
  1215. package/dist/schemas/modRemovePostReason.d.ts.map +1 -0
  1216. package/dist/schemas/modRemovePostReason.js +8 -0
  1217. package/dist/schemas/modRemovePostReason.js.map +1 -0
  1218. package/dist/schemas/modRemovePostView.d.ts +17 -0
  1219. package/dist/schemas/modRemovePostView.d.ts.map +1 -0
  1220. package/dist/schemas/modRemovePostView.js +2 -0
  1221. package/dist/schemas/modRemovePostView.js.map +1 -0
  1222. package/dist/schemas/modRemovePostViewCommunity.d.ts +9 -0
  1223. package/dist/schemas/modRemovePostViewCommunity.d.ts.map +1 -0
  1224. package/dist/schemas/modRemovePostViewCommunity.js +2 -0
  1225. package/dist/schemas/modRemovePostViewCommunity.js.map +1 -0
  1226. package/dist/schemas/modRemovePostViewModerator.d.ts +9 -0
  1227. package/dist/schemas/modRemovePostViewModerator.d.ts.map +1 -0
  1228. package/dist/schemas/modRemovePostViewModerator.js +2 -0
  1229. package/dist/schemas/modRemovePostViewModerator.js.map +1 -0
  1230. package/dist/schemas/modRemovePostViewPost.d.ts +9 -0
  1231. package/dist/schemas/modRemovePostViewPost.d.ts.map +1 -0
  1232. package/dist/schemas/modRemovePostViewPost.js +2 -0
  1233. package/dist/schemas/modRemovePostViewPost.js.map +1 -0
  1234. package/dist/schemas/modTransferCommunity.d.ts +17 -0
  1235. package/dist/schemas/modTransferCommunity.d.ts.map +1 -0
  1236. package/dist/schemas/modTransferCommunity.js +2 -0
  1237. package/dist/schemas/modTransferCommunity.js.map +1 -0
  1238. package/dist/schemas/modTransferCommunityCommunityId.d.ts +8 -0
  1239. package/dist/schemas/modTransferCommunityCommunityId.d.ts.map +1 -0
  1240. package/dist/schemas/modTransferCommunityCommunityId.js +8 -0
  1241. package/dist/schemas/modTransferCommunityCommunityId.js.map +1 -0
  1242. package/dist/schemas/modTransferCommunityModPersonId.d.ts +8 -0
  1243. package/dist/schemas/modTransferCommunityModPersonId.d.ts.map +1 -0
  1244. package/dist/schemas/modTransferCommunityModPersonId.js +8 -0
  1245. package/dist/schemas/modTransferCommunityModPersonId.js.map +1 -0
  1246. package/dist/schemas/modTransferCommunityOtherPersonId.d.ts +8 -0
  1247. package/dist/schemas/modTransferCommunityOtherPersonId.d.ts.map +1 -0
  1248. package/dist/schemas/modTransferCommunityOtherPersonId.js +8 -0
  1249. package/dist/schemas/modTransferCommunityOtherPersonId.js.map +1 -0
  1250. package/dist/schemas/modTransferCommunityView.d.ts +17 -0
  1251. package/dist/schemas/modTransferCommunityView.d.ts.map +1 -0
  1252. package/dist/schemas/modTransferCommunityView.js +2 -0
  1253. package/dist/schemas/modTransferCommunityView.js.map +1 -0
  1254. package/dist/schemas/modTransferCommunityViewModdedPerson.d.ts +9 -0
  1255. package/dist/schemas/modTransferCommunityViewModdedPerson.d.ts.map +1 -0
  1256. package/dist/schemas/modTransferCommunityViewModdedPerson.js +2 -0
  1257. package/dist/schemas/modTransferCommunityViewModdedPerson.js.map +1 -0
  1258. package/dist/schemas/modTransferCommunityViewModerator.d.ts +9 -0
  1259. package/dist/schemas/modTransferCommunityViewModerator.d.ts.map +1 -0
  1260. package/dist/schemas/modTransferCommunityViewModerator.js +2 -0
  1261. package/dist/schemas/modTransferCommunityViewModerator.js.map +1 -0
  1262. package/dist/schemas/myUserInfo.d.ts +23 -0
  1263. package/dist/schemas/myUserInfo.d.ts.map +1 -0
  1264. package/dist/schemas/myUserInfo.js +2 -0
  1265. package/dist/schemas/myUserInfo.js.map +1 -0
  1266. package/dist/schemas/newUserExtraField.d.ts +18 -0
  1267. package/dist/schemas/newUserExtraField.d.ts.map +1 -0
  1268. package/dist/schemas/newUserExtraField.js +2 -0
  1269. package/dist/schemas/newUserExtraField.js.map +1 -0
  1270. package/dist/schemas/newUserExtraFieldId.d.ts +11 -0
  1271. package/dist/schemas/newUserExtraFieldId.d.ts.map +1 -0
  1272. package/dist/schemas/newUserExtraFieldId.js +8 -0
  1273. package/dist/schemas/newUserExtraFieldId.js.map +1 -0
  1274. package/dist/schemas/newUserExtraFieldLabel.d.ts +11 -0
  1275. package/dist/schemas/newUserExtraFieldLabel.d.ts.map +1 -0
  1276. package/dist/schemas/newUserExtraFieldLabel.js +8 -0
  1277. package/dist/schemas/newUserExtraFieldLabel.js.map +1 -0
  1278. package/dist/schemas/newUserExtraFieldText.d.ts +11 -0
  1279. package/dist/schemas/newUserExtraFieldText.d.ts.map +1 -0
  1280. package/dist/schemas/newUserExtraFieldText.js +8 -0
  1281. package/dist/schemas/newUserExtraFieldText.js.map +1 -0
  1282. package/dist/schemas/paginationMetadata.d.ts +16 -0
  1283. package/dist/schemas/paginationMetadata.d.ts.map +1 -0
  1284. package/dist/schemas/paginationMetadata.js +8 -0
  1285. package/dist/schemas/paginationMetadata.js.map +1 -0
  1286. package/dist/schemas/person.d.ts +32 -0
  1287. package/dist/schemas/person.d.ts.map +1 -0
  1288. package/dist/schemas/person.js +2 -0
  1289. package/dist/schemas/person.js.map +1 -0
  1290. package/dist/schemas/personAggregates.d.ts +12 -0
  1291. package/dist/schemas/personAggregates.d.ts.map +1 -0
  1292. package/dist/schemas/personAggregates.js +8 -0
  1293. package/dist/schemas/personAggregates.js.map +1 -0
  1294. package/dist/schemas/personAvatar.d.ts +8 -0
  1295. package/dist/schemas/personAvatar.d.ts.map +1 -0
  1296. package/dist/schemas/personAvatar.js +8 -0
  1297. package/dist/schemas/personAvatar.js.map +1 -0
  1298. package/dist/schemas/personBanner.d.ts +8 -0
  1299. package/dist/schemas/personBanner.d.ts.map +1 -0
  1300. package/dist/schemas/personBanner.js +8 -0
  1301. package/dist/schemas/personBanner.js.map +1 -0
  1302. package/dist/schemas/personBlockView.d.ts +12 -0
  1303. package/dist/schemas/personBlockView.d.ts.map +1 -0
  1304. package/dist/schemas/personBlockView.js +2 -0
  1305. package/dist/schemas/personBlockView.js.map +1 -0
  1306. package/dist/schemas/personTitle.d.ts +8 -0
  1307. package/dist/schemas/personTitle.d.ts.map +1 -0
  1308. package/dist/schemas/personTitle.js +8 -0
  1309. package/dist/schemas/personTitle.js.map +1 -0
  1310. package/dist/schemas/personView.d.ts +15 -0
  1311. package/dist/schemas/personView.d.ts.map +1 -0
  1312. package/dist/schemas/personView.js +2 -0
  1313. package/dist/schemas/personView.js.map +1 -0
  1314. package/dist/schemas/pollChoice.d.ts +14 -0
  1315. package/dist/schemas/pollChoice.d.ts.map +1 -0
  1316. package/dist/schemas/pollChoice.js +8 -0
  1317. package/dist/schemas/pollChoice.js.map +1 -0
  1318. package/dist/schemas/pollVoteRequest.d.ts +12 -0
  1319. package/dist/schemas/pollVoteRequest.d.ts.map +1 -0
  1320. package/dist/schemas/pollVoteRequest.js +8 -0
  1321. package/dist/schemas/pollVoteRequest.js.map +1 -0
  1322. package/dist/schemas/pollVoteResponse.d.ts +11 -0
  1323. package/dist/schemas/pollVoteResponse.d.ts.map +1 -0
  1324. package/dist/schemas/pollVoteResponse.js +2 -0
  1325. package/dist/schemas/pollVoteResponse.js.map +1 -0
  1326. package/dist/schemas/post.d.ts +46 -0
  1327. package/dist/schemas/post.d.ts.map +1 -0
  1328. package/dist/schemas/post.js +2 -0
  1329. package/dist/schemas/post.js.map +1 -0
  1330. package/dist/schemas/postAggregates.d.ts +17 -0
  1331. package/dist/schemas/postAggregates.d.ts.map +1 -0
  1332. package/dist/schemas/postAggregates.js +8 -0
  1333. package/dist/schemas/postAggregates.js.map +1 -0
  1334. package/dist/schemas/postEmojiReactions.d.ts +9 -0
  1335. package/dist/schemas/postEmojiReactions.d.ts.map +1 -0
  1336. package/dist/schemas/postEmojiReactions.js +2 -0
  1337. package/dist/schemas/postEmojiReactions.js.map +1 -0
  1338. package/dist/schemas/postEvent.d.ts +30 -0
  1339. package/dist/schemas/postEvent.d.ts.map +1 -0
  1340. package/dist/schemas/postEvent.js +2 -0
  1341. package/dist/schemas/postEvent.js.map +1 -0
  1342. package/dist/schemas/postEventBuyTicketsLink.d.ts +8 -0
  1343. package/dist/schemas/postEventBuyTicketsLink.d.ts.map +1 -0
  1344. package/dist/schemas/postEventBuyTicketsLink.js +8 -0
  1345. package/dist/schemas/postEventBuyTicketsLink.js.map +1 -0
  1346. package/dist/schemas/postEventExternalParticipationUrl.d.ts +8 -0
  1347. package/dist/schemas/postEventExternalParticipationUrl.d.ts.map +1 -0
  1348. package/dist/schemas/postEventExternalParticipationUrl.js +8 -0
  1349. package/dist/schemas/postEventExternalParticipationUrl.js.map +1 -0
  1350. package/dist/schemas/postEventLocation.d.ts +12 -0
  1351. package/dist/schemas/postEventLocation.d.ts.map +1 -0
  1352. package/dist/schemas/postEventLocation.js +2 -0
  1353. package/dist/schemas/postEventLocation.js.map +1 -0
  1354. package/dist/schemas/postEventLocationAnyOf.d.ts +13 -0
  1355. package/dist/schemas/postEventLocationAnyOf.d.ts.map +1 -0
  1356. package/dist/schemas/postEventLocationAnyOf.js +8 -0
  1357. package/dist/schemas/postEventLocationAnyOf.js.map +1 -0
  1358. package/dist/schemas/postEventOnlineLink.d.ts +8 -0
  1359. package/dist/schemas/postEventOnlineLink.d.ts.map +1 -0
  1360. package/dist/schemas/postEventOnlineLink.js +8 -0
  1361. package/dist/schemas/postEventOnlineLink.js.map +1 -0
  1362. package/dist/schemas/postFlair.d.ts +8 -0
  1363. package/dist/schemas/postFlair.d.ts.map +1 -0
  1364. package/dist/schemas/postFlair.js +8 -0
  1365. package/dist/schemas/postFlair.js.map +1 -0
  1366. package/dist/schemas/postLikeView.d.ts +14 -0
  1367. package/dist/schemas/postLikeView.d.ts.map +1 -0
  1368. package/dist/schemas/postLikeView.js +2 -0
  1369. package/dist/schemas/postLikeView.js.map +1 -0
  1370. package/dist/schemas/postPoll.d.ts +19 -0
  1371. package/dist/schemas/postPoll.d.ts.map +1 -0
  1372. package/dist/schemas/postPoll.js +2 -0
  1373. package/dist/schemas/postPoll.js.map +1 -0
  1374. package/dist/schemas/postPollMode.d.ts +15 -0
  1375. package/dist/schemas/postPollMode.d.ts.map +1 -0
  1376. package/dist/schemas/postPollMode.js +12 -0
  1377. package/dist/schemas/postPollMode.js.map +1 -0
  1378. package/dist/schemas/postPostType.d.ts +16 -0
  1379. package/dist/schemas/postPostType.d.ts.map +1 -0
  1380. package/dist/schemas/postPostType.js +16 -0
  1381. package/dist/schemas/postPostType.js.map +1 -0
  1382. package/dist/schemas/postReplyView.d.ts +32 -0
  1383. package/dist/schemas/postReplyView.d.ts.map +1 -0
  1384. package/dist/schemas/postReplyView.js +2 -0
  1385. package/dist/schemas/postReplyView.js.map +1 -0
  1386. package/dist/schemas/postReplyViewSubscribed.d.ts +16 -0
  1387. package/dist/schemas/postReplyViewSubscribed.d.ts.map +1 -0
  1388. package/dist/schemas/postReplyViewSubscribed.js +13 -0
  1389. package/dist/schemas/postReplyViewSubscribed.js.map +1 -0
  1390. package/dist/schemas/postReport.d.ts +17 -0
  1391. package/dist/schemas/postReport.d.ts.map +1 -0
  1392. package/dist/schemas/postReport.js +8 -0
  1393. package/dist/schemas/postReport.js.map +1 -0
  1394. package/dist/schemas/postReportResponse.d.ts +11 -0
  1395. package/dist/schemas/postReportResponse.d.ts.map +1 -0
  1396. package/dist/schemas/postReportResponse.js +2 -0
  1397. package/dist/schemas/postReportResponse.js.map +1 -0
  1398. package/dist/schemas/postReportView.d.ts +27 -0
  1399. package/dist/schemas/postReportView.d.ts.map +1 -0
  1400. package/dist/schemas/postReportView.js +2 -0
  1401. package/dist/schemas/postReportView.js.map +1 -0
  1402. package/dist/schemas/postReportViewSubscribed.d.ts +13 -0
  1403. package/dist/schemas/postReportViewSubscribed.d.ts.map +1 -0
  1404. package/dist/schemas/postReportViewSubscribed.js +13 -0
  1405. package/dist/schemas/postReportViewSubscribed.js.map +1 -0
  1406. package/dist/schemas/postSetFlairRequest.d.ts +13 -0
  1407. package/dist/schemas/postSetFlairRequest.d.ts.map +1 -0
  1408. package/dist/schemas/postSetFlairRequest.js +2 -0
  1409. package/dist/schemas/postSetFlairRequest.js.map +1 -0
  1410. package/dist/schemas/postSetFlairRequestFlairIdList.d.ts +11 -0
  1411. package/dist/schemas/postSetFlairRequestFlairIdList.d.ts.map +1 -0
  1412. package/dist/schemas/postSetFlairRequestFlairIdList.js +8 -0
  1413. package/dist/schemas/postSetFlairRequestFlairIdList.js.map +1 -0
  1414. package/dist/schemas/postSetFlairResponse.d.ts +34 -0
  1415. package/dist/schemas/postSetFlairResponse.d.ts.map +1 -0
  1416. package/dist/schemas/postSetFlairResponse.js +2 -0
  1417. package/dist/schemas/postSetFlairResponse.js.map +1 -0
  1418. package/dist/schemas/postSetFlairResponseSubscribed.d.ts +13 -0
  1419. package/dist/schemas/postSetFlairResponseSubscribed.d.ts.map +1 -0
  1420. package/dist/schemas/postSetFlairResponseSubscribed.js +13 -0
  1421. package/dist/schemas/postSetFlairResponseSubscribed.js.map +1 -0
  1422. package/dist/schemas/postTags.d.ts +8 -0
  1423. package/dist/schemas/postTags.d.ts.map +1 -0
  1424. package/dist/schemas/postTags.js +8 -0
  1425. package/dist/schemas/postTags.js.map +1 -0
  1426. package/dist/schemas/postView.d.ts +34 -0
  1427. package/dist/schemas/postView.d.ts.map +1 -0
  1428. package/dist/schemas/postView.js +2 -0
  1429. package/dist/schemas/postView.js.map +1 -0
  1430. package/dist/schemas/postViewSubscribed.d.ts +13 -0
  1431. package/dist/schemas/postViewSubscribed.d.ts.map +1 -0
  1432. package/dist/schemas/postViewSubscribed.js +13 -0
  1433. package/dist/schemas/postViewSubscribed.js.map +1 -0
  1434. package/dist/schemas/privateMessage.d.ts +18 -0
  1435. package/dist/schemas/privateMessage.d.ts.map +1 -0
  1436. package/dist/schemas/privateMessage.js +8 -0
  1437. package/dist/schemas/privateMessage.js.map +1 -0
  1438. package/dist/schemas/privateMessageResponse.d.ts +11 -0
  1439. package/dist/schemas/privateMessageResponse.d.ts.map +1 -0
  1440. package/dist/schemas/privateMessageResponse.js +2 -0
  1441. package/dist/schemas/privateMessageResponse.js.map +1 -0
  1442. package/dist/schemas/privateMessageView.d.ts +15 -0
  1443. package/dist/schemas/privateMessageView.d.ts.map +1 -0
  1444. package/dist/schemas/privateMessageView.js +2 -0
  1445. package/dist/schemas/privateMessageView.js.map +1 -0
  1446. package/dist/schemas/reactions.d.ts +14 -0
  1447. package/dist/schemas/reactions.d.ts.map +1 -0
  1448. package/dist/schemas/reactions.js +2 -0
  1449. package/dist/schemas/reactions.js.map +1 -0
  1450. package/dist/schemas/reactionsUrl.d.ts +8 -0
  1451. package/dist/schemas/reactionsUrl.d.ts.map +1 -0
  1452. package/dist/schemas/reactionsUrl.js +8 -0
  1453. package/dist/schemas/reactionsUrl.js.map +1 -0
  1454. package/dist/schemas/registrationApproveRequest.d.ts +11 -0
  1455. package/dist/schemas/registrationApproveRequest.d.ts.map +1 -0
  1456. package/dist/schemas/registrationApproveRequest.js +8 -0
  1457. package/dist/schemas/registrationApproveRequest.js.map +1 -0
  1458. package/dist/schemas/removeCommentRequest.d.ts +12 -0
  1459. package/dist/schemas/removeCommentRequest.d.ts.map +1 -0
  1460. package/dist/schemas/removeCommentRequest.js +8 -0
  1461. package/dist/schemas/removeCommentRequest.js.map +1 -0
  1462. package/dist/schemas/removePostRequest.d.ts +12 -0
  1463. package/dist/schemas/removePostRequest.d.ts.map +1 -0
  1464. package/dist/schemas/removePostRequest.js +8 -0
  1465. package/dist/schemas/removePostRequest.js.map +1 -0
  1466. package/dist/schemas/reportCommentRequest.d.ts +14 -0
  1467. package/dist/schemas/reportCommentRequest.d.ts.map +1 -0
  1468. package/dist/schemas/reportCommentRequest.js +8 -0
  1469. package/dist/schemas/reportCommentRequest.js.map +1 -0
  1470. package/dist/schemas/reportPostRequest.d.ts +14 -0
  1471. package/dist/schemas/reportPostRequest.d.ts.map +1 -0
  1472. package/dist/schemas/reportPostRequest.js +8 -0
  1473. package/dist/schemas/reportPostRequest.js.map +1 -0
  1474. package/dist/schemas/reportPrivateMessageRequest.d.ts +11 -0
  1475. package/dist/schemas/reportPrivateMessageRequest.d.ts.map +1 -0
  1476. package/dist/schemas/reportPrivateMessageRequest.js +8 -0
  1477. package/dist/schemas/reportPrivateMessageRequest.js.map +1 -0
  1478. package/dist/schemas/resolveObjectResponse.d.ts +19 -0
  1479. package/dist/schemas/resolveObjectResponse.d.ts.map +1 -0
  1480. package/dist/schemas/resolveObjectResponse.js +2 -0
  1481. package/dist/schemas/resolveObjectResponse.js.map +1 -0
  1482. package/dist/schemas/saveCommentRequest.d.ts +11 -0
  1483. package/dist/schemas/saveCommentRequest.d.ts.map +1 -0
  1484. package/dist/schemas/saveCommentRequest.js +8 -0
  1485. package/dist/schemas/saveCommentRequest.js.map +1 -0
  1486. package/dist/schemas/savePostRequest.d.ts +11 -0
  1487. package/dist/schemas/savePostRequest.d.ts.map +1 -0
  1488. package/dist/schemas/savePostRequest.js +8 -0
  1489. package/dist/schemas/savePostRequest.js.map +1 -0
  1490. package/dist/schemas/searchResponse.d.ts +19 -0
  1491. package/dist/schemas/searchResponse.d.ts.map +1 -0
  1492. package/dist/schemas/searchResponse.js +2 -0
  1493. package/dist/schemas/searchResponse.js.map +1 -0
  1494. package/dist/schemas/searchResponseType.d.ts +15 -0
  1495. package/dist/schemas/searchResponseType.d.ts.map +1 -0
  1496. package/dist/schemas/searchResponseType.js +15 -0
  1497. package/dist/schemas/searchResponseType.js.map +1 -0
  1498. package/dist/schemas/site.d.ts +26 -0
  1499. package/dist/schemas/site.d.ts.map +1 -0
  1500. package/dist/schemas/site.js +2 -0
  1501. package/dist/schemas/site.js.map +1 -0
  1502. package/dist/schemas/siteIcon.d.ts +8 -0
  1503. package/dist/schemas/siteIcon.d.ts.map +1 -0
  1504. package/dist/schemas/siteIcon.js +8 -0
  1505. package/dist/schemas/siteIcon.js.map +1 -0
  1506. package/dist/schemas/siteMetadataView.d.ts +13 -0
  1507. package/dist/schemas/siteMetadataView.d.ts.map +1 -0
  1508. package/dist/schemas/siteMetadataView.js +8 -0
  1509. package/dist/schemas/siteMetadataView.js.map +1 -0
  1510. package/dist/schemas/siteRegistrationMode.d.ts +13 -0
  1511. package/dist/schemas/siteRegistrationMode.d.ts.map +1 -0
  1512. package/dist/schemas/siteRegistrationMode.js +13 -0
  1513. package/dist/schemas/siteRegistrationMode.js.map +1 -0
  1514. package/dist/schemas/subscribeCommentRequest.d.ts +11 -0
  1515. package/dist/schemas/subscribeCommentRequest.d.ts.map +1 -0
  1516. package/dist/schemas/subscribeCommentRequest.js +8 -0
  1517. package/dist/schemas/subscribeCommentRequest.js.map +1 -0
  1518. package/dist/schemas/subscribeCommunityRequest.d.ts +11 -0
  1519. package/dist/schemas/subscribeCommunityRequest.d.ts.map +1 -0
  1520. package/dist/schemas/subscribeCommunityRequest.js +8 -0
  1521. package/dist/schemas/subscribeCommunityRequest.js.map +1 -0
  1522. package/dist/schemas/subscribePostRequest.d.ts +11 -0
  1523. package/dist/schemas/subscribePostRequest.d.ts.map +1 -0
  1524. package/dist/schemas/subscribePostRequest.js +8 -0
  1525. package/dist/schemas/subscribePostRequest.js.map +1 -0
  1526. package/dist/schemas/successResponse.d.ts +10 -0
  1527. package/dist/schemas/successResponse.d.ts.map +1 -0
  1528. package/dist/schemas/successResponse.js +8 -0
  1529. package/dist/schemas/successResponse.js.map +1 -0
  1530. package/dist/schemas/topicListResponse.d.ts +11 -0
  1531. package/dist/schemas/topicListResponse.d.ts.map +1 -0
  1532. package/dist/schemas/topicListResponse.js +2 -0
  1533. package/dist/schemas/topicListResponse.js.map +1 -0
  1534. package/dist/schemas/topicView.d.ts +19 -0
  1535. package/dist/schemas/topicView.d.ts.map +1 -0
  1536. package/dist/schemas/topicView.js +2 -0
  1537. package/dist/schemas/topicView.js.map +1 -0
  1538. package/dist/schemas/topicViewParentTopicId.d.ts +8 -0
  1539. package/dist/schemas/topicViewParentTopicId.d.ts.map +1 -0
  1540. package/dist/schemas/topicViewParentTopicId.js +8 -0
  1541. package/dist/schemas/topicViewParentTopicId.js.map +1 -0
  1542. package/dist/schemas/unprocessableEntityResponse.d.ts +12 -0
  1543. package/dist/schemas/unprocessableEntityResponse.d.ts.map +1 -0
  1544. package/dist/schemas/unprocessableEntityResponse.js +2 -0
  1545. package/dist/schemas/unprocessableEntityResponse.js.map +1 -0
  1546. package/dist/schemas/userBanRequest.d.ts +20 -0
  1547. package/dist/schemas/userBanRequest.d.ts.map +1 -0
  1548. package/dist/schemas/userBanRequest.js +2 -0
  1549. package/dist/schemas/userBanRequest.js.map +1 -0
  1550. package/dist/schemas/userBanRequestBanIpAddress.d.ts +8 -0
  1551. package/dist/schemas/userBanRequestBanIpAddress.d.ts.map +1 -0
  1552. package/dist/schemas/userBanRequestBanIpAddress.js +8 -0
  1553. package/dist/schemas/userBanRequestBanIpAddress.js.map +1 -0
  1554. package/dist/schemas/userBanRequestPurgeContent.d.ts +8 -0
  1555. package/dist/schemas/userBanRequestPurgeContent.d.ts.map +1 -0
  1556. package/dist/schemas/userBanRequestPurgeContent.js +8 -0
  1557. package/dist/schemas/userBanRequestPurgeContent.js.map +1 -0
  1558. package/dist/schemas/userBanRequestReason.d.ts +12 -0
  1559. package/dist/schemas/userBanRequestReason.d.ts.map +1 -0
  1560. package/dist/schemas/userBanRequestReason.js +8 -0
  1561. package/dist/schemas/userBanRequestReason.js.map +1 -0
  1562. package/dist/schemas/userBanResponse.d.ts +11 -0
  1563. package/dist/schemas/userBanResponse.d.ts.map +1 -0
  1564. package/dist/schemas/userBanResponse.js +2 -0
  1565. package/dist/schemas/userBanResponse.js.map +1 -0
  1566. package/dist/schemas/userBlockRequest.d.ts +11 -0
  1567. package/dist/schemas/userBlockRequest.d.ts.map +1 -0
  1568. package/dist/schemas/userBlockRequest.js +8 -0
  1569. package/dist/schemas/userBlockRequest.js.map +1 -0
  1570. package/dist/schemas/userBlockResponse.d.ts +12 -0
  1571. package/dist/schemas/userBlockResponse.d.ts.map +1 -0
  1572. package/dist/schemas/userBlockResponse.js +2 -0
  1573. package/dist/schemas/userBlockResponse.js.map +1 -0
  1574. package/dist/schemas/userExtraField.d.ts +12 -0
  1575. package/dist/schemas/userExtraField.d.ts.map +1 -0
  1576. package/dist/schemas/userExtraField.js +8 -0
  1577. package/dist/schemas/userExtraField.js.map +1 -0
  1578. package/dist/schemas/userLoginRequest.d.ts +11 -0
  1579. package/dist/schemas/userLoginRequest.d.ts.map +1 -0
  1580. package/dist/schemas/userLoginRequest.js +8 -0
  1581. package/dist/schemas/userLoginRequest.js.map +1 -0
  1582. package/dist/schemas/userLoginResponse.d.ts +10 -0
  1583. package/dist/schemas/userLoginResponse.d.ts.map +1 -0
  1584. package/dist/schemas/userLoginResponse.js +8 -0
  1585. package/dist/schemas/userLoginResponse.js.map +1 -0
  1586. package/dist/schemas/userMarkAllNotifsReadResponse.d.ts +10 -0
  1587. package/dist/schemas/userMarkAllNotifsReadResponse.d.ts.map +1 -0
  1588. package/dist/schemas/userMarkAllNotifsReadResponse.js +8 -0
  1589. package/dist/schemas/userMarkAllNotifsReadResponse.js.map +1 -0
  1590. package/dist/schemas/userMarkAllReadResponse.d.ts +12 -0
  1591. package/dist/schemas/userMarkAllReadResponse.d.ts.map +1 -0
  1592. package/dist/schemas/userMarkAllReadResponse.js +2 -0
  1593. package/dist/schemas/userMarkAllReadResponse.js.map +1 -0
  1594. package/dist/schemas/userMeResponse.d.ts +23 -0
  1595. package/dist/schemas/userMeResponse.d.ts.map +1 -0
  1596. package/dist/schemas/userMeResponse.js +2 -0
  1597. package/dist/schemas/userMeResponse.js.map +1 -0
  1598. package/dist/schemas/userMediaResponse.d.ts +13 -0
  1599. package/dist/schemas/userMediaResponse.d.ts.map +1 -0
  1600. package/dist/schemas/userMediaResponse.js +2 -0
  1601. package/dist/schemas/userMediaResponse.js.map +1 -0
  1602. package/dist/schemas/userMediaResponseNextPage.d.ts +8 -0
  1603. package/dist/schemas/userMediaResponseNextPage.d.ts.map +1 -0
  1604. package/dist/schemas/userMediaResponseNextPage.js +8 -0
  1605. package/dist/schemas/userMediaResponseNextPage.js.map +1 -0
  1606. package/dist/schemas/userMentionsResponse.d.ts +13 -0
  1607. package/dist/schemas/userMentionsResponse.d.ts.map +1 -0
  1608. package/dist/schemas/userMentionsResponse.js +2 -0
  1609. package/dist/schemas/userMentionsResponse.js.map +1 -0
  1610. package/dist/schemas/userMentionsResponseNextPage.d.ts +8 -0
  1611. package/dist/schemas/userMentionsResponseNextPage.d.ts.map +1 -0
  1612. package/dist/schemas/userMentionsResponseNextPage.js +8 -0
  1613. package/dist/schemas/userMentionsResponseNextPage.js.map +1 -0
  1614. package/dist/schemas/userNotificationItemView.d.ts +39 -0
  1615. package/dist/schemas/userNotificationItemView.d.ts.map +1 -0
  1616. package/dist/schemas/userNotificationItemView.js +2 -0
  1617. package/dist/schemas/userNotificationItemView.js.map +1 -0
  1618. package/dist/schemas/userNotificationItemViewStatus.d.ts +15 -0
  1619. package/dist/schemas/userNotificationItemViewStatus.d.ts.map +1 -0
  1620. package/dist/schemas/userNotificationItemViewStatus.js +12 -0
  1621. package/dist/schemas/userNotificationItemViewStatus.js.map +1 -0
  1622. package/dist/schemas/userNotificationStateRequest.d.ts +12 -0
  1623. package/dist/schemas/userNotificationStateRequest.d.ts.map +1 -0
  1624. package/dist/schemas/userNotificationStateRequest.js +8 -0
  1625. package/dist/schemas/userNotificationStateRequest.js.map +1 -0
  1626. package/dist/schemas/userNotificationsCountResponse.d.ts +10 -0
  1627. package/dist/schemas/userNotificationsCountResponse.d.ts.map +1 -0
  1628. package/dist/schemas/userNotificationsCountResponse.js +8 -0
  1629. package/dist/schemas/userNotificationsCountResponse.js.map +1 -0
  1630. package/dist/schemas/userNotificationsCounts.d.ts +12 -0
  1631. package/dist/schemas/userNotificationsCounts.d.ts.map +1 -0
  1632. package/dist/schemas/userNotificationsCounts.js +8 -0
  1633. package/dist/schemas/userNotificationsCounts.js.map +1 -0
  1634. package/dist/schemas/userNotificationsResponse.d.ts +18 -0
  1635. package/dist/schemas/userNotificationsResponse.d.ts.map +1 -0
  1636. package/dist/schemas/userNotificationsResponse.js +2 -0
  1637. package/dist/schemas/userNotificationsResponse.js.map +1 -0
  1638. package/dist/schemas/userNotificationsResponseNextPage.d.ts +8 -0
  1639. package/dist/schemas/userNotificationsResponseNextPage.d.ts.map +1 -0
  1640. package/dist/schemas/userNotificationsResponseNextPage.js +8 -0
  1641. package/dist/schemas/userNotificationsResponseNextPage.js.map +1 -0
  1642. package/dist/schemas/userNotificationsResponseStatus.d.ts +14 -0
  1643. package/dist/schemas/userNotificationsResponseStatus.d.ts.map +1 -0
  1644. package/dist/schemas/userNotificationsResponseStatus.js +14 -0
  1645. package/dist/schemas/userNotificationsResponseStatus.js.map +1 -0
  1646. package/dist/schemas/userRegistration.d.ts +26 -0
  1647. package/dist/schemas/userRegistration.d.ts.map +1 -0
  1648. package/dist/schemas/userRegistration.js +2 -0
  1649. package/dist/schemas/userRegistration.js.map +1 -0
  1650. package/dist/schemas/userRegistrationAnswer.d.ts +8 -0
  1651. package/dist/schemas/userRegistrationAnswer.d.ts.map +1 -0
  1652. package/dist/schemas/userRegistrationAnswer.js +8 -0
  1653. package/dist/schemas/userRegistrationAnswer.js.map +1 -0
  1654. package/dist/schemas/userRegistrationEmail.d.ts +8 -0
  1655. package/dist/schemas/userRegistrationEmail.d.ts.map +1 -0
  1656. package/dist/schemas/userRegistrationEmail.js +8 -0
  1657. package/dist/schemas/userRegistrationEmail.js.map +1 -0
  1658. package/dist/schemas/userRegistrationIpAddress.d.ts +8 -0
  1659. package/dist/schemas/userRegistrationIpAddress.d.ts.map +1 -0
  1660. package/dist/schemas/userRegistrationIpAddress.js +8 -0
  1661. package/dist/schemas/userRegistrationIpAddress.js.map +1 -0
  1662. package/dist/schemas/userRegistrationStatus.d.ts +12 -0
  1663. package/dist/schemas/userRegistrationStatus.d.ts.map +1 -0
  1664. package/dist/schemas/userRegistrationStatus.js +12 -0
  1665. package/dist/schemas/userRegistrationStatus.js.map +1 -0
  1666. package/dist/schemas/userRepliesResponse.d.ts +13 -0
  1667. package/dist/schemas/userRepliesResponse.d.ts.map +1 -0
  1668. package/dist/schemas/userRepliesResponse.js +2 -0
  1669. package/dist/schemas/userRepliesResponse.js.map +1 -0
  1670. package/dist/schemas/userRepliesResponseNextPage.d.ts +8 -0
  1671. package/dist/schemas/userRepliesResponseNextPage.d.ts.map +1 -0
  1672. package/dist/schemas/userRepliesResponseNextPage.js +8 -0
  1673. package/dist/schemas/userRepliesResponseNextPage.js.map +1 -0
  1674. package/dist/schemas/userSaveSettingsRequest.d.ts +65 -0
  1675. package/dist/schemas/userSaveSettingsRequest.d.ts.map +1 -0
  1676. package/dist/schemas/userSaveSettingsRequest.js +2 -0
  1677. package/dist/schemas/userSaveSettingsRequest.js.map +1 -0
  1678. package/dist/schemas/userSaveSettingsRequestAcceptPrivateMessages.d.ts +17 -0
  1679. package/dist/schemas/userSaveSettingsRequestAcceptPrivateMessages.d.ts.map +1 -0
  1680. package/dist/schemas/userSaveSettingsRequestAcceptPrivateMessages.js +14 -0
  1681. package/dist/schemas/userSaveSettingsRequestAcceptPrivateMessages.js.map +1 -0
  1682. package/dist/schemas/userSaveSettingsRequestAvatar.d.ts +11 -0
  1683. package/dist/schemas/userSaveSettingsRequestAvatar.d.ts.map +1 -0
  1684. package/dist/schemas/userSaveSettingsRequestAvatar.js +8 -0
  1685. package/dist/schemas/userSaveSettingsRequestAvatar.js.map +1 -0
  1686. package/dist/schemas/userSaveSettingsRequestBotVisibility.d.ts +14 -0
  1687. package/dist/schemas/userSaveSettingsRequestBotVisibility.d.ts.map +1 -0
  1688. package/dist/schemas/userSaveSettingsRequestBotVisibility.js +14 -0
  1689. package/dist/schemas/userSaveSettingsRequestBotVisibility.js.map +1 -0
  1690. package/dist/schemas/userSaveSettingsRequestCommunityKeywordFilter.d.ts +11 -0
  1691. package/dist/schemas/userSaveSettingsRequestCommunityKeywordFilter.d.ts.map +1 -0
  1692. package/dist/schemas/userSaveSettingsRequestCommunityKeywordFilter.js +8 -0
  1693. package/dist/schemas/userSaveSettingsRequestCommunityKeywordFilter.js.map +1 -0
  1694. package/dist/schemas/userSaveSettingsRequestCover.d.ts +11 -0
  1695. package/dist/schemas/userSaveSettingsRequestCover.d.ts.map +1 -0
  1696. package/dist/schemas/userSaveSettingsRequestCover.js +8 -0
  1697. package/dist/schemas/userSaveSettingsRequestCover.js.map +1 -0
  1698. package/dist/schemas/userSaveSettingsRequestDefaultCommentSortType.d.ts +14 -0
  1699. package/dist/schemas/userSaveSettingsRequestDefaultCommentSortType.d.ts.map +1 -0
  1700. package/dist/schemas/userSaveSettingsRequestDefaultCommentSortType.js +14 -0
  1701. package/dist/schemas/userSaveSettingsRequestDefaultCommentSortType.js.map +1 -0
  1702. package/dist/schemas/userSaveSettingsRequestDefaultSortType.d.ts +16 -0
  1703. package/dist/schemas/userSaveSettingsRequestDefaultSortType.d.ts.map +1 -0
  1704. package/dist/schemas/userSaveSettingsRequestDefaultSortType.js +16 -0
  1705. package/dist/schemas/userSaveSettingsRequestDefaultSortType.js.map +1 -0
  1706. package/dist/schemas/userSaveSettingsRequestGenaiVisibility.d.ts +17 -0
  1707. package/dist/schemas/userSaveSettingsRequestGenaiVisibility.d.ts.map +1 -0
  1708. package/dist/schemas/userSaveSettingsRequestGenaiVisibility.js +14 -0
  1709. package/dist/schemas/userSaveSettingsRequestGenaiVisibility.js.map +1 -0
  1710. package/dist/schemas/userSaveSettingsRequestNsflVisibility.d.ts +17 -0
  1711. package/dist/schemas/userSaveSettingsRequestNsflVisibility.d.ts.map +1 -0
  1712. package/dist/schemas/userSaveSettingsRequestNsflVisibility.js +14 -0
  1713. package/dist/schemas/userSaveSettingsRequestNsflVisibility.js.map +1 -0
  1714. package/dist/schemas/userSaveSettingsRequestNsfwVisibility.d.ts +17 -0
  1715. package/dist/schemas/userSaveSettingsRequestNsfwVisibility.d.ts.map +1 -0
  1716. package/dist/schemas/userSaveSettingsRequestNsfwVisibility.js +14 -0
  1717. package/dist/schemas/userSaveSettingsRequestNsfwVisibility.js.map +1 -0
  1718. package/dist/schemas/userSaveSettingsResponse.d.ts +11 -0
  1719. package/dist/schemas/userSaveSettingsResponse.d.ts.map +1 -0
  1720. package/dist/schemas/userSaveSettingsResponse.js +2 -0
  1721. package/dist/schemas/userSaveSettingsResponse.js.map +1 -0
  1722. package/dist/schemas/userSetFlairRequest.d.ts +16 -0
  1723. package/dist/schemas/userSetFlairRequest.d.ts.map +1 -0
  1724. package/dist/schemas/userSetFlairRequest.js +2 -0
  1725. package/dist/schemas/userSetFlairRequest.js.map +1 -0
  1726. package/dist/schemas/userSetFlairRequestFlairText.d.ts +12 -0
  1727. package/dist/schemas/userSetFlairRequestFlairText.d.ts.map +1 -0
  1728. package/dist/schemas/userSetFlairRequestFlairText.js +8 -0
  1729. package/dist/schemas/userSetFlairRequestFlairText.js.map +1 -0
  1730. package/dist/schemas/userSetFlairResponse.d.ts +11 -0
  1731. package/dist/schemas/userSetFlairResponse.d.ts.map +1 -0
  1732. package/dist/schemas/userSetFlairResponse.js +2 -0
  1733. package/dist/schemas/userSetFlairResponse.js.map +1 -0
  1734. package/dist/schemas/userSetNoteRequest.d.ts +16 -0
  1735. package/dist/schemas/userSetNoteRequest.d.ts.map +1 -0
  1736. package/dist/schemas/userSetNoteRequest.js +2 -0
  1737. package/dist/schemas/userSetNoteRequest.js.map +1 -0
  1738. package/dist/schemas/userSetNoteRequestNote.d.ts +12 -0
  1739. package/dist/schemas/userSetNoteRequestNote.d.ts.map +1 -0
  1740. package/dist/schemas/userSetNoteRequestNote.js +8 -0
  1741. package/dist/schemas/userSetNoteRequestNote.js.map +1 -0
  1742. package/dist/schemas/userSetNoteResponse.d.ts +11 -0
  1743. package/dist/schemas/userSetNoteResponse.d.ts.map +1 -0
  1744. package/dist/schemas/userSetNoteResponse.js +2 -0
  1745. package/dist/schemas/userSetNoteResponse.js.map +1 -0
  1746. package/dist/schemas/userSubscribeRequest.d.ts +11 -0
  1747. package/dist/schemas/userSubscribeRequest.d.ts.map +1 -0
  1748. package/dist/schemas/userSubscribeRequest.js +8 -0
  1749. package/dist/schemas/userSubscribeRequest.js.map +1 -0
  1750. package/dist/schemas/userSubscribeResponse.d.ts +12 -0
  1751. package/dist/schemas/userSubscribeResponse.d.ts.map +1 -0
  1752. package/dist/schemas/userSubscribeResponse.js +2 -0
  1753. package/dist/schemas/userSubscribeResponse.js.map +1 -0
  1754. package/dist/schemas/userUnbanRequest.d.ts +10 -0
  1755. package/dist/schemas/userUnbanRequest.d.ts.map +1 -0
  1756. package/dist/schemas/userUnbanRequest.js +8 -0
  1757. package/dist/schemas/userUnbanRequest.js.map +1 -0
  1758. package/dist/schemas/userUnreadCountsResponse.d.ts +16 -0
  1759. package/dist/schemas/userUnreadCountsResponse.d.ts.map +1 -0
  1760. package/dist/schemas/userUnreadCountsResponse.js +8 -0
  1761. package/dist/schemas/userUnreadCountsResponse.js.map +1 -0
  1762. package/dist/schemas/widthHeight.d.ts +11 -0
  1763. package/dist/schemas/widthHeight.d.ts.map +1 -0
  1764. package/dist/schemas/widthHeight.js +8 -0
  1765. package/dist/schemas/widthHeight.js.map +1 -0
  1766. package/dist/zod/admin/admin.d.ts +280 -0
  1767. package/dist/zod/admin/admin.d.ts.map +1 -0
  1768. package/dist/zod/admin/admin.js +68 -0
  1769. package/dist/zod/admin/admin.js.map +1 -0
  1770. package/dist/zod/comment/comment.d.ts +16794 -0
  1771. package/dist/zod/comment/comment.d.ts.map +1 -0
  1772. package/dist/zod/comment/comment.js +2510 -0
  1773. package/dist/zod/comment/comment.js.map +1 -0
  1774. package/dist/zod/community/community.d.ts +8665 -0
  1775. package/dist/zod/community/community.d.ts.map +1 -0
  1776. package/dist/zod/community/community.js +1537 -0
  1777. package/dist/zod/community/community.js.map +1 -0
  1778. package/dist/zod/feed/feed.d.ts +1388 -0
  1779. package/dist/zod/feed/feed.d.ts.map +1 -0
  1780. package/dist/zod/feed/feed.js +370 -0
  1781. package/dist/zod/feed/feed.js.map +1 -0
  1782. package/dist/zod/misc/misc.d.ts +15492 -0
  1783. package/dist/zod/misc/misc.d.ts.map +1 -0
  1784. package/dist/zod/misc/misc.js +2292 -0
  1785. package/dist/zod/misc/misc.js.map +1 -0
  1786. package/dist/zod/post/post.d.ts +39728 -0
  1787. package/dist/zod/post/post.d.ts.map +1 -0
  1788. package/dist/zod/post/post.js +6022 -0
  1789. package/dist/zod/post/post.js.map +1 -0
  1790. package/dist/zod/private-message/private-message.d.ts +3130 -0
  1791. package/dist/zod/private-message/private-message.d.ts.map +1 -0
  1792. package/dist/zod/private-message/private-message.js +530 -0
  1793. package/dist/zod/private-message/private-message.js.map +1 -0
  1794. package/dist/zod/site/site.d.ts +3143 -0
  1795. package/dist/zod/site/site.d.ts.map +1 -0
  1796. package/dist/zod/site/site.js +441 -0
  1797. package/dist/zod/site/site.js.map +1 -0
  1798. package/dist/zod/topic/topic.d.ts +225 -0
  1799. package/dist/zod/topic/topic.d.ts.map +1 -0
  1800. package/dist/zod/topic/topic.js +49 -0
  1801. package/dist/zod/topic/topic.js.map +1 -0
  1802. package/dist/zod/upload/upload.d.ts +103 -0
  1803. package/dist/zod/upload/upload.d.ts.map +1 -0
  1804. package/dist/zod/upload/upload.js +53 -0
  1805. package/dist/zod/upload/upload.js.map +1 -0
  1806. package/dist/zod/user/user.d.ts +19853 -0
  1807. package/dist/zod/user/user.d.ts.map +1 -0
  1808. package/dist/zod/user/user.js +2931 -0
  1809. package/dist/zod/user/user.js.map +1 -0
  1810. package/dist/zod-index.d.ts +12 -0
  1811. package/dist/zod-index.d.ts.map +1 -0
  1812. package/dist/zod-index.js +13 -0
  1813. package/dist/zod-index.js.map +1 -0
  1814. package/package.json +49 -0
  1815. package/src/client/admin/admin.ts +118 -0
  1816. package/src/client/comment/comment.ts +727 -0
  1817. package/src/client/community/community.ts +874 -0
  1818. package/src/client/feed/feed.ts +326 -0
  1819. package/src/client/misc/misc.ts +285 -0
  1820. package/src/client/post/post.ts +1043 -0
  1821. package/src/client/private-message/private-message.ts +425 -0
  1822. package/src/client/site/site.ts +248 -0
  1823. package/src/client/topic/topic.ts +69 -0
  1824. package/src/client/upload/upload.ts +235 -0
  1825. package/src/client/user/user.ts +1060 -0
  1826. package/src/create-client.ts +71 -0
  1827. package/src/index.ts +19 -0
  1828. package/src/mutator/custom-fetch.ts +27 -0
  1829. package/src/schemas/adminPurgeComment.ts +15 -0
  1830. package/src/schemas/adminPurgeCommentReason.ts +8 -0
  1831. package/src/schemas/adminPurgeCommentView.ts +15 -0
  1832. package/src/schemas/adminPurgeCommunity.ts +14 -0
  1833. package/src/schemas/adminPurgeCommunityReason.ts +8 -0
  1834. package/src/schemas/adminPurgeCommunityView.ts +13 -0
  1835. package/src/schemas/adminPurgePerson.ts +14 -0
  1836. package/src/schemas/adminPurgePersonReason.ts +8 -0
  1837. package/src/schemas/adminPurgePersonView.ts +13 -0
  1838. package/src/schemas/adminPurgePost.ts +16 -0
  1839. package/src/schemas/adminPurgePostCommunityId.ts +8 -0
  1840. package/src/schemas/adminPurgePostReason.ts +8 -0
  1841. package/src/schemas/adminPurgePostView.ts +15 -0
  1842. package/src/schemas/blockCommunityRequest.ts +11 -0
  1843. package/src/schemas/blockCommunityResponse.ts +12 -0
  1844. package/src/schemas/blockInstanceRequest.ts +11 -0
  1845. package/src/schemas/blockInstanceResponse.ts +10 -0
  1846. package/src/schemas/comment.ts +27 -0
  1847. package/src/schemas/commentAggregates.ts +15 -0
  1848. package/src/schemas/commentEmojiReactions.ts +9 -0
  1849. package/src/schemas/commentLikeView.ts +14 -0
  1850. package/src/schemas/commentReply.ts +14 -0
  1851. package/src/schemas/commentReplyView.ts +31 -0
  1852. package/src/schemas/commentReplyViewSubscribed.ts +16 -0
  1853. package/src/schemas/commentReport.ts +17 -0
  1854. package/src/schemas/commentReportView.ts +34 -0
  1855. package/src/schemas/commentReportViewSubscribed.ts +19 -0
  1856. package/src/schemas/commentView.ts +31 -0
  1857. package/src/schemas/commentViewSubscribed.ts +19 -0
  1858. package/src/schemas/community.ts +33 -0
  1859. package/src/schemas/communityAggregates.ts +19 -0
  1860. package/src/schemas/communityBanner.ts +8 -0
  1861. package/src/schemas/communityBlockView.ts +13 -0
  1862. package/src/schemas/communityFlair.ts +20 -0
  1863. package/src/schemas/communityFlairApId.ts +11 -0
  1864. package/src/schemas/communityFlairCreateRequest.ts +16 -0
  1865. package/src/schemas/communityFlairCreateResponse.ts +20 -0
  1866. package/src/schemas/communityFlairCreateResponseApId.ts +11 -0
  1867. package/src/schemas/communityFlairDeleteRequest.ts +10 -0
  1868. package/src/schemas/communityFlairDeleteResponse.ts +16 -0
  1869. package/src/schemas/communityFlairEditRequest.ts +16 -0
  1870. package/src/schemas/communityFlairEditResponse.ts +20 -0
  1871. package/src/schemas/communityFlairEditResponseApId.ts +11 -0
  1872. package/src/schemas/communityFollowerView.ts +13 -0
  1873. package/src/schemas/communityIcon.ts +8 -0
  1874. package/src/schemas/communityModerationBanItem.ts +20 -0
  1875. package/src/schemas/communityModerationBanItemExpiredAt.ts +8 -0
  1876. package/src/schemas/communityModerationBanItemExpiresAt.ts +8 -0
  1877. package/src/schemas/communityModerationBanRequest.ts +14 -0
  1878. package/src/schemas/communityModerationBansListResponse.ts +13 -0
  1879. package/src/schemas/communityModerationBansListResponseNextPage.ts +8 -0
  1880. package/src/schemas/communityModerationNsfwRequest.ts +11 -0
  1881. package/src/schemas/communityModerationUnbanRequest.ts +11 -0
  1882. package/src/schemas/communityModeratorView.ts +13 -0
  1883. package/src/schemas/communityPostingWarning.ts +8 -0
  1884. package/src/schemas/communityResponse.ts +12 -0
  1885. package/src/schemas/communityView.ts +19 -0
  1886. package/src/schemas/communityViewSubscribed.ts +16 -0
  1887. package/src/schemas/createCommentRequest.ts +13 -0
  1888. package/src/schemas/createCommunityRequest.ts +22 -0
  1889. package/src/schemas/createCommunityRequestBannerUrl.ts +8 -0
  1890. package/src/schemas/createCommunityRequestIconUrl.ts +8 -0
  1891. package/src/schemas/createFeedRequest.ts +30 -0
  1892. package/src/schemas/createFeedRequestBannerUrl.ts +8 -0
  1893. package/src/schemas/createFeedRequestIconUrl.ts +8 -0
  1894. package/src/schemas/createFeedRequestParentFeedId.ts +11 -0
  1895. package/src/schemas/createPostRequest.ts +22 -0
  1896. package/src/schemas/createPostRequestEvent.ts +9 -0
  1897. package/src/schemas/createPostRequestPoll.ts +9 -0
  1898. package/src/schemas/createPrivateMessageRequest.ts +11 -0
  1899. package/src/schemas/defaultError.ts +10 -0
  1900. package/src/schemas/deleteCommentRequest.ts +11 -0
  1901. package/src/schemas/deleteCommunityRequest.ts +11 -0
  1902. package/src/schemas/deleteFeedRequest.ts +11 -0
  1903. package/src/schemas/deletePostRequest.ts +11 -0
  1904. package/src/schemas/deletePrivateMessageRequest.ts +11 -0
  1905. package/src/schemas/domainBlockRequest.ts +11 -0
  1906. package/src/schemas/domainBlockResponse.ts +10 -0
  1907. package/src/schemas/editCommentRequest.ts +14 -0
  1908. package/src/schemas/editCommunityRequest.ts +22 -0
  1909. package/src/schemas/editCommunityRequestBannerUrl.ts +8 -0
  1910. package/src/schemas/editCommunityRequestIconUrl.ts +8 -0
  1911. package/src/schemas/editFeedRequest.ts +27 -0
  1912. package/src/schemas/editFeedRequestBannerUrl.ts +8 -0
  1913. package/src/schemas/editFeedRequestIconUrl.ts +8 -0
  1914. package/src/schemas/editFeedRequestParentFeedId.ts +8 -0
  1915. package/src/schemas/editPostRequest.ts +30 -0
  1916. package/src/schemas/editPostRequestAltText.ts +11 -0
  1917. package/src/schemas/editPostRequestEvent.ts +9 -0
  1918. package/src/schemas/editPostRequestFlair.ts +11 -0
  1919. package/src/schemas/editPostRequestPoll.ts +9 -0
  1920. package/src/schemas/editPostRequestTags.ts +11 -0
  1921. package/src/schemas/editPostRequestUrl.ts +11 -0
  1922. package/src/schemas/editPrivateMessageRequest.ts +11 -0
  1923. package/src/schemas/error.ts +18 -0
  1924. package/src/schemas/errorErrors.ts +11 -0
  1925. package/src/schemas/featurePostRequest.ts +13 -0
  1926. package/src/schemas/featurePostRequestFeatureType.ts +15 -0
  1927. package/src/schemas/federatedInstancesView.ts +13 -0
  1928. package/src/schemas/feedListResponse.ts +11 -0
  1929. package/src/schemas/feedView.ts +44 -0
  1930. package/src/schemas/feedViewBanner.ts +8 -0
  1931. package/src/schemas/feedViewDescription.ts +8 -0
  1932. package/src/schemas/feedViewDescriptionHtml.ts +8 -0
  1933. package/src/schemas/feedViewIcon.ts +8 -0
  1934. package/src/schemas/feedViewParentFeedId.ts +8 -0
  1935. package/src/schemas/followCommunityRequest.ts +11 -0
  1936. package/src/schemas/followFeedRequest.ts +11 -0
  1937. package/src/schemas/getApiAlphaAdminRegistrationApplicationListParams.ts +14 -0
  1938. package/src/schemas/getApiAlphaAdminRegistrationApplicationListSort.ts +15 -0
  1939. package/src/schemas/getApiAlphaCommentLikeListParams.ts +12 -0
  1940. package/src/schemas/getApiAlphaCommentListParams.ts +24 -0
  1941. package/src/schemas/getApiAlphaCommentListSort.ts +19 -0
  1942. package/src/schemas/getApiAlphaCommentParams.ts +10 -0
  1943. package/src/schemas/getApiAlphaCommunityListParams.ts +16 -0
  1944. package/src/schemas/getApiAlphaCommunityListSort.ts +23 -0
  1945. package/src/schemas/getApiAlphaCommunityListType.ts +18 -0
  1946. package/src/schemas/getApiAlphaCommunityModerateBansParams.ts +12 -0
  1947. package/src/schemas/getApiAlphaCommunityParams.ts +11 -0
  1948. package/src/schemas/getApiAlphaFeedListParams.ts +17 -0
  1949. package/src/schemas/getApiAlphaFeedParams.ts +11 -0
  1950. package/src/schemas/getApiAlphaModlogParams.ts +18 -0
  1951. package/src/schemas/getApiAlphaModlogType.ts +29 -0
  1952. package/src/schemas/getApiAlphaPostLikeListParams.ts +12 -0
  1953. package/src/schemas/getApiAlphaPostList2Params.ts +27 -0
  1954. package/src/schemas/getApiAlphaPostList2Sort.ts +30 -0
  1955. package/src/schemas/getApiAlphaPostList2Type.ts +19 -0
  1956. package/src/schemas/getApiAlphaPostListParams.ts +27 -0
  1957. package/src/schemas/getApiAlphaPostListSort.ts +30 -0
  1958. package/src/schemas/getApiAlphaPostListType.ts +19 -0
  1959. package/src/schemas/getApiAlphaPostParams.ts +10 -0
  1960. package/src/schemas/getApiAlphaPostRepliesParams.ts +16 -0
  1961. package/src/schemas/getApiAlphaPostRepliesSort.ts +19 -0
  1962. package/src/schemas/getApiAlphaPostSiteMetadataParams.ts +10 -0
  1963. package/src/schemas/getApiAlphaPrivateMessageConversationParams.ts +19 -0
  1964. package/src/schemas/getApiAlphaPrivateMessageListParams.ts +12 -0
  1965. package/src/schemas/getApiAlphaResolveObjectParams.ts +10 -0
  1966. package/src/schemas/getApiAlphaSearchListingType.ts +19 -0
  1967. package/src/schemas/getApiAlphaSearchNsfw.ts +16 -0
  1968. package/src/schemas/getApiAlphaSearchParams.ts +38 -0
  1969. package/src/schemas/getApiAlphaSearchSort.ts +35 -0
  1970. package/src/schemas/getApiAlphaSearchType.ts +18 -0
  1971. package/src/schemas/getApiAlphaSiteInstanceChooserSearchParams.ts +13 -0
  1972. package/src/schemas/getApiAlphaSuggestCompletionParams.ts +10 -0
  1973. package/src/schemas/getApiAlphaTopicListParams.ts +13 -0
  1974. package/src/schemas/getApiAlphaUserMediaParams.ts +14 -0
  1975. package/src/schemas/getApiAlphaUserMediaSort.ts +19 -0
  1976. package/src/schemas/getApiAlphaUserMentionsParams.ts +14 -0
  1977. package/src/schemas/getApiAlphaUserMentionsSort.ts +19 -0
  1978. package/src/schemas/getApiAlphaUserNotificationsParams.ts +13 -0
  1979. package/src/schemas/getApiAlphaUserNotificationsStatus.ts +17 -0
  1980. package/src/schemas/getApiAlphaUserParams.ts +27 -0
  1981. package/src/schemas/getApiAlphaUserRepliesParams.ts +14 -0
  1982. package/src/schemas/getApiAlphaUserRepliesSort.ts +19 -0
  1983. package/src/schemas/getApiAlphaUserSort.ts +35 -0
  1984. package/src/schemas/getCommentReplyResponse.ts +11 -0
  1985. package/src/schemas/getCommentReportResponse.ts +11 -0
  1986. package/src/schemas/getCommentResponse.ts +11 -0
  1987. package/src/schemas/getCommunityResponse.ts +16 -0
  1988. package/src/schemas/getFederatedInstancesResponse.ts +11 -0
  1989. package/src/schemas/getModLogResponse.ts +39 -0
  1990. package/src/schemas/getPostRepliesResponse.ts +13 -0
  1991. package/src/schemas/getPostRepliesResponseNextPage.ts +8 -0
  1992. package/src/schemas/getPostResponse.ts +16 -0
  1993. package/src/schemas/getPrivateMessageConversationResponse.ts +11 -0
  1994. package/src/schemas/getRegistrationListResponse.ts +11 -0
  1995. package/src/schemas/getSiteInstanceChooserResponse.ts +26 -0
  1996. package/src/schemas/getSiteInstanceChooserSearchResponse.ts +11 -0
  1997. package/src/schemas/getSiteInstanceChooserSearchResponseItem.ts +28 -0
  1998. package/src/schemas/getSiteMetadataResponse.ts +11 -0
  1999. package/src/schemas/getSiteResponse.ts +16 -0
  2000. package/src/schemas/getSiteVersionResponse.ts +10 -0
  2001. package/src/schemas/getSuggestCompletionResponse.ts +10 -0
  2002. package/src/schemas/getUserResponse.ts +19 -0
  2003. package/src/schemas/hidePostRequest.ts +11 -0
  2004. package/src/schemas/imageDeleteRequest.ts +10 -0
  2005. package/src/schemas/imageDeleteResponse.ts +10 -0
  2006. package/src/schemas/imageUploadRequest.ts +10 -0
  2007. package/src/schemas/imageUploadResponse.ts +13 -0
  2008. package/src/schemas/index.ts +433 -0
  2009. package/src/schemas/instance.ts +15 -0
  2010. package/src/schemas/instanceBlockView.ts +13 -0
  2011. package/src/schemas/instanceWithoutFederationState.ts +15 -0
  2012. package/src/schemas/languageView.ts +12 -0
  2013. package/src/schemas/leaveConversationRequest.ts +10 -0
  2014. package/src/schemas/likeCommentRequest.ts +15 -0
  2015. package/src/schemas/likePostRequest.ts +13 -0
  2016. package/src/schemas/listCommentLikesResponse.ts +13 -0
  2017. package/src/schemas/listCommentLikesResponseNextPage.ts +8 -0
  2018. package/src/schemas/listCommentsResponse.ts +13 -0
  2019. package/src/schemas/listCommentsResponseNextPage.ts +8 -0
  2020. package/src/schemas/listCommunitiesResponse.ts +13 -0
  2021. package/src/schemas/listCommunitiesResponseNextPage.ts +8 -0
  2022. package/src/schemas/listPostLikesResponse.ts +13 -0
  2023. package/src/schemas/listPostLikesResponseNextPage.ts +8 -0
  2024. package/src/schemas/listPostsResponse.ts +13 -0
  2025. package/src/schemas/listPostsResponseNextPage.ts +8 -0
  2026. package/src/schemas/listPrivateMessagesResponse.ts +11 -0
  2027. package/src/schemas/localUser.ts +56 -0
  2028. package/src/schemas/localUserAcceptPrivateMessages.ts +20 -0
  2029. package/src/schemas/localUserAiVisibility.ts +17 -0
  2030. package/src/schemas/localUserBotVisibility.ts +17 -0
  2031. package/src/schemas/localUserDefaultCommentSortType.ts +19 -0
  2032. package/src/schemas/localUserDefaultListingType.ts +19 -0
  2033. package/src/schemas/localUserDefaultSortType.ts +35 -0
  2034. package/src/schemas/localUserNsflVisibility.ts +17 -0
  2035. package/src/schemas/localUserNsfwVisibility.ts +17 -0
  2036. package/src/schemas/localUserView.ts +15 -0
  2037. package/src/schemas/lockCommentRequest.ts +11 -0
  2038. package/src/schemas/lockPostRequest.ts +11 -0
  2039. package/src/schemas/markCommentAsAnswerRequest.ts +11 -0
  2040. package/src/schemas/markCommentAsReadRequest.ts +11 -0
  2041. package/src/schemas/markPostAsReadRequest.ts +12 -0
  2042. package/src/schemas/markPrivateMessageAsReadRequest.ts +11 -0
  2043. package/src/schemas/mediaView.ts +11 -0
  2044. package/src/schemas/miniCrossPosts.ts +12 -0
  2045. package/src/schemas/modAdd.ts +16 -0
  2046. package/src/schemas/modAddCommunity.ts +18 -0
  2047. package/src/schemas/modAddCommunityCommunityId.ts +8 -0
  2048. package/src/schemas/modAddCommunityModPersonId.ts +8 -0
  2049. package/src/schemas/modAddCommunityOtherPersonId.ts +8 -0
  2050. package/src/schemas/modAddCommunityView.ts +17 -0
  2051. package/src/schemas/modAddCommunityViewCommunity.ts +9 -0
  2052. package/src/schemas/modAddCommunityViewModdedPerson.ts +9 -0
  2053. package/src/schemas/modAddCommunityViewModerator.ts +9 -0
  2054. package/src/schemas/modAddModPersonId.ts +8 -0
  2055. package/src/schemas/modAddOtherPersonId.ts +8 -0
  2056. package/src/schemas/modAddView.ts +15 -0
  2057. package/src/schemas/modAddViewModdedPerson.ts +9 -0
  2058. package/src/schemas/modAddViewModerator.ts +9 -0
  2059. package/src/schemas/modBan.ts +20 -0
  2060. package/src/schemas/modBanExpires.ts +8 -0
  2061. package/src/schemas/modBanFromCommunity.ts +22 -0
  2062. package/src/schemas/modBanFromCommunityCommunityId.ts +8 -0
  2063. package/src/schemas/modBanFromCommunityExpires.ts +8 -0
  2064. package/src/schemas/modBanFromCommunityModPersonId.ts +8 -0
  2065. package/src/schemas/modBanFromCommunityOtherPersonId.ts +8 -0
  2066. package/src/schemas/modBanFromCommunityReason.ts +8 -0
  2067. package/src/schemas/modBanFromCommunityView.ts +17 -0
  2068. package/src/schemas/modBanFromCommunityViewBannedPerson.ts +9 -0
  2069. package/src/schemas/modBanFromCommunityViewCommunity.ts +9 -0
  2070. package/src/schemas/modBanFromCommunityViewModerator.ts +9 -0
  2071. package/src/schemas/modBanModPersonId.ts +8 -0
  2072. package/src/schemas/modBanOtherPersonId.ts +8 -0
  2073. package/src/schemas/modBanReason.ts +8 -0
  2074. package/src/schemas/modBanView.ts +15 -0
  2075. package/src/schemas/modBanViewBannedPerson.ts +9 -0
  2076. package/src/schemas/modBanViewModerator.ts +9 -0
  2077. package/src/schemas/modCommunityRequest.ts +12 -0
  2078. package/src/schemas/modCommunityResponse.ts +11 -0
  2079. package/src/schemas/modFeaturePost.ts +17 -0
  2080. package/src/schemas/modFeaturePostModPersonId.ts +8 -0
  2081. package/src/schemas/modFeaturePostPostId.ts +8 -0
  2082. package/src/schemas/modFeaturePostView.ts +17 -0
  2083. package/src/schemas/modFeaturePostViewCommunity.ts +9 -0
  2084. package/src/schemas/modFeaturePostViewModerator.ts +9 -0
  2085. package/src/schemas/modFeaturePostViewPost.ts +9 -0
  2086. package/src/schemas/modHideCommunity.ts +18 -0
  2087. package/src/schemas/modHideCommunityCommunityId.ts +8 -0
  2088. package/src/schemas/modHideCommunityModPersonId.ts +8 -0
  2089. package/src/schemas/modHideCommunityReason.ts +8 -0
  2090. package/src/schemas/modHideCommunityView.ts +15 -0
  2091. package/src/schemas/modLockPost.ts +16 -0
  2092. package/src/schemas/modLockPostModPersonId.ts +8 -0
  2093. package/src/schemas/modLockPostPostId.ts +8 -0
  2094. package/src/schemas/modLockPostView.ts +17 -0
  2095. package/src/schemas/modLockPostViewCommunity.ts +9 -0
  2096. package/src/schemas/modLockPostViewModerator.ts +9 -0
  2097. package/src/schemas/modLockPostViewPost.ts +9 -0
  2098. package/src/schemas/modRemoveComment.ts +18 -0
  2099. package/src/schemas/modRemoveCommentCommentId.ts +8 -0
  2100. package/src/schemas/modRemoveCommentModPersonId.ts +8 -0
  2101. package/src/schemas/modRemoveCommentReason.ts +8 -0
  2102. package/src/schemas/modRemoveCommentView.ts +21 -0
  2103. package/src/schemas/modRemoveCommentViewComment.ts +9 -0
  2104. package/src/schemas/modRemoveCommentViewCommenter.ts +9 -0
  2105. package/src/schemas/modRemoveCommentViewCommunity.ts +9 -0
  2106. package/src/schemas/modRemoveCommentViewModerator.ts +9 -0
  2107. package/src/schemas/modRemoveCommentViewPost.ts +9 -0
  2108. package/src/schemas/modRemoveCommunity.ts +18 -0
  2109. package/src/schemas/modRemoveCommunityCommunityId.ts +8 -0
  2110. package/src/schemas/modRemoveCommunityModPersonId.ts +8 -0
  2111. package/src/schemas/modRemoveCommunityReason.ts +8 -0
  2112. package/src/schemas/modRemoveCommunityView.ts +15 -0
  2113. package/src/schemas/modRemoveCommunityViewCommunity.ts +9 -0
  2114. package/src/schemas/modRemoveCommunityViewModerator.ts +9 -0
  2115. package/src/schemas/modRemovePost.ts +18 -0
  2116. package/src/schemas/modRemovePostModPersonId.ts +8 -0
  2117. package/src/schemas/modRemovePostPostId.ts +8 -0
  2118. package/src/schemas/modRemovePostReason.ts +8 -0
  2119. package/src/schemas/modRemovePostView.ts +17 -0
  2120. package/src/schemas/modRemovePostViewCommunity.ts +9 -0
  2121. package/src/schemas/modRemovePostViewModerator.ts +9 -0
  2122. package/src/schemas/modRemovePostViewPost.ts +9 -0
  2123. package/src/schemas/modTransferCommunity.ts +17 -0
  2124. package/src/schemas/modTransferCommunityCommunityId.ts +8 -0
  2125. package/src/schemas/modTransferCommunityModPersonId.ts +8 -0
  2126. package/src/schemas/modTransferCommunityOtherPersonId.ts +8 -0
  2127. package/src/schemas/modTransferCommunityView.ts +17 -0
  2128. package/src/schemas/modTransferCommunityViewModdedPerson.ts +9 -0
  2129. package/src/schemas/modTransferCommunityViewModerator.ts +9 -0
  2130. package/src/schemas/myUserInfo.ts +23 -0
  2131. package/src/schemas/newUserExtraField.ts +18 -0
  2132. package/src/schemas/newUserExtraFieldId.ts +11 -0
  2133. package/src/schemas/newUserExtraFieldLabel.ts +11 -0
  2134. package/src/schemas/newUserExtraFieldText.ts +11 -0
  2135. package/src/schemas/paginationMetadata.ts +16 -0
  2136. package/src/schemas/person.ts +32 -0
  2137. package/src/schemas/personAggregates.ts +12 -0
  2138. package/src/schemas/personAvatar.ts +8 -0
  2139. package/src/schemas/personBanner.ts +8 -0
  2140. package/src/schemas/personBlockView.ts +12 -0
  2141. package/src/schemas/personTitle.ts +8 -0
  2142. package/src/schemas/personView.ts +15 -0
  2143. package/src/schemas/pollChoice.ts +14 -0
  2144. package/src/schemas/pollVoteRequest.ts +12 -0
  2145. package/src/schemas/pollVoteResponse.ts +11 -0
  2146. package/src/schemas/post.ts +46 -0
  2147. package/src/schemas/postAggregates.ts +17 -0
  2148. package/src/schemas/postEmojiReactions.ts +9 -0
  2149. package/src/schemas/postEvent.ts +30 -0
  2150. package/src/schemas/postEventBuyTicketsLink.ts +8 -0
  2151. package/src/schemas/postEventExternalParticipationUrl.ts +8 -0
  2152. package/src/schemas/postEventLocation.ts +12 -0
  2153. package/src/schemas/postEventLocationAnyOf.ts +11 -0
  2154. package/src/schemas/postEventOnlineLink.ts +8 -0
  2155. package/src/schemas/postFlair.ts +8 -0
  2156. package/src/schemas/postLikeView.ts +14 -0
  2157. package/src/schemas/postPoll.ts +19 -0
  2158. package/src/schemas/postPollMode.ts +18 -0
  2159. package/src/schemas/postPostType.ts +19 -0
  2160. package/src/schemas/postReplyView.ts +32 -0
  2161. package/src/schemas/postReplyViewSubscribed.ts +19 -0
  2162. package/src/schemas/postReport.ts +17 -0
  2163. package/src/schemas/postReportResponse.ts +11 -0
  2164. package/src/schemas/postReportView.ts +27 -0
  2165. package/src/schemas/postReportViewSubscribed.ts +16 -0
  2166. package/src/schemas/postSetFlairRequest.ts +13 -0
  2167. package/src/schemas/postSetFlairRequestFlairIdList.ts +11 -0
  2168. package/src/schemas/postSetFlairResponse.ts +34 -0
  2169. package/src/schemas/postSetFlairResponseSubscribed.ts +16 -0
  2170. package/src/schemas/postTags.ts +8 -0
  2171. package/src/schemas/postView.ts +34 -0
  2172. package/src/schemas/postViewSubscribed.ts +16 -0
  2173. package/src/schemas/privateMessage.ts +18 -0
  2174. package/src/schemas/privateMessageResponse.ts +11 -0
  2175. package/src/schemas/privateMessageView.ts +15 -0
  2176. package/src/schemas/reactions.ts +14 -0
  2177. package/src/schemas/reactionsUrl.ts +8 -0
  2178. package/src/schemas/registrationApproveRequest.ts +11 -0
  2179. package/src/schemas/removeCommentRequest.ts +12 -0
  2180. package/src/schemas/removePostRequest.ts +12 -0
  2181. package/src/schemas/reportCommentRequest.ts +14 -0
  2182. package/src/schemas/reportPostRequest.ts +14 -0
  2183. package/src/schemas/reportPrivateMessageRequest.ts +11 -0
  2184. package/src/schemas/resolveObjectResponse.ts +19 -0
  2185. package/src/schemas/saveCommentRequest.ts +11 -0
  2186. package/src/schemas/savePostRequest.ts +11 -0
  2187. package/src/schemas/searchResponse.ts +19 -0
  2188. package/src/schemas/searchResponseType.ts +18 -0
  2189. package/src/schemas/site.ts +26 -0
  2190. package/src/schemas/siteIcon.ts +8 -0
  2191. package/src/schemas/siteMetadataView.ts +13 -0
  2192. package/src/schemas/siteRegistrationMode.ts +16 -0
  2193. package/src/schemas/subscribeCommentRequest.ts +11 -0
  2194. package/src/schemas/subscribeCommunityRequest.ts +11 -0
  2195. package/src/schemas/subscribePostRequest.ts +11 -0
  2196. package/src/schemas/successResponse.ts +10 -0
  2197. package/src/schemas/topicListResponse.ts +11 -0
  2198. package/src/schemas/topicView.ts +19 -0
  2199. package/src/schemas/topicViewParentTopicId.ts +8 -0
  2200. package/src/schemas/unprocessableEntityResponse.ts +12 -0
  2201. package/src/schemas/userBanRequest.ts +20 -0
  2202. package/src/schemas/userBanRequestBanIpAddress.ts +8 -0
  2203. package/src/schemas/userBanRequestPurgeContent.ts +8 -0
  2204. package/src/schemas/userBanRequestReason.ts +12 -0
  2205. package/src/schemas/userBanResponse.ts +11 -0
  2206. package/src/schemas/userBlockRequest.ts +11 -0
  2207. package/src/schemas/userBlockResponse.ts +12 -0
  2208. package/src/schemas/userExtraField.ts +12 -0
  2209. package/src/schemas/userLoginRequest.ts +11 -0
  2210. package/src/schemas/userLoginResponse.ts +10 -0
  2211. package/src/schemas/userMarkAllNotifsReadResponse.ts +10 -0
  2212. package/src/schemas/userMarkAllReadResponse.ts +12 -0
  2213. package/src/schemas/userMeResponse.ts +23 -0
  2214. package/src/schemas/userMediaResponse.ts +13 -0
  2215. package/src/schemas/userMediaResponseNextPage.ts +8 -0
  2216. package/src/schemas/userMentionsResponse.ts +13 -0
  2217. package/src/schemas/userMentionsResponseNextPage.ts +8 -0
  2218. package/src/schemas/userNotificationItemView.ts +39 -0
  2219. package/src/schemas/userNotificationItemViewStatus.ts +18 -0
  2220. package/src/schemas/userNotificationStateRequest.ts +12 -0
  2221. package/src/schemas/userNotificationsCountResponse.ts +10 -0
  2222. package/src/schemas/userNotificationsCounts.ts +12 -0
  2223. package/src/schemas/userNotificationsResponse.ts +18 -0
  2224. package/src/schemas/userNotificationsResponseNextPage.ts +8 -0
  2225. package/src/schemas/userNotificationsResponseStatus.ts +17 -0
  2226. package/src/schemas/userRegistration.ts +26 -0
  2227. package/src/schemas/userRegistrationAnswer.ts +8 -0
  2228. package/src/schemas/userRegistrationEmail.ts +8 -0
  2229. package/src/schemas/userRegistrationIpAddress.ts +8 -0
  2230. package/src/schemas/userRegistrationStatus.ts +15 -0
  2231. package/src/schemas/userRepliesResponse.ts +13 -0
  2232. package/src/schemas/userRepliesResponseNextPage.ts +8 -0
  2233. package/src/schemas/userSaveSettingsRequest.ts +65 -0
  2234. package/src/schemas/userSaveSettingsRequestAcceptPrivateMessages.ts +20 -0
  2235. package/src/schemas/userSaveSettingsRequestAvatar.ts +11 -0
  2236. package/src/schemas/userSaveSettingsRequestBotVisibility.ts +17 -0
  2237. package/src/schemas/userSaveSettingsRequestCommunityKeywordFilter.ts +11 -0
  2238. package/src/schemas/userSaveSettingsRequestCover.ts +11 -0
  2239. package/src/schemas/userSaveSettingsRequestDefaultCommentSortType.ts +17 -0
  2240. package/src/schemas/userSaveSettingsRequestDefaultSortType.ts +19 -0
  2241. package/src/schemas/userSaveSettingsRequestGenaiVisibility.ts +20 -0
  2242. package/src/schemas/userSaveSettingsRequestNsflVisibility.ts +20 -0
  2243. package/src/schemas/userSaveSettingsRequestNsfwVisibility.ts +20 -0
  2244. package/src/schemas/userSaveSettingsResponse.ts +11 -0
  2245. package/src/schemas/userSetFlairRequest.ts +16 -0
  2246. package/src/schemas/userSetFlairRequestFlairText.ts +12 -0
  2247. package/src/schemas/userSetFlairResponse.ts +11 -0
  2248. package/src/schemas/userSetNoteRequest.ts +16 -0
  2249. package/src/schemas/userSetNoteRequestNote.ts +12 -0
  2250. package/src/schemas/userSetNoteResponse.ts +11 -0
  2251. package/src/schemas/userSubscribeRequest.ts +11 -0
  2252. package/src/schemas/userSubscribeResponse.ts +12 -0
  2253. package/src/schemas/userUnbanRequest.ts +10 -0
  2254. package/src/schemas/userUnreadCountsResponse.ts +16 -0
  2255. package/src/schemas/widthHeight.ts +11 -0
  2256. package/src/zod/admin/admin.ts +74 -0
  2257. package/src/zod/comment/comment.ts +2512 -0
  2258. package/src/zod/community/community.ts +1613 -0
  2259. package/src/zod/feed/feed.ts +384 -0
  2260. package/src/zod/misc/misc.ts +2299 -0
  2261. package/src/zod/post/post.ts +5967 -0
  2262. package/src/zod/private-message/private-message.ts +588 -0
  2263. package/src/zod/site/site.ts +467 -0
  2264. package/src/zod/topic/topic.ts +53 -0
  2265. package/src/zod/upload/upload.ts +62 -0
  2266. package/src/zod/user/user.ts +3006 -0
  2267. package/src/zod-index.ts +12 -0
@@ -0,0 +1,2510 @@
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 comments, with various filters.
10
+ */
11
+ export const getApiAlphaCommentListQueryLimitDefault = 10;
12
+ export const getApiAlphaCommentListQueryPageDefault = 1;
13
+ export const getApiAlphaCommentListQuerySortDefault = "New";
14
+ export const getApiAlphaCommentListQueryParams = zod.object({
15
+ "limit": zod.number().default(getApiAlphaCommentListQueryLimitDefault),
16
+ "page": zod.number().default(getApiAlphaCommentListQueryPageDefault),
17
+ "sort": zod.enum(['Hot', 'Top', 'TopAll', 'New', 'Old', 'Controversial']).default(getApiAlphaCommentListQuerySortDefault),
18
+ "liked_only": zod.boolean().optional(),
19
+ "saved_only": zod.boolean().optional(),
20
+ "person_id": zod.number().optional(),
21
+ "community_id": zod.number().optional(),
22
+ "post_id": zod.number().optional(),
23
+ "parent_id": zod.number().optional(),
24
+ "max_depth": zod.number().optional(),
25
+ "depth_first": zod.boolean().optional().describe('guarantee parent comments are on the same page as any fetched comments')
26
+ });
27
+ export const getApiAlphaCommentListResponseCommentsItemCreatorExtraFieldsMax = 4;
28
+ export const getApiAlphaCommentListResponseCommentsItemCreatorNoteMax = 50;
29
+ export const getApiAlphaCommentListResponseCommentsItemPostEventMaxAttendeesDefault = 0;
30
+ export const getApiAlphaCommentListResponseCommentsItemPostEventParticipantCountDefault = 0;
31
+ export const getApiAlphaCommentListResponseCommentsItemPostEventFullDefault = false;
32
+ export const getApiAlphaCommentListResponseCommentsItemPostEventAnonymousParticipationDefault = false;
33
+ export const getApiAlphaCommentListResponseCommentsItemPostEventOnlineDefault = false;
34
+ export const getApiAlphaCommentListResponseCommentsItemPostEventEventFeeAmountDefault = 0;
35
+ export const getApiAlphaCommentListResponseCommentsItemPostPollLocalOnlyDefault = false;
36
+ export const getApiAlphaCommentListResponseCommentsItemPostPollChoicesItemNumVotesDefault = 0;
37
+ export const getApiAlphaCommentListResponseCommentsItemPostPollChoicesMax = 10;
38
+ export const getApiAlphaCommentListResponse = zod.object({
39
+ "comments": zod.array(zod.object({
40
+ "activity_alert": zod.boolean(),
41
+ "banned_from_community": zod.boolean(),
42
+ "comment": zod.object({
43
+ "ap_id": zod.string(),
44
+ "body": zod.string(),
45
+ "deleted": zod.boolean(),
46
+ "id": zod.number(),
47
+ "language_id": zod.number(),
48
+ "local": zod.boolean(),
49
+ "path": zod.string(),
50
+ "post_id": zod.number(),
51
+ "published": zod.string(),
52
+ "removed": zod.boolean(),
53
+ "user_id": zod.number(),
54
+ "distinguished": zod.boolean().optional(),
55
+ "updated": zod.string().optional(),
56
+ "locked": zod.boolean().optional(),
57
+ "answer": zod.boolean().optional(),
58
+ "emoji_reactions": zod.array(zod.object({
59
+ "url": zod.string().nullish(),
60
+ "token": zod.string().optional(),
61
+ "authors": zod.array(zod.string()).optional(),
62
+ "count": zod.number().optional()
63
+ })).nullish()
64
+ }),
65
+ "community": zod.object({
66
+ "actor_id": zod.string(),
67
+ "ap_domain": zod.string().optional(),
68
+ "deleted": zod.boolean(),
69
+ "hidden": zod.boolean(),
70
+ "id": zod.number(),
71
+ "instance_id": zod.number(),
72
+ "local": zod.boolean(),
73
+ "name": zod.string(),
74
+ "nsfw": zod.boolean(),
75
+ "ai_generated": zod.boolean(),
76
+ "published": zod.string(),
77
+ "removed": zod.boolean(),
78
+ "restricted_to_mods": zod.boolean(),
79
+ "title": zod.string(),
80
+ "banned": zod.boolean().optional(),
81
+ "question_answer": zod.boolean().optional(),
82
+ "banner": zod.string().nullish(),
83
+ "description": zod.string().optional(),
84
+ "icon": zod.string().nullish(),
85
+ "posting_warning": zod.string().nullish(),
86
+ "updated": zod.string().optional()
87
+ }),
88
+ "counts": zod.object({
89
+ "child_count": zod.number(),
90
+ "comment_id": zod.number(),
91
+ "downvotes": zod.number(),
92
+ "published": zod.string(),
93
+ "score": zod.number(),
94
+ "upvotes": zod.number()
95
+ }),
96
+ "creator": zod.object({
97
+ "actor_id": zod.string(),
98
+ "banned": zod.boolean(),
99
+ "bot": zod.boolean(),
100
+ "deleted": zod.boolean(),
101
+ "id": zod.number(),
102
+ "instance_id": zod.number(),
103
+ "local": zod.boolean(),
104
+ "user_name": zod.string(),
105
+ "about": zod.string().optional(),
106
+ "about_html": zod.string().optional(),
107
+ "avatar": zod.string().nullish(),
108
+ "banner": zod.string().nullish(),
109
+ "extra_fields": zod.array(zod.object({
110
+ "id": zod.number(),
111
+ "label": zod.string(),
112
+ "text": zod.string()
113
+ })).max(getApiAlphaCommentListResponseCommentsItemCreatorExtraFieldsMax).optional(),
114
+ "note": zod.string().max(getApiAlphaCommentListResponseCommentsItemCreatorNoteMax).optional(),
115
+ "flair": zod.string().optional(),
116
+ "published": zod.string().optional(),
117
+ "title": zod.string().nullish()
118
+ }),
119
+ "creator_banned_from_community": zod.boolean(),
120
+ "creator_blocked": zod.boolean(),
121
+ "creator_is_admin": zod.boolean(),
122
+ "creator_is_moderator": zod.boolean(),
123
+ "post": zod.object({
124
+ "ap_id": zod.string(),
125
+ "community_id": zod.number(),
126
+ "deleted": zod.boolean(),
127
+ "id": zod.number(),
128
+ "language_id": zod.number(),
129
+ "local": zod.boolean(),
130
+ "locked": zod.boolean(),
131
+ "nsfw": zod.boolean(),
132
+ "ai_generated": zod.boolean(),
133
+ "published": zod.string(),
134
+ "removed": zod.boolean(),
135
+ "sticky": zod.boolean(),
136
+ "instance_sticky": zod.boolean(),
137
+ "title": zod.string(),
138
+ "user_id": zod.number(),
139
+ "alt_text": zod.string().optional(),
140
+ "body": zod.string().optional(),
141
+ "small_thumbnail_url": zod.string().optional(),
142
+ "thumbnail_url": zod.string().optional(),
143
+ "updated": zod.string().optional(),
144
+ "url": zod.string().optional(),
145
+ "image_details": zod.object({
146
+ "width": zod.number().optional(),
147
+ "height": zod.number().optional()
148
+ }).optional(),
149
+ "cross_posts": zod.array(zod.object({
150
+ "post_id": zod.number().optional(),
151
+ "reply_count": zod.number().optional(),
152
+ "community_name": zod.string().optional()
153
+ })).optional(),
154
+ "post_type": zod.enum(['Link', 'Discussion', 'Image', 'Video', 'Poll', 'Event']),
155
+ "tags": zod.string().nullish(),
156
+ "flair": zod.string().nullish(),
157
+ "emoji_reactions": zod.array(zod.object({
158
+ "url": zod.string().nullish(),
159
+ "token": zod.string().optional(),
160
+ "authors": zod.array(zod.string()).optional(),
161
+ "count": zod.number().optional()
162
+ })).nullish(),
163
+ "event": zod.object({
164
+ "start": zod.string(),
165
+ "end": zod.string().optional(),
166
+ "timezone": zod.string().optional(),
167
+ "max_attendees": zod.number().optional(),
168
+ "participant_count": zod.number().optional(),
169
+ "full": zod.boolean().optional(),
170
+ "online_link": zod.string().nullish(),
171
+ "join_mode": zod.string().optional().describe('free, restricted, external, invite'),
172
+ "external_participation_url": zod.string().nullish(),
173
+ "anonymous_participation": zod.boolean().optional(),
174
+ "online": zod.boolean().optional(),
175
+ "buy_tickets_link": zod.string().nullish(),
176
+ "event_fee_currency": zod.string().optional(),
177
+ "event_fee_amount": zod.number().optional(),
178
+ "location": zod.record(zod.string(), zod.unknown()).nullish().describe('JSON object containing location details')
179
+ }).optional(),
180
+ "poll": zod.object({
181
+ "end_poll": zod.string().optional(),
182
+ "mode": zod.enum(['single', 'multiple']).describe('single or multiple - determines whether people can vote for one or multiple options'),
183
+ "local_only": zod.boolean().optional(),
184
+ "latest_vote": zod.string().optional(),
185
+ "choices": zod.array(zod.object({
186
+ "id": zod.number(),
187
+ "choice_text": zod.string(),
188
+ "sort_order": zod.number(),
189
+ "num_votes": zod.number().optional().describe('Value is ignored when creating\/editing a poll')
190
+ })).max(getApiAlphaCommentListResponseCommentsItemPostPollChoicesMax),
191
+ "my_votes": zod.array(zod.number()).optional()
192
+ }).optional()
193
+ }),
194
+ "saved": zod.boolean(),
195
+ "subscribed": zod.enum(['Subscribed', 'NotSubscribed', 'Pending']).describe('Indicates whether auth\'ed user is subscribed to the community this comment is in or not.'),
196
+ "my_vote": zod.number().optional(),
197
+ "can_auth_user_moderate": zod.boolean().optional()
198
+ })),
199
+ "next_page": zod.string().nullish()
200
+ });
201
+ /**
202
+ * @summary Like / vote on a comment.
203
+ */
204
+ export const postApiAlphaCommentLikeBodyPrivateDefault = false;
205
+ export const postApiAlphaCommentLikeBody = zod.object({
206
+ "comment_id": zod.number(),
207
+ "score": zod.number().describe('-1 to downvote, 1 to upvote, 0 to revert previous vote'),
208
+ "private": zod.boolean().optional().describe('private votes are not federated to other instances'),
209
+ "emoji": zod.string().optional()
210
+ });
211
+ export const postApiAlphaCommentLikeResponseCommentViewCreatorExtraFieldsMax = 4;
212
+ export const postApiAlphaCommentLikeResponseCommentViewCreatorNoteMax = 50;
213
+ export const postApiAlphaCommentLikeResponseCommentViewPostEventMaxAttendeesDefault = 0;
214
+ export const postApiAlphaCommentLikeResponseCommentViewPostEventParticipantCountDefault = 0;
215
+ export const postApiAlphaCommentLikeResponseCommentViewPostEventFullDefault = false;
216
+ export const postApiAlphaCommentLikeResponseCommentViewPostEventAnonymousParticipationDefault = false;
217
+ export const postApiAlphaCommentLikeResponseCommentViewPostEventOnlineDefault = false;
218
+ export const postApiAlphaCommentLikeResponseCommentViewPostEventEventFeeAmountDefault = 0;
219
+ export const postApiAlphaCommentLikeResponseCommentViewPostPollLocalOnlyDefault = false;
220
+ export const postApiAlphaCommentLikeResponseCommentViewPostPollChoicesItemNumVotesDefault = 0;
221
+ export const postApiAlphaCommentLikeResponseCommentViewPostPollChoicesMax = 10;
222
+ export const postApiAlphaCommentLikeResponse = zod.object({
223
+ "comment_view": zod.object({
224
+ "activity_alert": zod.boolean(),
225
+ "banned_from_community": zod.boolean(),
226
+ "comment": zod.object({
227
+ "ap_id": zod.string(),
228
+ "body": zod.string(),
229
+ "deleted": zod.boolean(),
230
+ "id": zod.number(),
231
+ "language_id": zod.number(),
232
+ "local": zod.boolean(),
233
+ "path": zod.string(),
234
+ "post_id": zod.number(),
235
+ "published": zod.string(),
236
+ "removed": zod.boolean(),
237
+ "user_id": zod.number(),
238
+ "distinguished": zod.boolean().optional(),
239
+ "updated": zod.string().optional(),
240
+ "locked": zod.boolean().optional(),
241
+ "answer": zod.boolean().optional(),
242
+ "emoji_reactions": zod.array(zod.object({
243
+ "url": zod.string().nullish(),
244
+ "token": zod.string().optional(),
245
+ "authors": zod.array(zod.string()).optional(),
246
+ "count": zod.number().optional()
247
+ })).nullish()
248
+ }),
249
+ "community": zod.object({
250
+ "actor_id": zod.string(),
251
+ "ap_domain": zod.string().optional(),
252
+ "deleted": zod.boolean(),
253
+ "hidden": zod.boolean(),
254
+ "id": zod.number(),
255
+ "instance_id": zod.number(),
256
+ "local": zod.boolean(),
257
+ "name": zod.string(),
258
+ "nsfw": zod.boolean(),
259
+ "ai_generated": zod.boolean(),
260
+ "published": zod.string(),
261
+ "removed": zod.boolean(),
262
+ "restricted_to_mods": zod.boolean(),
263
+ "title": zod.string(),
264
+ "banned": zod.boolean().optional(),
265
+ "question_answer": zod.boolean().optional(),
266
+ "banner": zod.string().nullish(),
267
+ "description": zod.string().optional(),
268
+ "icon": zod.string().nullish(),
269
+ "posting_warning": zod.string().nullish(),
270
+ "updated": zod.string().optional()
271
+ }),
272
+ "counts": zod.object({
273
+ "child_count": zod.number(),
274
+ "comment_id": zod.number(),
275
+ "downvotes": zod.number(),
276
+ "published": zod.string(),
277
+ "score": zod.number(),
278
+ "upvotes": zod.number()
279
+ }),
280
+ "creator": zod.object({
281
+ "actor_id": zod.string(),
282
+ "banned": zod.boolean(),
283
+ "bot": zod.boolean(),
284
+ "deleted": zod.boolean(),
285
+ "id": zod.number(),
286
+ "instance_id": zod.number(),
287
+ "local": zod.boolean(),
288
+ "user_name": zod.string(),
289
+ "about": zod.string().optional(),
290
+ "about_html": zod.string().optional(),
291
+ "avatar": zod.string().nullish(),
292
+ "banner": zod.string().nullish(),
293
+ "extra_fields": zod.array(zod.object({
294
+ "id": zod.number(),
295
+ "label": zod.string(),
296
+ "text": zod.string()
297
+ })).max(postApiAlphaCommentLikeResponseCommentViewCreatorExtraFieldsMax).optional(),
298
+ "note": zod.string().max(postApiAlphaCommentLikeResponseCommentViewCreatorNoteMax).optional(),
299
+ "flair": zod.string().optional(),
300
+ "published": zod.string().optional(),
301
+ "title": zod.string().nullish()
302
+ }),
303
+ "creator_banned_from_community": zod.boolean(),
304
+ "creator_blocked": zod.boolean(),
305
+ "creator_is_admin": zod.boolean(),
306
+ "creator_is_moderator": zod.boolean(),
307
+ "post": zod.object({
308
+ "ap_id": zod.string(),
309
+ "community_id": zod.number(),
310
+ "deleted": zod.boolean(),
311
+ "id": zod.number(),
312
+ "language_id": zod.number(),
313
+ "local": zod.boolean(),
314
+ "locked": zod.boolean(),
315
+ "nsfw": zod.boolean(),
316
+ "ai_generated": zod.boolean(),
317
+ "published": zod.string(),
318
+ "removed": zod.boolean(),
319
+ "sticky": zod.boolean(),
320
+ "instance_sticky": zod.boolean(),
321
+ "title": zod.string(),
322
+ "user_id": zod.number(),
323
+ "alt_text": zod.string().optional(),
324
+ "body": zod.string().optional(),
325
+ "small_thumbnail_url": zod.string().optional(),
326
+ "thumbnail_url": zod.string().optional(),
327
+ "updated": zod.string().optional(),
328
+ "url": zod.string().optional(),
329
+ "image_details": zod.object({
330
+ "width": zod.number().optional(),
331
+ "height": zod.number().optional()
332
+ }).optional(),
333
+ "cross_posts": zod.array(zod.object({
334
+ "post_id": zod.number().optional(),
335
+ "reply_count": zod.number().optional(),
336
+ "community_name": zod.string().optional()
337
+ })).optional(),
338
+ "post_type": zod.enum(['Link', 'Discussion', 'Image', 'Video', 'Poll', 'Event']),
339
+ "tags": zod.string().nullish(),
340
+ "flair": zod.string().nullish(),
341
+ "emoji_reactions": zod.array(zod.object({
342
+ "url": zod.string().nullish(),
343
+ "token": zod.string().optional(),
344
+ "authors": zod.array(zod.string()).optional(),
345
+ "count": zod.number().optional()
346
+ })).nullish(),
347
+ "event": zod.object({
348
+ "start": zod.string(),
349
+ "end": zod.string().optional(),
350
+ "timezone": zod.string().optional(),
351
+ "max_attendees": zod.number().optional(),
352
+ "participant_count": zod.number().optional(),
353
+ "full": zod.boolean().optional(),
354
+ "online_link": zod.string().nullish(),
355
+ "join_mode": zod.string().optional().describe('free, restricted, external, invite'),
356
+ "external_participation_url": zod.string().nullish(),
357
+ "anonymous_participation": zod.boolean().optional(),
358
+ "online": zod.boolean().optional(),
359
+ "buy_tickets_link": zod.string().nullish(),
360
+ "event_fee_currency": zod.string().optional(),
361
+ "event_fee_amount": zod.number().optional(),
362
+ "location": zod.record(zod.string(), zod.unknown()).nullish().describe('JSON object containing location details')
363
+ }).optional(),
364
+ "poll": zod.object({
365
+ "end_poll": zod.string().optional(),
366
+ "mode": zod.enum(['single', 'multiple']).describe('single or multiple - determines whether people can vote for one or multiple options'),
367
+ "local_only": zod.boolean().optional(),
368
+ "latest_vote": zod.string().optional(),
369
+ "choices": zod.array(zod.object({
370
+ "id": zod.number(),
371
+ "choice_text": zod.string(),
372
+ "sort_order": zod.number(),
373
+ "num_votes": zod.number().optional().describe('Value is ignored when creating\/editing a poll')
374
+ })).max(postApiAlphaCommentLikeResponseCommentViewPostPollChoicesMax),
375
+ "my_votes": zod.array(zod.number()).optional()
376
+ }).optional()
377
+ }),
378
+ "saved": zod.boolean(),
379
+ "subscribed": zod.enum(['Subscribed', 'NotSubscribed', 'Pending']).describe('Indicates whether auth\'ed user is subscribed to the community this comment is in or not.'),
380
+ "my_vote": zod.number().optional(),
381
+ "can_auth_user_moderate": zod.boolean().optional()
382
+ })
383
+ });
384
+ /**
385
+ * @summary Save a comment.
386
+ */
387
+ export const putApiAlphaCommentSaveBody = zod.object({
388
+ "comment_id": zod.number(),
389
+ "save": zod.boolean()
390
+ });
391
+ export const putApiAlphaCommentSaveResponseCommentViewCreatorExtraFieldsMax = 4;
392
+ export const putApiAlphaCommentSaveResponseCommentViewCreatorNoteMax = 50;
393
+ export const putApiAlphaCommentSaveResponseCommentViewPostEventMaxAttendeesDefault = 0;
394
+ export const putApiAlphaCommentSaveResponseCommentViewPostEventParticipantCountDefault = 0;
395
+ export const putApiAlphaCommentSaveResponseCommentViewPostEventFullDefault = false;
396
+ export const putApiAlphaCommentSaveResponseCommentViewPostEventAnonymousParticipationDefault = false;
397
+ export const putApiAlphaCommentSaveResponseCommentViewPostEventOnlineDefault = false;
398
+ export const putApiAlphaCommentSaveResponseCommentViewPostEventEventFeeAmountDefault = 0;
399
+ export const putApiAlphaCommentSaveResponseCommentViewPostPollLocalOnlyDefault = false;
400
+ export const putApiAlphaCommentSaveResponseCommentViewPostPollChoicesItemNumVotesDefault = 0;
401
+ export const putApiAlphaCommentSaveResponseCommentViewPostPollChoicesMax = 10;
402
+ export const putApiAlphaCommentSaveResponse = zod.object({
403
+ "comment_view": zod.object({
404
+ "activity_alert": zod.boolean(),
405
+ "banned_from_community": zod.boolean(),
406
+ "comment": zod.object({
407
+ "ap_id": zod.string(),
408
+ "body": zod.string(),
409
+ "deleted": zod.boolean(),
410
+ "id": zod.number(),
411
+ "language_id": zod.number(),
412
+ "local": zod.boolean(),
413
+ "path": zod.string(),
414
+ "post_id": zod.number(),
415
+ "published": zod.string(),
416
+ "removed": zod.boolean(),
417
+ "user_id": zod.number(),
418
+ "distinguished": zod.boolean().optional(),
419
+ "updated": zod.string().optional(),
420
+ "locked": zod.boolean().optional(),
421
+ "answer": zod.boolean().optional(),
422
+ "emoji_reactions": zod.array(zod.object({
423
+ "url": zod.string().nullish(),
424
+ "token": zod.string().optional(),
425
+ "authors": zod.array(zod.string()).optional(),
426
+ "count": zod.number().optional()
427
+ })).nullish()
428
+ }),
429
+ "community": zod.object({
430
+ "actor_id": zod.string(),
431
+ "ap_domain": zod.string().optional(),
432
+ "deleted": zod.boolean(),
433
+ "hidden": zod.boolean(),
434
+ "id": zod.number(),
435
+ "instance_id": zod.number(),
436
+ "local": zod.boolean(),
437
+ "name": zod.string(),
438
+ "nsfw": zod.boolean(),
439
+ "ai_generated": zod.boolean(),
440
+ "published": zod.string(),
441
+ "removed": zod.boolean(),
442
+ "restricted_to_mods": zod.boolean(),
443
+ "title": zod.string(),
444
+ "banned": zod.boolean().optional(),
445
+ "question_answer": zod.boolean().optional(),
446
+ "banner": zod.string().nullish(),
447
+ "description": zod.string().optional(),
448
+ "icon": zod.string().nullish(),
449
+ "posting_warning": zod.string().nullish(),
450
+ "updated": zod.string().optional()
451
+ }),
452
+ "counts": zod.object({
453
+ "child_count": zod.number(),
454
+ "comment_id": zod.number(),
455
+ "downvotes": zod.number(),
456
+ "published": zod.string(),
457
+ "score": zod.number(),
458
+ "upvotes": zod.number()
459
+ }),
460
+ "creator": zod.object({
461
+ "actor_id": zod.string(),
462
+ "banned": zod.boolean(),
463
+ "bot": zod.boolean(),
464
+ "deleted": zod.boolean(),
465
+ "id": zod.number(),
466
+ "instance_id": zod.number(),
467
+ "local": zod.boolean(),
468
+ "user_name": zod.string(),
469
+ "about": zod.string().optional(),
470
+ "about_html": zod.string().optional(),
471
+ "avatar": zod.string().nullish(),
472
+ "banner": zod.string().nullish(),
473
+ "extra_fields": zod.array(zod.object({
474
+ "id": zod.number(),
475
+ "label": zod.string(),
476
+ "text": zod.string()
477
+ })).max(putApiAlphaCommentSaveResponseCommentViewCreatorExtraFieldsMax).optional(),
478
+ "note": zod.string().max(putApiAlphaCommentSaveResponseCommentViewCreatorNoteMax).optional(),
479
+ "flair": zod.string().optional(),
480
+ "published": zod.string().optional(),
481
+ "title": zod.string().nullish()
482
+ }),
483
+ "creator_banned_from_community": zod.boolean(),
484
+ "creator_blocked": zod.boolean(),
485
+ "creator_is_admin": zod.boolean(),
486
+ "creator_is_moderator": zod.boolean(),
487
+ "post": zod.object({
488
+ "ap_id": zod.string(),
489
+ "community_id": zod.number(),
490
+ "deleted": zod.boolean(),
491
+ "id": zod.number(),
492
+ "language_id": zod.number(),
493
+ "local": zod.boolean(),
494
+ "locked": zod.boolean(),
495
+ "nsfw": zod.boolean(),
496
+ "ai_generated": zod.boolean(),
497
+ "published": zod.string(),
498
+ "removed": zod.boolean(),
499
+ "sticky": zod.boolean(),
500
+ "instance_sticky": zod.boolean(),
501
+ "title": zod.string(),
502
+ "user_id": zod.number(),
503
+ "alt_text": zod.string().optional(),
504
+ "body": zod.string().optional(),
505
+ "small_thumbnail_url": zod.string().optional(),
506
+ "thumbnail_url": zod.string().optional(),
507
+ "updated": zod.string().optional(),
508
+ "url": zod.string().optional(),
509
+ "image_details": zod.object({
510
+ "width": zod.number().optional(),
511
+ "height": zod.number().optional()
512
+ }).optional(),
513
+ "cross_posts": zod.array(zod.object({
514
+ "post_id": zod.number().optional(),
515
+ "reply_count": zod.number().optional(),
516
+ "community_name": zod.string().optional()
517
+ })).optional(),
518
+ "post_type": zod.enum(['Link', 'Discussion', 'Image', 'Video', 'Poll', 'Event']),
519
+ "tags": zod.string().nullish(),
520
+ "flair": zod.string().nullish(),
521
+ "emoji_reactions": zod.array(zod.object({
522
+ "url": zod.string().nullish(),
523
+ "token": zod.string().optional(),
524
+ "authors": zod.array(zod.string()).optional(),
525
+ "count": zod.number().optional()
526
+ })).nullish(),
527
+ "event": zod.object({
528
+ "start": zod.string(),
529
+ "end": zod.string().optional(),
530
+ "timezone": zod.string().optional(),
531
+ "max_attendees": zod.number().optional(),
532
+ "participant_count": zod.number().optional(),
533
+ "full": zod.boolean().optional(),
534
+ "online_link": zod.string().nullish(),
535
+ "join_mode": zod.string().optional().describe('free, restricted, external, invite'),
536
+ "external_participation_url": zod.string().nullish(),
537
+ "anonymous_participation": zod.boolean().optional(),
538
+ "online": zod.boolean().optional(),
539
+ "buy_tickets_link": zod.string().nullish(),
540
+ "event_fee_currency": zod.string().optional(),
541
+ "event_fee_amount": zod.number().optional(),
542
+ "location": zod.record(zod.string(), zod.unknown()).nullish().describe('JSON object containing location details')
543
+ }).optional(),
544
+ "poll": zod.object({
545
+ "end_poll": zod.string().optional(),
546
+ "mode": zod.enum(['single', 'multiple']).describe('single or multiple - determines whether people can vote for one or multiple options'),
547
+ "local_only": zod.boolean().optional(),
548
+ "latest_vote": zod.string().optional(),
549
+ "choices": zod.array(zod.object({
550
+ "id": zod.number(),
551
+ "choice_text": zod.string(),
552
+ "sort_order": zod.number(),
553
+ "num_votes": zod.number().optional().describe('Value is ignored when creating\/editing a poll')
554
+ })).max(putApiAlphaCommentSaveResponseCommentViewPostPollChoicesMax),
555
+ "my_votes": zod.array(zod.number()).optional()
556
+ }).optional()
557
+ }),
558
+ "saved": zod.boolean(),
559
+ "subscribed": zod.enum(['Subscribed', 'NotSubscribed', 'Pending']).describe('Indicates whether auth\'ed user is subscribed to the community this comment is in or not.'),
560
+ "my_vote": zod.number().optional(),
561
+ "can_auth_user_moderate": zod.boolean().optional()
562
+ })
563
+ });
564
+ /**
565
+ * @summary Subscribe to a comment.
566
+ */
567
+ export const putApiAlphaCommentSubscribeBody = zod.object({
568
+ "comment_id": zod.number(),
569
+ "subscribe": zod.boolean()
570
+ });
571
+ export const putApiAlphaCommentSubscribeResponseCommentViewCreatorExtraFieldsMax = 4;
572
+ export const putApiAlphaCommentSubscribeResponseCommentViewCreatorNoteMax = 50;
573
+ export const putApiAlphaCommentSubscribeResponseCommentViewPostEventMaxAttendeesDefault = 0;
574
+ export const putApiAlphaCommentSubscribeResponseCommentViewPostEventParticipantCountDefault = 0;
575
+ export const putApiAlphaCommentSubscribeResponseCommentViewPostEventFullDefault = false;
576
+ export const putApiAlphaCommentSubscribeResponseCommentViewPostEventAnonymousParticipationDefault = false;
577
+ export const putApiAlphaCommentSubscribeResponseCommentViewPostEventOnlineDefault = false;
578
+ export const putApiAlphaCommentSubscribeResponseCommentViewPostEventEventFeeAmountDefault = 0;
579
+ export const putApiAlphaCommentSubscribeResponseCommentViewPostPollLocalOnlyDefault = false;
580
+ export const putApiAlphaCommentSubscribeResponseCommentViewPostPollChoicesItemNumVotesDefault = 0;
581
+ export const putApiAlphaCommentSubscribeResponseCommentViewPostPollChoicesMax = 10;
582
+ export const putApiAlphaCommentSubscribeResponse = zod.object({
583
+ "comment_view": zod.object({
584
+ "activity_alert": zod.boolean(),
585
+ "banned_from_community": zod.boolean(),
586
+ "comment": zod.object({
587
+ "ap_id": zod.string(),
588
+ "body": zod.string(),
589
+ "deleted": zod.boolean(),
590
+ "id": zod.number(),
591
+ "language_id": zod.number(),
592
+ "local": zod.boolean(),
593
+ "path": zod.string(),
594
+ "post_id": zod.number(),
595
+ "published": zod.string(),
596
+ "removed": zod.boolean(),
597
+ "user_id": zod.number(),
598
+ "distinguished": zod.boolean().optional(),
599
+ "updated": zod.string().optional(),
600
+ "locked": zod.boolean().optional(),
601
+ "answer": zod.boolean().optional(),
602
+ "emoji_reactions": zod.array(zod.object({
603
+ "url": zod.string().nullish(),
604
+ "token": zod.string().optional(),
605
+ "authors": zod.array(zod.string()).optional(),
606
+ "count": zod.number().optional()
607
+ })).nullish()
608
+ }),
609
+ "community": zod.object({
610
+ "actor_id": zod.string(),
611
+ "ap_domain": zod.string().optional(),
612
+ "deleted": zod.boolean(),
613
+ "hidden": zod.boolean(),
614
+ "id": zod.number(),
615
+ "instance_id": zod.number(),
616
+ "local": zod.boolean(),
617
+ "name": zod.string(),
618
+ "nsfw": zod.boolean(),
619
+ "ai_generated": zod.boolean(),
620
+ "published": zod.string(),
621
+ "removed": zod.boolean(),
622
+ "restricted_to_mods": zod.boolean(),
623
+ "title": zod.string(),
624
+ "banned": zod.boolean().optional(),
625
+ "question_answer": zod.boolean().optional(),
626
+ "banner": zod.string().nullish(),
627
+ "description": zod.string().optional(),
628
+ "icon": zod.string().nullish(),
629
+ "posting_warning": zod.string().nullish(),
630
+ "updated": zod.string().optional()
631
+ }),
632
+ "counts": zod.object({
633
+ "child_count": zod.number(),
634
+ "comment_id": zod.number(),
635
+ "downvotes": zod.number(),
636
+ "published": zod.string(),
637
+ "score": zod.number(),
638
+ "upvotes": zod.number()
639
+ }),
640
+ "creator": zod.object({
641
+ "actor_id": zod.string(),
642
+ "banned": zod.boolean(),
643
+ "bot": zod.boolean(),
644
+ "deleted": zod.boolean(),
645
+ "id": zod.number(),
646
+ "instance_id": zod.number(),
647
+ "local": zod.boolean(),
648
+ "user_name": zod.string(),
649
+ "about": zod.string().optional(),
650
+ "about_html": zod.string().optional(),
651
+ "avatar": zod.string().nullish(),
652
+ "banner": zod.string().nullish(),
653
+ "extra_fields": zod.array(zod.object({
654
+ "id": zod.number(),
655
+ "label": zod.string(),
656
+ "text": zod.string()
657
+ })).max(putApiAlphaCommentSubscribeResponseCommentViewCreatorExtraFieldsMax).optional(),
658
+ "note": zod.string().max(putApiAlphaCommentSubscribeResponseCommentViewCreatorNoteMax).optional(),
659
+ "flair": zod.string().optional(),
660
+ "published": zod.string().optional(),
661
+ "title": zod.string().nullish()
662
+ }),
663
+ "creator_banned_from_community": zod.boolean(),
664
+ "creator_blocked": zod.boolean(),
665
+ "creator_is_admin": zod.boolean(),
666
+ "creator_is_moderator": zod.boolean(),
667
+ "post": zod.object({
668
+ "ap_id": zod.string(),
669
+ "community_id": zod.number(),
670
+ "deleted": zod.boolean(),
671
+ "id": zod.number(),
672
+ "language_id": zod.number(),
673
+ "local": zod.boolean(),
674
+ "locked": zod.boolean(),
675
+ "nsfw": zod.boolean(),
676
+ "ai_generated": zod.boolean(),
677
+ "published": zod.string(),
678
+ "removed": zod.boolean(),
679
+ "sticky": zod.boolean(),
680
+ "instance_sticky": zod.boolean(),
681
+ "title": zod.string(),
682
+ "user_id": zod.number(),
683
+ "alt_text": zod.string().optional(),
684
+ "body": zod.string().optional(),
685
+ "small_thumbnail_url": zod.string().optional(),
686
+ "thumbnail_url": zod.string().optional(),
687
+ "updated": zod.string().optional(),
688
+ "url": zod.string().optional(),
689
+ "image_details": zod.object({
690
+ "width": zod.number().optional(),
691
+ "height": zod.number().optional()
692
+ }).optional(),
693
+ "cross_posts": zod.array(zod.object({
694
+ "post_id": zod.number().optional(),
695
+ "reply_count": zod.number().optional(),
696
+ "community_name": zod.string().optional()
697
+ })).optional(),
698
+ "post_type": zod.enum(['Link', 'Discussion', 'Image', 'Video', 'Poll', 'Event']),
699
+ "tags": zod.string().nullish(),
700
+ "flair": zod.string().nullish(),
701
+ "emoji_reactions": zod.array(zod.object({
702
+ "url": zod.string().nullish(),
703
+ "token": zod.string().optional(),
704
+ "authors": zod.array(zod.string()).optional(),
705
+ "count": zod.number().optional()
706
+ })).nullish(),
707
+ "event": zod.object({
708
+ "start": zod.string(),
709
+ "end": zod.string().optional(),
710
+ "timezone": zod.string().optional(),
711
+ "max_attendees": zod.number().optional(),
712
+ "participant_count": zod.number().optional(),
713
+ "full": zod.boolean().optional(),
714
+ "online_link": zod.string().nullish(),
715
+ "join_mode": zod.string().optional().describe('free, restricted, external, invite'),
716
+ "external_participation_url": zod.string().nullish(),
717
+ "anonymous_participation": zod.boolean().optional(),
718
+ "online": zod.boolean().optional(),
719
+ "buy_tickets_link": zod.string().nullish(),
720
+ "event_fee_currency": zod.string().optional(),
721
+ "event_fee_amount": zod.number().optional(),
722
+ "location": zod.record(zod.string(), zod.unknown()).nullish().describe('JSON object containing location details')
723
+ }).optional(),
724
+ "poll": zod.object({
725
+ "end_poll": zod.string().optional(),
726
+ "mode": zod.enum(['single', 'multiple']).describe('single or multiple - determines whether people can vote for one or multiple options'),
727
+ "local_only": zod.boolean().optional(),
728
+ "latest_vote": zod.string().optional(),
729
+ "choices": zod.array(zod.object({
730
+ "id": zod.number(),
731
+ "choice_text": zod.string(),
732
+ "sort_order": zod.number(),
733
+ "num_votes": zod.number().optional().describe('Value is ignored when creating\/editing a poll')
734
+ })).max(putApiAlphaCommentSubscribeResponseCommentViewPostPollChoicesMax),
735
+ "my_votes": zod.array(zod.number()).optional()
736
+ }).optional()
737
+ }),
738
+ "saved": zod.boolean(),
739
+ "subscribed": zod.enum(['Subscribed', 'NotSubscribed', 'Pending']).describe('Indicates whether auth\'ed user is subscribed to the community this comment is in or not.'),
740
+ "my_vote": zod.number().optional(),
741
+ "can_auth_user_moderate": zod.boolean().optional()
742
+ })
743
+ });
744
+ /**
745
+ * @summary Create a comment.
746
+ */
747
+ export const postApiAlphaCommentBody = zod.object({
748
+ "body": zod.string(),
749
+ "post_id": zod.number(),
750
+ "parent_id": zod.number().optional(),
751
+ "language_id": zod.number().optional()
752
+ });
753
+ export const postApiAlphaCommentResponseCommentViewCreatorExtraFieldsMax = 4;
754
+ export const postApiAlphaCommentResponseCommentViewCreatorNoteMax = 50;
755
+ export const postApiAlphaCommentResponseCommentViewPostEventMaxAttendeesDefault = 0;
756
+ export const postApiAlphaCommentResponseCommentViewPostEventParticipantCountDefault = 0;
757
+ export const postApiAlphaCommentResponseCommentViewPostEventFullDefault = false;
758
+ export const postApiAlphaCommentResponseCommentViewPostEventAnonymousParticipationDefault = false;
759
+ export const postApiAlphaCommentResponseCommentViewPostEventOnlineDefault = false;
760
+ export const postApiAlphaCommentResponseCommentViewPostEventEventFeeAmountDefault = 0;
761
+ export const postApiAlphaCommentResponseCommentViewPostPollLocalOnlyDefault = false;
762
+ export const postApiAlphaCommentResponseCommentViewPostPollChoicesItemNumVotesDefault = 0;
763
+ export const postApiAlphaCommentResponseCommentViewPostPollChoicesMax = 10;
764
+ export const postApiAlphaCommentResponse = zod.object({
765
+ "comment_view": zod.object({
766
+ "activity_alert": zod.boolean(),
767
+ "banned_from_community": zod.boolean(),
768
+ "comment": zod.object({
769
+ "ap_id": zod.string(),
770
+ "body": zod.string(),
771
+ "deleted": zod.boolean(),
772
+ "id": zod.number(),
773
+ "language_id": zod.number(),
774
+ "local": zod.boolean(),
775
+ "path": zod.string(),
776
+ "post_id": zod.number(),
777
+ "published": zod.string(),
778
+ "removed": zod.boolean(),
779
+ "user_id": zod.number(),
780
+ "distinguished": zod.boolean().optional(),
781
+ "updated": zod.string().optional(),
782
+ "locked": zod.boolean().optional(),
783
+ "answer": zod.boolean().optional(),
784
+ "emoji_reactions": zod.array(zod.object({
785
+ "url": zod.string().nullish(),
786
+ "token": zod.string().optional(),
787
+ "authors": zod.array(zod.string()).optional(),
788
+ "count": zod.number().optional()
789
+ })).nullish()
790
+ }),
791
+ "community": zod.object({
792
+ "actor_id": zod.string(),
793
+ "ap_domain": zod.string().optional(),
794
+ "deleted": zod.boolean(),
795
+ "hidden": zod.boolean(),
796
+ "id": zod.number(),
797
+ "instance_id": zod.number(),
798
+ "local": zod.boolean(),
799
+ "name": zod.string(),
800
+ "nsfw": zod.boolean(),
801
+ "ai_generated": zod.boolean(),
802
+ "published": zod.string(),
803
+ "removed": zod.boolean(),
804
+ "restricted_to_mods": zod.boolean(),
805
+ "title": zod.string(),
806
+ "banned": zod.boolean().optional(),
807
+ "question_answer": zod.boolean().optional(),
808
+ "banner": zod.string().nullish(),
809
+ "description": zod.string().optional(),
810
+ "icon": zod.string().nullish(),
811
+ "posting_warning": zod.string().nullish(),
812
+ "updated": zod.string().optional()
813
+ }),
814
+ "counts": zod.object({
815
+ "child_count": zod.number(),
816
+ "comment_id": zod.number(),
817
+ "downvotes": zod.number(),
818
+ "published": zod.string(),
819
+ "score": zod.number(),
820
+ "upvotes": zod.number()
821
+ }),
822
+ "creator": zod.object({
823
+ "actor_id": zod.string(),
824
+ "banned": zod.boolean(),
825
+ "bot": zod.boolean(),
826
+ "deleted": zod.boolean(),
827
+ "id": zod.number(),
828
+ "instance_id": zod.number(),
829
+ "local": zod.boolean(),
830
+ "user_name": zod.string(),
831
+ "about": zod.string().optional(),
832
+ "about_html": zod.string().optional(),
833
+ "avatar": zod.string().nullish(),
834
+ "banner": zod.string().nullish(),
835
+ "extra_fields": zod.array(zod.object({
836
+ "id": zod.number(),
837
+ "label": zod.string(),
838
+ "text": zod.string()
839
+ })).max(postApiAlphaCommentResponseCommentViewCreatorExtraFieldsMax).optional(),
840
+ "note": zod.string().max(postApiAlphaCommentResponseCommentViewCreatorNoteMax).optional(),
841
+ "flair": zod.string().optional(),
842
+ "published": zod.string().optional(),
843
+ "title": zod.string().nullish()
844
+ }),
845
+ "creator_banned_from_community": zod.boolean(),
846
+ "creator_blocked": zod.boolean(),
847
+ "creator_is_admin": zod.boolean(),
848
+ "creator_is_moderator": zod.boolean(),
849
+ "post": zod.object({
850
+ "ap_id": zod.string(),
851
+ "community_id": zod.number(),
852
+ "deleted": zod.boolean(),
853
+ "id": zod.number(),
854
+ "language_id": zod.number(),
855
+ "local": zod.boolean(),
856
+ "locked": zod.boolean(),
857
+ "nsfw": zod.boolean(),
858
+ "ai_generated": zod.boolean(),
859
+ "published": zod.string(),
860
+ "removed": zod.boolean(),
861
+ "sticky": zod.boolean(),
862
+ "instance_sticky": zod.boolean(),
863
+ "title": zod.string(),
864
+ "user_id": zod.number(),
865
+ "alt_text": zod.string().optional(),
866
+ "body": zod.string().optional(),
867
+ "small_thumbnail_url": zod.string().optional(),
868
+ "thumbnail_url": zod.string().optional(),
869
+ "updated": zod.string().optional(),
870
+ "url": zod.string().optional(),
871
+ "image_details": zod.object({
872
+ "width": zod.number().optional(),
873
+ "height": zod.number().optional()
874
+ }).optional(),
875
+ "cross_posts": zod.array(zod.object({
876
+ "post_id": zod.number().optional(),
877
+ "reply_count": zod.number().optional(),
878
+ "community_name": zod.string().optional()
879
+ })).optional(),
880
+ "post_type": zod.enum(['Link', 'Discussion', 'Image', 'Video', 'Poll', 'Event']),
881
+ "tags": zod.string().nullish(),
882
+ "flair": zod.string().nullish(),
883
+ "emoji_reactions": zod.array(zod.object({
884
+ "url": zod.string().nullish(),
885
+ "token": zod.string().optional(),
886
+ "authors": zod.array(zod.string()).optional(),
887
+ "count": zod.number().optional()
888
+ })).nullish(),
889
+ "event": zod.object({
890
+ "start": zod.string(),
891
+ "end": zod.string().optional(),
892
+ "timezone": zod.string().optional(),
893
+ "max_attendees": zod.number().optional(),
894
+ "participant_count": zod.number().optional(),
895
+ "full": zod.boolean().optional(),
896
+ "online_link": zod.string().nullish(),
897
+ "join_mode": zod.string().optional().describe('free, restricted, external, invite'),
898
+ "external_participation_url": zod.string().nullish(),
899
+ "anonymous_participation": zod.boolean().optional(),
900
+ "online": zod.boolean().optional(),
901
+ "buy_tickets_link": zod.string().nullish(),
902
+ "event_fee_currency": zod.string().optional(),
903
+ "event_fee_amount": zod.number().optional(),
904
+ "location": zod.record(zod.string(), zod.unknown()).nullish().describe('JSON object containing location details')
905
+ }).optional(),
906
+ "poll": zod.object({
907
+ "end_poll": zod.string().optional(),
908
+ "mode": zod.enum(['single', 'multiple']).describe('single or multiple - determines whether people can vote for one or multiple options'),
909
+ "local_only": zod.boolean().optional(),
910
+ "latest_vote": zod.string().optional(),
911
+ "choices": zod.array(zod.object({
912
+ "id": zod.number(),
913
+ "choice_text": zod.string(),
914
+ "sort_order": zod.number(),
915
+ "num_votes": zod.number().optional().describe('Value is ignored when creating\/editing a poll')
916
+ })).max(postApiAlphaCommentResponseCommentViewPostPollChoicesMax),
917
+ "my_votes": zod.array(zod.number()).optional()
918
+ }).optional()
919
+ }),
920
+ "saved": zod.boolean(),
921
+ "subscribed": zod.enum(['Subscribed', 'NotSubscribed', 'Pending']).describe('Indicates whether auth\'ed user is subscribed to the community this comment is in or not.'),
922
+ "my_vote": zod.number().optional(),
923
+ "can_auth_user_moderate": zod.boolean().optional()
924
+ })
925
+ });
926
+ /**
927
+ * @summary Edit a comment.
928
+ */
929
+ export const putApiAlphaCommentBodyDistinguishedDefault = false;
930
+ export const putApiAlphaCommentBody = zod.object({
931
+ "body": zod.string(),
932
+ "comment_id": zod.number(),
933
+ "language_id": zod.number().optional(),
934
+ "distinguished": zod.boolean().optional().describe('Visibly mark reply as from a moderator in the web UI')
935
+ });
936
+ export const putApiAlphaCommentResponseCommentViewCreatorExtraFieldsMax = 4;
937
+ export const putApiAlphaCommentResponseCommentViewCreatorNoteMax = 50;
938
+ export const putApiAlphaCommentResponseCommentViewPostEventMaxAttendeesDefault = 0;
939
+ export const putApiAlphaCommentResponseCommentViewPostEventParticipantCountDefault = 0;
940
+ export const putApiAlphaCommentResponseCommentViewPostEventFullDefault = false;
941
+ export const putApiAlphaCommentResponseCommentViewPostEventAnonymousParticipationDefault = false;
942
+ export const putApiAlphaCommentResponseCommentViewPostEventOnlineDefault = false;
943
+ export const putApiAlphaCommentResponseCommentViewPostEventEventFeeAmountDefault = 0;
944
+ export const putApiAlphaCommentResponseCommentViewPostPollLocalOnlyDefault = false;
945
+ export const putApiAlphaCommentResponseCommentViewPostPollChoicesItemNumVotesDefault = 0;
946
+ export const putApiAlphaCommentResponseCommentViewPostPollChoicesMax = 10;
947
+ export const putApiAlphaCommentResponse = zod.object({
948
+ "comment_view": zod.object({
949
+ "activity_alert": zod.boolean(),
950
+ "banned_from_community": zod.boolean(),
951
+ "comment": zod.object({
952
+ "ap_id": zod.string(),
953
+ "body": zod.string(),
954
+ "deleted": zod.boolean(),
955
+ "id": zod.number(),
956
+ "language_id": zod.number(),
957
+ "local": zod.boolean(),
958
+ "path": zod.string(),
959
+ "post_id": zod.number(),
960
+ "published": zod.string(),
961
+ "removed": zod.boolean(),
962
+ "user_id": zod.number(),
963
+ "distinguished": zod.boolean().optional(),
964
+ "updated": zod.string().optional(),
965
+ "locked": zod.boolean().optional(),
966
+ "answer": zod.boolean().optional(),
967
+ "emoji_reactions": zod.array(zod.object({
968
+ "url": zod.string().nullish(),
969
+ "token": zod.string().optional(),
970
+ "authors": zod.array(zod.string()).optional(),
971
+ "count": zod.number().optional()
972
+ })).nullish()
973
+ }),
974
+ "community": zod.object({
975
+ "actor_id": zod.string(),
976
+ "ap_domain": zod.string().optional(),
977
+ "deleted": zod.boolean(),
978
+ "hidden": zod.boolean(),
979
+ "id": zod.number(),
980
+ "instance_id": zod.number(),
981
+ "local": zod.boolean(),
982
+ "name": zod.string(),
983
+ "nsfw": zod.boolean(),
984
+ "ai_generated": zod.boolean(),
985
+ "published": zod.string(),
986
+ "removed": zod.boolean(),
987
+ "restricted_to_mods": zod.boolean(),
988
+ "title": zod.string(),
989
+ "banned": zod.boolean().optional(),
990
+ "question_answer": zod.boolean().optional(),
991
+ "banner": zod.string().nullish(),
992
+ "description": zod.string().optional(),
993
+ "icon": zod.string().nullish(),
994
+ "posting_warning": zod.string().nullish(),
995
+ "updated": zod.string().optional()
996
+ }),
997
+ "counts": zod.object({
998
+ "child_count": zod.number(),
999
+ "comment_id": zod.number(),
1000
+ "downvotes": zod.number(),
1001
+ "published": zod.string(),
1002
+ "score": zod.number(),
1003
+ "upvotes": zod.number()
1004
+ }),
1005
+ "creator": zod.object({
1006
+ "actor_id": zod.string(),
1007
+ "banned": zod.boolean(),
1008
+ "bot": zod.boolean(),
1009
+ "deleted": zod.boolean(),
1010
+ "id": zod.number(),
1011
+ "instance_id": zod.number(),
1012
+ "local": zod.boolean(),
1013
+ "user_name": zod.string(),
1014
+ "about": zod.string().optional(),
1015
+ "about_html": zod.string().optional(),
1016
+ "avatar": zod.string().nullish(),
1017
+ "banner": zod.string().nullish(),
1018
+ "extra_fields": zod.array(zod.object({
1019
+ "id": zod.number(),
1020
+ "label": zod.string(),
1021
+ "text": zod.string()
1022
+ })).max(putApiAlphaCommentResponseCommentViewCreatorExtraFieldsMax).optional(),
1023
+ "note": zod.string().max(putApiAlphaCommentResponseCommentViewCreatorNoteMax).optional(),
1024
+ "flair": zod.string().optional(),
1025
+ "published": zod.string().optional(),
1026
+ "title": zod.string().nullish()
1027
+ }),
1028
+ "creator_banned_from_community": zod.boolean(),
1029
+ "creator_blocked": zod.boolean(),
1030
+ "creator_is_admin": zod.boolean(),
1031
+ "creator_is_moderator": zod.boolean(),
1032
+ "post": zod.object({
1033
+ "ap_id": zod.string(),
1034
+ "community_id": zod.number(),
1035
+ "deleted": zod.boolean(),
1036
+ "id": zod.number(),
1037
+ "language_id": zod.number(),
1038
+ "local": zod.boolean(),
1039
+ "locked": zod.boolean(),
1040
+ "nsfw": zod.boolean(),
1041
+ "ai_generated": zod.boolean(),
1042
+ "published": zod.string(),
1043
+ "removed": zod.boolean(),
1044
+ "sticky": zod.boolean(),
1045
+ "instance_sticky": zod.boolean(),
1046
+ "title": zod.string(),
1047
+ "user_id": zod.number(),
1048
+ "alt_text": zod.string().optional(),
1049
+ "body": zod.string().optional(),
1050
+ "small_thumbnail_url": zod.string().optional(),
1051
+ "thumbnail_url": zod.string().optional(),
1052
+ "updated": zod.string().optional(),
1053
+ "url": zod.string().optional(),
1054
+ "image_details": zod.object({
1055
+ "width": zod.number().optional(),
1056
+ "height": zod.number().optional()
1057
+ }).optional(),
1058
+ "cross_posts": zod.array(zod.object({
1059
+ "post_id": zod.number().optional(),
1060
+ "reply_count": zod.number().optional(),
1061
+ "community_name": zod.string().optional()
1062
+ })).optional(),
1063
+ "post_type": zod.enum(['Link', 'Discussion', 'Image', 'Video', 'Poll', 'Event']),
1064
+ "tags": zod.string().nullish(),
1065
+ "flair": zod.string().nullish(),
1066
+ "emoji_reactions": zod.array(zod.object({
1067
+ "url": zod.string().nullish(),
1068
+ "token": zod.string().optional(),
1069
+ "authors": zod.array(zod.string()).optional(),
1070
+ "count": zod.number().optional()
1071
+ })).nullish(),
1072
+ "event": zod.object({
1073
+ "start": zod.string(),
1074
+ "end": zod.string().optional(),
1075
+ "timezone": zod.string().optional(),
1076
+ "max_attendees": zod.number().optional(),
1077
+ "participant_count": zod.number().optional(),
1078
+ "full": zod.boolean().optional(),
1079
+ "online_link": zod.string().nullish(),
1080
+ "join_mode": zod.string().optional().describe('free, restricted, external, invite'),
1081
+ "external_participation_url": zod.string().nullish(),
1082
+ "anonymous_participation": zod.boolean().optional(),
1083
+ "online": zod.boolean().optional(),
1084
+ "buy_tickets_link": zod.string().nullish(),
1085
+ "event_fee_currency": zod.string().optional(),
1086
+ "event_fee_amount": zod.number().optional(),
1087
+ "location": zod.record(zod.string(), zod.unknown()).nullish().describe('JSON object containing location details')
1088
+ }).optional(),
1089
+ "poll": zod.object({
1090
+ "end_poll": zod.string().optional(),
1091
+ "mode": zod.enum(['single', 'multiple']).describe('single or multiple - determines whether people can vote for one or multiple options'),
1092
+ "local_only": zod.boolean().optional(),
1093
+ "latest_vote": zod.string().optional(),
1094
+ "choices": zod.array(zod.object({
1095
+ "id": zod.number(),
1096
+ "choice_text": zod.string(),
1097
+ "sort_order": zod.number(),
1098
+ "num_votes": zod.number().optional().describe('Value is ignored when creating\/editing a poll')
1099
+ })).max(putApiAlphaCommentResponseCommentViewPostPollChoicesMax),
1100
+ "my_votes": zod.array(zod.number()).optional()
1101
+ }).optional()
1102
+ }),
1103
+ "saved": zod.boolean(),
1104
+ "subscribed": zod.enum(['Subscribed', 'NotSubscribed', 'Pending']).describe('Indicates whether auth\'ed user is subscribed to the community this comment is in or not.'),
1105
+ "my_vote": zod.number().optional(),
1106
+ "can_auth_user_moderate": zod.boolean().optional()
1107
+ })
1108
+ });
1109
+ /**
1110
+ * @summary Get / fetch a comment.
1111
+ */
1112
+ export const getApiAlphaCommentQueryParams = zod.object({
1113
+ "id": zod.number()
1114
+ });
1115
+ export const getApiAlphaCommentResponseCommentViewCreatorExtraFieldsMax = 4;
1116
+ export const getApiAlphaCommentResponseCommentViewCreatorNoteMax = 50;
1117
+ export const getApiAlphaCommentResponseCommentViewPostEventMaxAttendeesDefault = 0;
1118
+ export const getApiAlphaCommentResponseCommentViewPostEventParticipantCountDefault = 0;
1119
+ export const getApiAlphaCommentResponseCommentViewPostEventFullDefault = false;
1120
+ export const getApiAlphaCommentResponseCommentViewPostEventAnonymousParticipationDefault = false;
1121
+ export const getApiAlphaCommentResponseCommentViewPostEventOnlineDefault = false;
1122
+ export const getApiAlphaCommentResponseCommentViewPostEventEventFeeAmountDefault = 0;
1123
+ export const getApiAlphaCommentResponseCommentViewPostPollLocalOnlyDefault = false;
1124
+ export const getApiAlphaCommentResponseCommentViewPostPollChoicesItemNumVotesDefault = 0;
1125
+ export const getApiAlphaCommentResponseCommentViewPostPollChoicesMax = 10;
1126
+ export const getApiAlphaCommentResponse = zod.object({
1127
+ "comment_view": zod.object({
1128
+ "activity_alert": zod.boolean(),
1129
+ "banned_from_community": zod.boolean(),
1130
+ "comment": zod.object({
1131
+ "ap_id": zod.string(),
1132
+ "body": zod.string(),
1133
+ "deleted": zod.boolean(),
1134
+ "id": zod.number(),
1135
+ "language_id": zod.number(),
1136
+ "local": zod.boolean(),
1137
+ "path": zod.string(),
1138
+ "post_id": zod.number(),
1139
+ "published": zod.string(),
1140
+ "removed": zod.boolean(),
1141
+ "user_id": zod.number(),
1142
+ "distinguished": zod.boolean().optional(),
1143
+ "updated": zod.string().optional(),
1144
+ "locked": zod.boolean().optional(),
1145
+ "answer": zod.boolean().optional(),
1146
+ "emoji_reactions": zod.array(zod.object({
1147
+ "url": zod.string().nullish(),
1148
+ "token": zod.string().optional(),
1149
+ "authors": zod.array(zod.string()).optional(),
1150
+ "count": zod.number().optional()
1151
+ })).nullish()
1152
+ }),
1153
+ "community": zod.object({
1154
+ "actor_id": zod.string(),
1155
+ "ap_domain": zod.string().optional(),
1156
+ "deleted": zod.boolean(),
1157
+ "hidden": zod.boolean(),
1158
+ "id": zod.number(),
1159
+ "instance_id": zod.number(),
1160
+ "local": zod.boolean(),
1161
+ "name": zod.string(),
1162
+ "nsfw": zod.boolean(),
1163
+ "ai_generated": zod.boolean(),
1164
+ "published": zod.string(),
1165
+ "removed": zod.boolean(),
1166
+ "restricted_to_mods": zod.boolean(),
1167
+ "title": zod.string(),
1168
+ "banned": zod.boolean().optional(),
1169
+ "question_answer": zod.boolean().optional(),
1170
+ "banner": zod.string().nullish(),
1171
+ "description": zod.string().optional(),
1172
+ "icon": zod.string().nullish(),
1173
+ "posting_warning": zod.string().nullish(),
1174
+ "updated": zod.string().optional()
1175
+ }),
1176
+ "counts": zod.object({
1177
+ "child_count": zod.number(),
1178
+ "comment_id": zod.number(),
1179
+ "downvotes": zod.number(),
1180
+ "published": zod.string(),
1181
+ "score": zod.number(),
1182
+ "upvotes": zod.number()
1183
+ }),
1184
+ "creator": zod.object({
1185
+ "actor_id": zod.string(),
1186
+ "banned": zod.boolean(),
1187
+ "bot": zod.boolean(),
1188
+ "deleted": zod.boolean(),
1189
+ "id": zod.number(),
1190
+ "instance_id": zod.number(),
1191
+ "local": zod.boolean(),
1192
+ "user_name": zod.string(),
1193
+ "about": zod.string().optional(),
1194
+ "about_html": zod.string().optional(),
1195
+ "avatar": zod.string().nullish(),
1196
+ "banner": zod.string().nullish(),
1197
+ "extra_fields": zod.array(zod.object({
1198
+ "id": zod.number(),
1199
+ "label": zod.string(),
1200
+ "text": zod.string()
1201
+ })).max(getApiAlphaCommentResponseCommentViewCreatorExtraFieldsMax).optional(),
1202
+ "note": zod.string().max(getApiAlphaCommentResponseCommentViewCreatorNoteMax).optional(),
1203
+ "flair": zod.string().optional(),
1204
+ "published": zod.string().optional(),
1205
+ "title": zod.string().nullish()
1206
+ }),
1207
+ "creator_banned_from_community": zod.boolean(),
1208
+ "creator_blocked": zod.boolean(),
1209
+ "creator_is_admin": zod.boolean(),
1210
+ "creator_is_moderator": zod.boolean(),
1211
+ "post": zod.object({
1212
+ "ap_id": zod.string(),
1213
+ "community_id": zod.number(),
1214
+ "deleted": zod.boolean(),
1215
+ "id": zod.number(),
1216
+ "language_id": zod.number(),
1217
+ "local": zod.boolean(),
1218
+ "locked": zod.boolean(),
1219
+ "nsfw": zod.boolean(),
1220
+ "ai_generated": zod.boolean(),
1221
+ "published": zod.string(),
1222
+ "removed": zod.boolean(),
1223
+ "sticky": zod.boolean(),
1224
+ "instance_sticky": zod.boolean(),
1225
+ "title": zod.string(),
1226
+ "user_id": zod.number(),
1227
+ "alt_text": zod.string().optional(),
1228
+ "body": zod.string().optional(),
1229
+ "small_thumbnail_url": zod.string().optional(),
1230
+ "thumbnail_url": zod.string().optional(),
1231
+ "updated": zod.string().optional(),
1232
+ "url": zod.string().optional(),
1233
+ "image_details": zod.object({
1234
+ "width": zod.number().optional(),
1235
+ "height": zod.number().optional()
1236
+ }).optional(),
1237
+ "cross_posts": zod.array(zod.object({
1238
+ "post_id": zod.number().optional(),
1239
+ "reply_count": zod.number().optional(),
1240
+ "community_name": zod.string().optional()
1241
+ })).optional(),
1242
+ "post_type": zod.enum(['Link', 'Discussion', 'Image', 'Video', 'Poll', 'Event']),
1243
+ "tags": zod.string().nullish(),
1244
+ "flair": zod.string().nullish(),
1245
+ "emoji_reactions": zod.array(zod.object({
1246
+ "url": zod.string().nullish(),
1247
+ "token": zod.string().optional(),
1248
+ "authors": zod.array(zod.string()).optional(),
1249
+ "count": zod.number().optional()
1250
+ })).nullish(),
1251
+ "event": zod.object({
1252
+ "start": zod.string(),
1253
+ "end": zod.string().optional(),
1254
+ "timezone": zod.string().optional(),
1255
+ "max_attendees": zod.number().optional(),
1256
+ "participant_count": zod.number().optional(),
1257
+ "full": zod.boolean().optional(),
1258
+ "online_link": zod.string().nullish(),
1259
+ "join_mode": zod.string().optional().describe('free, restricted, external, invite'),
1260
+ "external_participation_url": zod.string().nullish(),
1261
+ "anonymous_participation": zod.boolean().optional(),
1262
+ "online": zod.boolean().optional(),
1263
+ "buy_tickets_link": zod.string().nullish(),
1264
+ "event_fee_currency": zod.string().optional(),
1265
+ "event_fee_amount": zod.number().optional(),
1266
+ "location": zod.record(zod.string(), zod.unknown()).nullish().describe('JSON object containing location details')
1267
+ }).optional(),
1268
+ "poll": zod.object({
1269
+ "end_poll": zod.string().optional(),
1270
+ "mode": zod.enum(['single', 'multiple']).describe('single or multiple - determines whether people can vote for one or multiple options'),
1271
+ "local_only": zod.boolean().optional(),
1272
+ "latest_vote": zod.string().optional(),
1273
+ "choices": zod.array(zod.object({
1274
+ "id": zod.number(),
1275
+ "choice_text": zod.string(),
1276
+ "sort_order": zod.number(),
1277
+ "num_votes": zod.number().optional().describe('Value is ignored when creating\/editing a poll')
1278
+ })).max(getApiAlphaCommentResponseCommentViewPostPollChoicesMax),
1279
+ "my_votes": zod.array(zod.number()).optional()
1280
+ }).optional()
1281
+ }),
1282
+ "saved": zod.boolean(),
1283
+ "subscribed": zod.enum(['Subscribed', 'NotSubscribed', 'Pending']).describe('Indicates whether auth\'ed user is subscribed to the community this comment is in or not.'),
1284
+ "my_vote": zod.number().optional(),
1285
+ "can_auth_user_moderate": zod.boolean().optional()
1286
+ })
1287
+ });
1288
+ /**
1289
+ * @summary Delete a comment.
1290
+ */
1291
+ export const postApiAlphaCommentDeleteBody = zod.object({
1292
+ "comment_id": zod.number(),
1293
+ "deleted": zod.boolean()
1294
+ });
1295
+ export const postApiAlphaCommentDeleteResponseCommentViewCreatorExtraFieldsMax = 4;
1296
+ export const postApiAlphaCommentDeleteResponseCommentViewCreatorNoteMax = 50;
1297
+ export const postApiAlphaCommentDeleteResponseCommentViewPostEventMaxAttendeesDefault = 0;
1298
+ export const postApiAlphaCommentDeleteResponseCommentViewPostEventParticipantCountDefault = 0;
1299
+ export const postApiAlphaCommentDeleteResponseCommentViewPostEventFullDefault = false;
1300
+ export const postApiAlphaCommentDeleteResponseCommentViewPostEventAnonymousParticipationDefault = false;
1301
+ export const postApiAlphaCommentDeleteResponseCommentViewPostEventOnlineDefault = false;
1302
+ export const postApiAlphaCommentDeleteResponseCommentViewPostEventEventFeeAmountDefault = 0;
1303
+ export const postApiAlphaCommentDeleteResponseCommentViewPostPollLocalOnlyDefault = false;
1304
+ export const postApiAlphaCommentDeleteResponseCommentViewPostPollChoicesItemNumVotesDefault = 0;
1305
+ export const postApiAlphaCommentDeleteResponseCommentViewPostPollChoicesMax = 10;
1306
+ export const postApiAlphaCommentDeleteResponse = zod.object({
1307
+ "comment_view": zod.object({
1308
+ "activity_alert": zod.boolean(),
1309
+ "banned_from_community": zod.boolean(),
1310
+ "comment": zod.object({
1311
+ "ap_id": zod.string(),
1312
+ "body": zod.string(),
1313
+ "deleted": zod.boolean(),
1314
+ "id": zod.number(),
1315
+ "language_id": zod.number(),
1316
+ "local": zod.boolean(),
1317
+ "path": zod.string(),
1318
+ "post_id": zod.number(),
1319
+ "published": zod.string(),
1320
+ "removed": zod.boolean(),
1321
+ "user_id": zod.number(),
1322
+ "distinguished": zod.boolean().optional(),
1323
+ "updated": zod.string().optional(),
1324
+ "locked": zod.boolean().optional(),
1325
+ "answer": zod.boolean().optional(),
1326
+ "emoji_reactions": zod.array(zod.object({
1327
+ "url": zod.string().nullish(),
1328
+ "token": zod.string().optional(),
1329
+ "authors": zod.array(zod.string()).optional(),
1330
+ "count": zod.number().optional()
1331
+ })).nullish()
1332
+ }),
1333
+ "community": zod.object({
1334
+ "actor_id": zod.string(),
1335
+ "ap_domain": zod.string().optional(),
1336
+ "deleted": zod.boolean(),
1337
+ "hidden": zod.boolean(),
1338
+ "id": zod.number(),
1339
+ "instance_id": zod.number(),
1340
+ "local": zod.boolean(),
1341
+ "name": zod.string(),
1342
+ "nsfw": zod.boolean(),
1343
+ "ai_generated": zod.boolean(),
1344
+ "published": zod.string(),
1345
+ "removed": zod.boolean(),
1346
+ "restricted_to_mods": zod.boolean(),
1347
+ "title": zod.string(),
1348
+ "banned": zod.boolean().optional(),
1349
+ "question_answer": zod.boolean().optional(),
1350
+ "banner": zod.string().nullish(),
1351
+ "description": zod.string().optional(),
1352
+ "icon": zod.string().nullish(),
1353
+ "posting_warning": zod.string().nullish(),
1354
+ "updated": zod.string().optional()
1355
+ }),
1356
+ "counts": zod.object({
1357
+ "child_count": zod.number(),
1358
+ "comment_id": zod.number(),
1359
+ "downvotes": zod.number(),
1360
+ "published": zod.string(),
1361
+ "score": zod.number(),
1362
+ "upvotes": zod.number()
1363
+ }),
1364
+ "creator": zod.object({
1365
+ "actor_id": zod.string(),
1366
+ "banned": zod.boolean(),
1367
+ "bot": zod.boolean(),
1368
+ "deleted": zod.boolean(),
1369
+ "id": zod.number(),
1370
+ "instance_id": zod.number(),
1371
+ "local": zod.boolean(),
1372
+ "user_name": zod.string(),
1373
+ "about": zod.string().optional(),
1374
+ "about_html": zod.string().optional(),
1375
+ "avatar": zod.string().nullish(),
1376
+ "banner": zod.string().nullish(),
1377
+ "extra_fields": zod.array(zod.object({
1378
+ "id": zod.number(),
1379
+ "label": zod.string(),
1380
+ "text": zod.string()
1381
+ })).max(postApiAlphaCommentDeleteResponseCommentViewCreatorExtraFieldsMax).optional(),
1382
+ "note": zod.string().max(postApiAlphaCommentDeleteResponseCommentViewCreatorNoteMax).optional(),
1383
+ "flair": zod.string().optional(),
1384
+ "published": zod.string().optional(),
1385
+ "title": zod.string().nullish()
1386
+ }),
1387
+ "creator_banned_from_community": zod.boolean(),
1388
+ "creator_blocked": zod.boolean(),
1389
+ "creator_is_admin": zod.boolean(),
1390
+ "creator_is_moderator": zod.boolean(),
1391
+ "post": zod.object({
1392
+ "ap_id": zod.string(),
1393
+ "community_id": zod.number(),
1394
+ "deleted": zod.boolean(),
1395
+ "id": zod.number(),
1396
+ "language_id": zod.number(),
1397
+ "local": zod.boolean(),
1398
+ "locked": zod.boolean(),
1399
+ "nsfw": zod.boolean(),
1400
+ "ai_generated": zod.boolean(),
1401
+ "published": zod.string(),
1402
+ "removed": zod.boolean(),
1403
+ "sticky": zod.boolean(),
1404
+ "instance_sticky": zod.boolean(),
1405
+ "title": zod.string(),
1406
+ "user_id": zod.number(),
1407
+ "alt_text": zod.string().optional(),
1408
+ "body": zod.string().optional(),
1409
+ "small_thumbnail_url": zod.string().optional(),
1410
+ "thumbnail_url": zod.string().optional(),
1411
+ "updated": zod.string().optional(),
1412
+ "url": zod.string().optional(),
1413
+ "image_details": zod.object({
1414
+ "width": zod.number().optional(),
1415
+ "height": zod.number().optional()
1416
+ }).optional(),
1417
+ "cross_posts": zod.array(zod.object({
1418
+ "post_id": zod.number().optional(),
1419
+ "reply_count": zod.number().optional(),
1420
+ "community_name": zod.string().optional()
1421
+ })).optional(),
1422
+ "post_type": zod.enum(['Link', 'Discussion', 'Image', 'Video', 'Poll', 'Event']),
1423
+ "tags": zod.string().nullish(),
1424
+ "flair": zod.string().nullish(),
1425
+ "emoji_reactions": zod.array(zod.object({
1426
+ "url": zod.string().nullish(),
1427
+ "token": zod.string().optional(),
1428
+ "authors": zod.array(zod.string()).optional(),
1429
+ "count": zod.number().optional()
1430
+ })).nullish(),
1431
+ "event": zod.object({
1432
+ "start": zod.string(),
1433
+ "end": zod.string().optional(),
1434
+ "timezone": zod.string().optional(),
1435
+ "max_attendees": zod.number().optional(),
1436
+ "participant_count": zod.number().optional(),
1437
+ "full": zod.boolean().optional(),
1438
+ "online_link": zod.string().nullish(),
1439
+ "join_mode": zod.string().optional().describe('free, restricted, external, invite'),
1440
+ "external_participation_url": zod.string().nullish(),
1441
+ "anonymous_participation": zod.boolean().optional(),
1442
+ "online": zod.boolean().optional(),
1443
+ "buy_tickets_link": zod.string().nullish(),
1444
+ "event_fee_currency": zod.string().optional(),
1445
+ "event_fee_amount": zod.number().optional(),
1446
+ "location": zod.record(zod.string(), zod.unknown()).nullish().describe('JSON object containing location details')
1447
+ }).optional(),
1448
+ "poll": zod.object({
1449
+ "end_poll": zod.string().optional(),
1450
+ "mode": zod.enum(['single', 'multiple']).describe('single or multiple - determines whether people can vote for one or multiple options'),
1451
+ "local_only": zod.boolean().optional(),
1452
+ "latest_vote": zod.string().optional(),
1453
+ "choices": zod.array(zod.object({
1454
+ "id": zod.number(),
1455
+ "choice_text": zod.string(),
1456
+ "sort_order": zod.number(),
1457
+ "num_votes": zod.number().optional().describe('Value is ignored when creating\/editing a poll')
1458
+ })).max(postApiAlphaCommentDeleteResponseCommentViewPostPollChoicesMax),
1459
+ "my_votes": zod.array(zod.number()).optional()
1460
+ }).optional()
1461
+ }),
1462
+ "saved": zod.boolean(),
1463
+ "subscribed": zod.enum(['Subscribed', 'NotSubscribed', 'Pending']).describe('Indicates whether auth\'ed user is subscribed to the community this comment is in or not.'),
1464
+ "my_vote": zod.number().optional(),
1465
+ "can_auth_user_moderate": zod.boolean().optional()
1466
+ })
1467
+ });
1468
+ /**
1469
+ * @summary Report a comment.
1470
+ */
1471
+ export const postApiAlphaCommentReportBodyReportRemoteDefault = true;
1472
+ export const postApiAlphaCommentReportBody = zod.object({
1473
+ "comment_id": zod.number(),
1474
+ "reason": zod.string(),
1475
+ "description": zod.string().optional(),
1476
+ "report_remote": zod.boolean().default(postApiAlphaCommentReportBodyReportRemoteDefault).describe('Also send report to originating instance')
1477
+ });
1478
+ export const postApiAlphaCommentReportResponseCommentReportViewCreatorExtraFieldsMax = 4;
1479
+ export const postApiAlphaCommentReportResponseCommentReportViewCreatorNoteMax = 50;
1480
+ export const postApiAlphaCommentReportResponseCommentReportViewPostEventMaxAttendeesDefault = 0;
1481
+ export const postApiAlphaCommentReportResponseCommentReportViewPostEventParticipantCountDefault = 0;
1482
+ export const postApiAlphaCommentReportResponseCommentReportViewPostEventFullDefault = false;
1483
+ export const postApiAlphaCommentReportResponseCommentReportViewPostEventAnonymousParticipationDefault = false;
1484
+ export const postApiAlphaCommentReportResponseCommentReportViewPostEventOnlineDefault = false;
1485
+ export const postApiAlphaCommentReportResponseCommentReportViewPostEventEventFeeAmountDefault = 0;
1486
+ export const postApiAlphaCommentReportResponseCommentReportViewPostPollLocalOnlyDefault = false;
1487
+ export const postApiAlphaCommentReportResponseCommentReportViewPostPollChoicesItemNumVotesDefault = 0;
1488
+ export const postApiAlphaCommentReportResponseCommentReportViewPostPollChoicesMax = 10;
1489
+ export const postApiAlphaCommentReportResponseCommentReportViewCommentCreatorExtraFieldsMax = 4;
1490
+ export const postApiAlphaCommentReportResponseCommentReportViewCommentCreatorNoteMax = 50;
1491
+ export const postApiAlphaCommentReportResponse = zod.object({
1492
+ "comment_report_view": zod.object({
1493
+ "activity_alert": zod.boolean(),
1494
+ "banned_from_community": zod.boolean(),
1495
+ "comment": zod.object({
1496
+ "ap_id": zod.string(),
1497
+ "body": zod.string(),
1498
+ "deleted": zod.boolean(),
1499
+ "id": zod.number(),
1500
+ "language_id": zod.number(),
1501
+ "local": zod.boolean(),
1502
+ "path": zod.string(),
1503
+ "post_id": zod.number(),
1504
+ "published": zod.string(),
1505
+ "removed": zod.boolean(),
1506
+ "user_id": zod.number(),
1507
+ "distinguished": zod.boolean().optional(),
1508
+ "updated": zod.string().optional(),
1509
+ "locked": zod.boolean().optional(),
1510
+ "answer": zod.boolean().optional(),
1511
+ "emoji_reactions": zod.array(zod.object({
1512
+ "url": zod.string().nullish(),
1513
+ "token": zod.string().optional(),
1514
+ "authors": zod.array(zod.string()).optional(),
1515
+ "count": zod.number().optional()
1516
+ })).nullish()
1517
+ }),
1518
+ "community": zod.object({
1519
+ "actor_id": zod.string(),
1520
+ "ap_domain": zod.string().optional(),
1521
+ "deleted": zod.boolean(),
1522
+ "hidden": zod.boolean(),
1523
+ "id": zod.number(),
1524
+ "instance_id": zod.number(),
1525
+ "local": zod.boolean(),
1526
+ "name": zod.string(),
1527
+ "nsfw": zod.boolean(),
1528
+ "ai_generated": zod.boolean(),
1529
+ "published": zod.string(),
1530
+ "removed": zod.boolean(),
1531
+ "restricted_to_mods": zod.boolean(),
1532
+ "title": zod.string(),
1533
+ "banned": zod.boolean().optional(),
1534
+ "question_answer": zod.boolean().optional(),
1535
+ "banner": zod.string().nullish(),
1536
+ "description": zod.string().optional(),
1537
+ "icon": zod.string().nullish(),
1538
+ "posting_warning": zod.string().nullish(),
1539
+ "updated": zod.string().optional()
1540
+ }),
1541
+ "counts": zod.object({
1542
+ "child_count": zod.number(),
1543
+ "comment_id": zod.number(),
1544
+ "downvotes": zod.number(),
1545
+ "published": zod.string(),
1546
+ "score": zod.number(),
1547
+ "upvotes": zod.number()
1548
+ }),
1549
+ "creator": zod.object({
1550
+ "actor_id": zod.string(),
1551
+ "banned": zod.boolean(),
1552
+ "bot": zod.boolean(),
1553
+ "deleted": zod.boolean(),
1554
+ "id": zod.number(),
1555
+ "instance_id": zod.number(),
1556
+ "local": zod.boolean(),
1557
+ "user_name": zod.string(),
1558
+ "about": zod.string().optional(),
1559
+ "about_html": zod.string().optional(),
1560
+ "avatar": zod.string().nullish(),
1561
+ "banner": zod.string().nullish(),
1562
+ "extra_fields": zod.array(zod.object({
1563
+ "id": zod.number(),
1564
+ "label": zod.string(),
1565
+ "text": zod.string()
1566
+ })).max(postApiAlphaCommentReportResponseCommentReportViewCreatorExtraFieldsMax).optional(),
1567
+ "note": zod.string().max(postApiAlphaCommentReportResponseCommentReportViewCreatorNoteMax).optional(),
1568
+ "flair": zod.string().optional(),
1569
+ "published": zod.string().optional(),
1570
+ "title": zod.string().nullish()
1571
+ }),
1572
+ "creator_banned_from_community": zod.boolean(),
1573
+ "creator_blocked": zod.boolean(),
1574
+ "creator_is_admin": zod.boolean(),
1575
+ "creator_is_moderator": zod.boolean(),
1576
+ "post": zod.object({
1577
+ "ap_id": zod.string(),
1578
+ "community_id": zod.number(),
1579
+ "deleted": zod.boolean(),
1580
+ "id": zod.number(),
1581
+ "language_id": zod.number(),
1582
+ "local": zod.boolean(),
1583
+ "locked": zod.boolean(),
1584
+ "nsfw": zod.boolean(),
1585
+ "ai_generated": zod.boolean(),
1586
+ "published": zod.string(),
1587
+ "removed": zod.boolean(),
1588
+ "sticky": zod.boolean(),
1589
+ "instance_sticky": zod.boolean(),
1590
+ "title": zod.string(),
1591
+ "user_id": zod.number(),
1592
+ "alt_text": zod.string().optional(),
1593
+ "body": zod.string().optional(),
1594
+ "small_thumbnail_url": zod.string().optional(),
1595
+ "thumbnail_url": zod.string().optional(),
1596
+ "updated": zod.string().optional(),
1597
+ "url": zod.string().optional(),
1598
+ "image_details": zod.object({
1599
+ "width": zod.number().optional(),
1600
+ "height": zod.number().optional()
1601
+ }).optional(),
1602
+ "cross_posts": zod.array(zod.object({
1603
+ "post_id": zod.number().optional(),
1604
+ "reply_count": zod.number().optional(),
1605
+ "community_name": zod.string().optional()
1606
+ })).optional(),
1607
+ "post_type": zod.enum(['Link', 'Discussion', 'Image', 'Video', 'Poll', 'Event']),
1608
+ "tags": zod.string().nullish(),
1609
+ "flair": zod.string().nullish(),
1610
+ "emoji_reactions": zod.array(zod.object({
1611
+ "url": zod.string().nullish(),
1612
+ "token": zod.string().optional(),
1613
+ "authors": zod.array(zod.string()).optional(),
1614
+ "count": zod.number().optional()
1615
+ })).nullish(),
1616
+ "event": zod.object({
1617
+ "start": zod.string(),
1618
+ "end": zod.string().optional(),
1619
+ "timezone": zod.string().optional(),
1620
+ "max_attendees": zod.number().optional(),
1621
+ "participant_count": zod.number().optional(),
1622
+ "full": zod.boolean().optional(),
1623
+ "online_link": zod.string().nullish(),
1624
+ "join_mode": zod.string().optional().describe('free, restricted, external, invite'),
1625
+ "external_participation_url": zod.string().nullish(),
1626
+ "anonymous_participation": zod.boolean().optional(),
1627
+ "online": zod.boolean().optional(),
1628
+ "buy_tickets_link": zod.string().nullish(),
1629
+ "event_fee_currency": zod.string().optional(),
1630
+ "event_fee_amount": zod.number().optional(),
1631
+ "location": zod.record(zod.string(), zod.unknown()).nullish().describe('JSON object containing location details')
1632
+ }).optional(),
1633
+ "poll": zod.object({
1634
+ "end_poll": zod.string().optional(),
1635
+ "mode": zod.enum(['single', 'multiple']).describe('single or multiple - determines whether people can vote for one or multiple options'),
1636
+ "local_only": zod.boolean().optional(),
1637
+ "latest_vote": zod.string().optional(),
1638
+ "choices": zod.array(zod.object({
1639
+ "id": zod.number(),
1640
+ "choice_text": zod.string(),
1641
+ "sort_order": zod.number(),
1642
+ "num_votes": zod.number().optional().describe('Value is ignored when creating\/editing a poll')
1643
+ })).max(postApiAlphaCommentReportResponseCommentReportViewPostPollChoicesMax),
1644
+ "my_votes": zod.array(zod.number()).optional()
1645
+ }).optional()
1646
+ }),
1647
+ "saved": zod.boolean(),
1648
+ "subscribed": zod.enum(['Subscribed', 'NotSubscribed', 'Pending']).describe('Indicates whether auth\'ed user is subscribed to the community this comment is in or not.'),
1649
+ "my_vote": zod.number().optional(),
1650
+ "can_auth_user_moderate": zod.boolean().optional(),
1651
+ "comment_report": zod.object({
1652
+ "id": zod.number(),
1653
+ "creator_id": zod.number(),
1654
+ "comment_id": zod.number(),
1655
+ "original_comment_text": zod.string().optional(),
1656
+ "reason": zod.string().optional(),
1657
+ "resolved": zod.boolean(),
1658
+ "published": zod.string(),
1659
+ "updated": zod.string().optional()
1660
+ }),
1661
+ "comment_creator": zod.object({
1662
+ "actor_id": zod.string(),
1663
+ "banned": zod.boolean(),
1664
+ "bot": zod.boolean(),
1665
+ "deleted": zod.boolean(),
1666
+ "id": zod.number(),
1667
+ "instance_id": zod.number(),
1668
+ "local": zod.boolean(),
1669
+ "user_name": zod.string(),
1670
+ "about": zod.string().optional(),
1671
+ "about_html": zod.string().optional(),
1672
+ "avatar": zod.string().nullish(),
1673
+ "banner": zod.string().nullish(),
1674
+ "extra_fields": zod.array(zod.object({
1675
+ "id": zod.number(),
1676
+ "label": zod.string(),
1677
+ "text": zod.string()
1678
+ })).max(postApiAlphaCommentReportResponseCommentReportViewCommentCreatorExtraFieldsMax).optional(),
1679
+ "note": zod.string().max(postApiAlphaCommentReportResponseCommentReportViewCommentCreatorNoteMax).optional(),
1680
+ "flair": zod.string().optional(),
1681
+ "published": zod.string().optional(),
1682
+ "title": zod.string().nullish()
1683
+ })
1684
+ })
1685
+ });
1686
+ /**
1687
+ * @summary Remove a comment as a moderator.
1688
+ */
1689
+ export const postApiAlphaCommentRemoveBody = zod.object({
1690
+ "comment_id": zod.number(),
1691
+ "removed": zod.boolean(),
1692
+ "reason": zod.string().optional()
1693
+ });
1694
+ export const postApiAlphaCommentRemoveResponseCommentViewCreatorExtraFieldsMax = 4;
1695
+ export const postApiAlphaCommentRemoveResponseCommentViewCreatorNoteMax = 50;
1696
+ export const postApiAlphaCommentRemoveResponseCommentViewPostEventMaxAttendeesDefault = 0;
1697
+ export const postApiAlphaCommentRemoveResponseCommentViewPostEventParticipantCountDefault = 0;
1698
+ export const postApiAlphaCommentRemoveResponseCommentViewPostEventFullDefault = false;
1699
+ export const postApiAlphaCommentRemoveResponseCommentViewPostEventAnonymousParticipationDefault = false;
1700
+ export const postApiAlphaCommentRemoveResponseCommentViewPostEventOnlineDefault = false;
1701
+ export const postApiAlphaCommentRemoveResponseCommentViewPostEventEventFeeAmountDefault = 0;
1702
+ export const postApiAlphaCommentRemoveResponseCommentViewPostPollLocalOnlyDefault = false;
1703
+ export const postApiAlphaCommentRemoveResponseCommentViewPostPollChoicesItemNumVotesDefault = 0;
1704
+ export const postApiAlphaCommentRemoveResponseCommentViewPostPollChoicesMax = 10;
1705
+ export const postApiAlphaCommentRemoveResponse = zod.object({
1706
+ "comment_view": zod.object({
1707
+ "activity_alert": zod.boolean(),
1708
+ "banned_from_community": zod.boolean(),
1709
+ "comment": zod.object({
1710
+ "ap_id": zod.string(),
1711
+ "body": zod.string(),
1712
+ "deleted": zod.boolean(),
1713
+ "id": zod.number(),
1714
+ "language_id": zod.number(),
1715
+ "local": zod.boolean(),
1716
+ "path": zod.string(),
1717
+ "post_id": zod.number(),
1718
+ "published": zod.string(),
1719
+ "removed": zod.boolean(),
1720
+ "user_id": zod.number(),
1721
+ "distinguished": zod.boolean().optional(),
1722
+ "updated": zod.string().optional(),
1723
+ "locked": zod.boolean().optional(),
1724
+ "answer": zod.boolean().optional(),
1725
+ "emoji_reactions": zod.array(zod.object({
1726
+ "url": zod.string().nullish(),
1727
+ "token": zod.string().optional(),
1728
+ "authors": zod.array(zod.string()).optional(),
1729
+ "count": zod.number().optional()
1730
+ })).nullish()
1731
+ }),
1732
+ "community": zod.object({
1733
+ "actor_id": zod.string(),
1734
+ "ap_domain": zod.string().optional(),
1735
+ "deleted": zod.boolean(),
1736
+ "hidden": zod.boolean(),
1737
+ "id": zod.number(),
1738
+ "instance_id": zod.number(),
1739
+ "local": zod.boolean(),
1740
+ "name": zod.string(),
1741
+ "nsfw": zod.boolean(),
1742
+ "ai_generated": zod.boolean(),
1743
+ "published": zod.string(),
1744
+ "removed": zod.boolean(),
1745
+ "restricted_to_mods": zod.boolean(),
1746
+ "title": zod.string(),
1747
+ "banned": zod.boolean().optional(),
1748
+ "question_answer": zod.boolean().optional(),
1749
+ "banner": zod.string().nullish(),
1750
+ "description": zod.string().optional(),
1751
+ "icon": zod.string().nullish(),
1752
+ "posting_warning": zod.string().nullish(),
1753
+ "updated": zod.string().optional()
1754
+ }),
1755
+ "counts": zod.object({
1756
+ "child_count": zod.number(),
1757
+ "comment_id": zod.number(),
1758
+ "downvotes": zod.number(),
1759
+ "published": zod.string(),
1760
+ "score": zod.number(),
1761
+ "upvotes": zod.number()
1762
+ }),
1763
+ "creator": zod.object({
1764
+ "actor_id": zod.string(),
1765
+ "banned": zod.boolean(),
1766
+ "bot": zod.boolean(),
1767
+ "deleted": zod.boolean(),
1768
+ "id": zod.number(),
1769
+ "instance_id": zod.number(),
1770
+ "local": zod.boolean(),
1771
+ "user_name": zod.string(),
1772
+ "about": zod.string().optional(),
1773
+ "about_html": zod.string().optional(),
1774
+ "avatar": zod.string().nullish(),
1775
+ "banner": zod.string().nullish(),
1776
+ "extra_fields": zod.array(zod.object({
1777
+ "id": zod.number(),
1778
+ "label": zod.string(),
1779
+ "text": zod.string()
1780
+ })).max(postApiAlphaCommentRemoveResponseCommentViewCreatorExtraFieldsMax).optional(),
1781
+ "note": zod.string().max(postApiAlphaCommentRemoveResponseCommentViewCreatorNoteMax).optional(),
1782
+ "flair": zod.string().optional(),
1783
+ "published": zod.string().optional(),
1784
+ "title": zod.string().nullish()
1785
+ }),
1786
+ "creator_banned_from_community": zod.boolean(),
1787
+ "creator_blocked": zod.boolean(),
1788
+ "creator_is_admin": zod.boolean(),
1789
+ "creator_is_moderator": zod.boolean(),
1790
+ "post": zod.object({
1791
+ "ap_id": zod.string(),
1792
+ "community_id": zod.number(),
1793
+ "deleted": zod.boolean(),
1794
+ "id": zod.number(),
1795
+ "language_id": zod.number(),
1796
+ "local": zod.boolean(),
1797
+ "locked": zod.boolean(),
1798
+ "nsfw": zod.boolean(),
1799
+ "ai_generated": zod.boolean(),
1800
+ "published": zod.string(),
1801
+ "removed": zod.boolean(),
1802
+ "sticky": zod.boolean(),
1803
+ "instance_sticky": zod.boolean(),
1804
+ "title": zod.string(),
1805
+ "user_id": zod.number(),
1806
+ "alt_text": zod.string().optional(),
1807
+ "body": zod.string().optional(),
1808
+ "small_thumbnail_url": zod.string().optional(),
1809
+ "thumbnail_url": zod.string().optional(),
1810
+ "updated": zod.string().optional(),
1811
+ "url": zod.string().optional(),
1812
+ "image_details": zod.object({
1813
+ "width": zod.number().optional(),
1814
+ "height": zod.number().optional()
1815
+ }).optional(),
1816
+ "cross_posts": zod.array(zod.object({
1817
+ "post_id": zod.number().optional(),
1818
+ "reply_count": zod.number().optional(),
1819
+ "community_name": zod.string().optional()
1820
+ })).optional(),
1821
+ "post_type": zod.enum(['Link', 'Discussion', 'Image', 'Video', 'Poll', 'Event']),
1822
+ "tags": zod.string().nullish(),
1823
+ "flair": zod.string().nullish(),
1824
+ "emoji_reactions": zod.array(zod.object({
1825
+ "url": zod.string().nullish(),
1826
+ "token": zod.string().optional(),
1827
+ "authors": zod.array(zod.string()).optional(),
1828
+ "count": zod.number().optional()
1829
+ })).nullish(),
1830
+ "event": zod.object({
1831
+ "start": zod.string(),
1832
+ "end": zod.string().optional(),
1833
+ "timezone": zod.string().optional(),
1834
+ "max_attendees": zod.number().optional(),
1835
+ "participant_count": zod.number().optional(),
1836
+ "full": zod.boolean().optional(),
1837
+ "online_link": zod.string().nullish(),
1838
+ "join_mode": zod.string().optional().describe('free, restricted, external, invite'),
1839
+ "external_participation_url": zod.string().nullish(),
1840
+ "anonymous_participation": zod.boolean().optional(),
1841
+ "online": zod.boolean().optional(),
1842
+ "buy_tickets_link": zod.string().nullish(),
1843
+ "event_fee_currency": zod.string().optional(),
1844
+ "event_fee_amount": zod.number().optional(),
1845
+ "location": zod.record(zod.string(), zod.unknown()).nullish().describe('JSON object containing location details')
1846
+ }).optional(),
1847
+ "poll": zod.object({
1848
+ "end_poll": zod.string().optional(),
1849
+ "mode": zod.enum(['single', 'multiple']).describe('single or multiple - determines whether people can vote for one or multiple options'),
1850
+ "local_only": zod.boolean().optional(),
1851
+ "latest_vote": zod.string().optional(),
1852
+ "choices": zod.array(zod.object({
1853
+ "id": zod.number(),
1854
+ "choice_text": zod.string(),
1855
+ "sort_order": zod.number(),
1856
+ "num_votes": zod.number().optional().describe('Value is ignored when creating\/editing a poll')
1857
+ })).max(postApiAlphaCommentRemoveResponseCommentViewPostPollChoicesMax),
1858
+ "my_votes": zod.array(zod.number()).optional()
1859
+ }).optional()
1860
+ }),
1861
+ "saved": zod.boolean(),
1862
+ "subscribed": zod.enum(['Subscribed', 'NotSubscribed', 'Pending']).describe('Indicates whether auth\'ed user is subscribed to the community this comment is in or not.'),
1863
+ "my_vote": zod.number().optional(),
1864
+ "can_auth_user_moderate": zod.boolean().optional()
1865
+ })
1866
+ });
1867
+ /**
1868
+ * @summary Mark a comment reply as read.
1869
+ */
1870
+ export const postApiAlphaCommentMarkAsReadBody = zod.object({
1871
+ "comment_reply_id": zod.number(),
1872
+ "read": zod.boolean()
1873
+ });
1874
+ export const postApiAlphaCommentMarkAsReadResponseCommentReplyViewCreatorExtraFieldsMax = 4;
1875
+ export const postApiAlphaCommentMarkAsReadResponseCommentReplyViewCreatorNoteMax = 50;
1876
+ export const postApiAlphaCommentMarkAsReadResponseCommentReplyViewPostEventMaxAttendeesDefault = 0;
1877
+ export const postApiAlphaCommentMarkAsReadResponseCommentReplyViewPostEventParticipantCountDefault = 0;
1878
+ export const postApiAlphaCommentMarkAsReadResponseCommentReplyViewPostEventFullDefault = false;
1879
+ export const postApiAlphaCommentMarkAsReadResponseCommentReplyViewPostEventAnonymousParticipationDefault = false;
1880
+ export const postApiAlphaCommentMarkAsReadResponseCommentReplyViewPostEventOnlineDefault = false;
1881
+ export const postApiAlphaCommentMarkAsReadResponseCommentReplyViewPostEventEventFeeAmountDefault = 0;
1882
+ export const postApiAlphaCommentMarkAsReadResponseCommentReplyViewPostPollLocalOnlyDefault = false;
1883
+ export const postApiAlphaCommentMarkAsReadResponseCommentReplyViewPostPollChoicesItemNumVotesDefault = 0;
1884
+ export const postApiAlphaCommentMarkAsReadResponseCommentReplyViewPostPollChoicesMax = 10;
1885
+ export const postApiAlphaCommentMarkAsReadResponseCommentReplyViewRecipientExtraFieldsMax = 4;
1886
+ export const postApiAlphaCommentMarkAsReadResponseCommentReplyViewRecipientNoteMax = 50;
1887
+ export const postApiAlphaCommentMarkAsReadResponse = zod.object({
1888
+ "comment_reply_view": zod.object({
1889
+ "activity_alert": zod.boolean(),
1890
+ "comment": zod.object({
1891
+ "ap_id": zod.string(),
1892
+ "body": zod.string(),
1893
+ "deleted": zod.boolean(),
1894
+ "id": zod.number(),
1895
+ "language_id": zod.number(),
1896
+ "local": zod.boolean(),
1897
+ "path": zod.string(),
1898
+ "post_id": zod.number(),
1899
+ "published": zod.string(),
1900
+ "removed": zod.boolean(),
1901
+ "user_id": zod.number(),
1902
+ "distinguished": zod.boolean().optional(),
1903
+ "updated": zod.string().optional(),
1904
+ "locked": zod.boolean().optional(),
1905
+ "answer": zod.boolean().optional(),
1906
+ "emoji_reactions": zod.array(zod.object({
1907
+ "url": zod.string().nullish(),
1908
+ "token": zod.string().optional(),
1909
+ "authors": zod.array(zod.string()).optional(),
1910
+ "count": zod.number().optional()
1911
+ })).nullish()
1912
+ }),
1913
+ "comment_reply": zod.object({
1914
+ "id": zod.number(),
1915
+ "comment_id": zod.number(),
1916
+ "published": zod.string(),
1917
+ "read": zod.boolean(),
1918
+ "recipient_id": zod.number()
1919
+ }),
1920
+ "community": zod.object({
1921
+ "actor_id": zod.string(),
1922
+ "ap_domain": zod.string().optional(),
1923
+ "deleted": zod.boolean(),
1924
+ "hidden": zod.boolean(),
1925
+ "id": zod.number(),
1926
+ "instance_id": zod.number(),
1927
+ "local": zod.boolean(),
1928
+ "name": zod.string(),
1929
+ "nsfw": zod.boolean(),
1930
+ "ai_generated": zod.boolean(),
1931
+ "published": zod.string(),
1932
+ "removed": zod.boolean(),
1933
+ "restricted_to_mods": zod.boolean(),
1934
+ "title": zod.string(),
1935
+ "banned": zod.boolean().optional(),
1936
+ "question_answer": zod.boolean().optional(),
1937
+ "banner": zod.string().nullish(),
1938
+ "description": zod.string().optional(),
1939
+ "icon": zod.string().nullish(),
1940
+ "posting_warning": zod.string().nullish(),
1941
+ "updated": zod.string().optional()
1942
+ }),
1943
+ "counts": zod.object({
1944
+ "child_count": zod.number(),
1945
+ "comment_id": zod.number(),
1946
+ "downvotes": zod.number(),
1947
+ "published": zod.string(),
1948
+ "score": zod.number(),
1949
+ "upvotes": zod.number()
1950
+ }),
1951
+ "creator": zod.object({
1952
+ "actor_id": zod.string(),
1953
+ "banned": zod.boolean(),
1954
+ "bot": zod.boolean(),
1955
+ "deleted": zod.boolean(),
1956
+ "id": zod.number(),
1957
+ "instance_id": zod.number(),
1958
+ "local": zod.boolean(),
1959
+ "user_name": zod.string(),
1960
+ "about": zod.string().optional(),
1961
+ "about_html": zod.string().optional(),
1962
+ "avatar": zod.string().nullish(),
1963
+ "banner": zod.string().nullish(),
1964
+ "extra_fields": zod.array(zod.object({
1965
+ "id": zod.number(),
1966
+ "label": zod.string(),
1967
+ "text": zod.string()
1968
+ })).max(postApiAlphaCommentMarkAsReadResponseCommentReplyViewCreatorExtraFieldsMax).optional(),
1969
+ "note": zod.string().max(postApiAlphaCommentMarkAsReadResponseCommentReplyViewCreatorNoteMax).optional(),
1970
+ "flair": zod.string().optional(),
1971
+ "published": zod.string().optional(),
1972
+ "title": zod.string().nullish()
1973
+ }),
1974
+ "creator_banned_from_community": zod.boolean(),
1975
+ "creator_blocked": zod.boolean(),
1976
+ "creator_is_admin": zod.boolean(),
1977
+ "creator_is_moderator": zod.boolean(),
1978
+ "my_vote": zod.number(),
1979
+ "post": zod.object({
1980
+ "ap_id": zod.string(),
1981
+ "community_id": zod.number(),
1982
+ "deleted": zod.boolean(),
1983
+ "id": zod.number(),
1984
+ "language_id": zod.number(),
1985
+ "local": zod.boolean(),
1986
+ "locked": zod.boolean(),
1987
+ "nsfw": zod.boolean(),
1988
+ "ai_generated": zod.boolean(),
1989
+ "published": zod.string(),
1990
+ "removed": zod.boolean(),
1991
+ "sticky": zod.boolean(),
1992
+ "instance_sticky": zod.boolean(),
1993
+ "title": zod.string(),
1994
+ "user_id": zod.number(),
1995
+ "alt_text": zod.string().optional(),
1996
+ "body": zod.string().optional(),
1997
+ "small_thumbnail_url": zod.string().optional(),
1998
+ "thumbnail_url": zod.string().optional(),
1999
+ "updated": zod.string().optional(),
2000
+ "url": zod.string().optional(),
2001
+ "image_details": zod.object({
2002
+ "width": zod.number().optional(),
2003
+ "height": zod.number().optional()
2004
+ }).optional(),
2005
+ "cross_posts": zod.array(zod.object({
2006
+ "post_id": zod.number().optional(),
2007
+ "reply_count": zod.number().optional(),
2008
+ "community_name": zod.string().optional()
2009
+ })).optional(),
2010
+ "post_type": zod.enum(['Link', 'Discussion', 'Image', 'Video', 'Poll', 'Event']),
2011
+ "tags": zod.string().nullish(),
2012
+ "flair": zod.string().nullish(),
2013
+ "emoji_reactions": zod.array(zod.object({
2014
+ "url": zod.string().nullish(),
2015
+ "token": zod.string().optional(),
2016
+ "authors": zod.array(zod.string()).optional(),
2017
+ "count": zod.number().optional()
2018
+ })).nullish(),
2019
+ "event": zod.object({
2020
+ "start": zod.string(),
2021
+ "end": zod.string().optional(),
2022
+ "timezone": zod.string().optional(),
2023
+ "max_attendees": zod.number().optional(),
2024
+ "participant_count": zod.number().optional(),
2025
+ "full": zod.boolean().optional(),
2026
+ "online_link": zod.string().nullish(),
2027
+ "join_mode": zod.string().optional().describe('free, restricted, external, invite'),
2028
+ "external_participation_url": zod.string().nullish(),
2029
+ "anonymous_participation": zod.boolean().optional(),
2030
+ "online": zod.boolean().optional(),
2031
+ "buy_tickets_link": zod.string().nullish(),
2032
+ "event_fee_currency": zod.string().optional(),
2033
+ "event_fee_amount": zod.number().optional(),
2034
+ "location": zod.record(zod.string(), zod.unknown()).nullish().describe('JSON object containing location details')
2035
+ }).optional(),
2036
+ "poll": zod.object({
2037
+ "end_poll": zod.string().optional(),
2038
+ "mode": zod.enum(['single', 'multiple']).describe('single or multiple - determines whether people can vote for one or multiple options'),
2039
+ "local_only": zod.boolean().optional(),
2040
+ "latest_vote": zod.string().optional(),
2041
+ "choices": zod.array(zod.object({
2042
+ "id": zod.number(),
2043
+ "choice_text": zod.string(),
2044
+ "sort_order": zod.number(),
2045
+ "num_votes": zod.number().optional().describe('Value is ignored when creating\/editing a poll')
2046
+ })).max(postApiAlphaCommentMarkAsReadResponseCommentReplyViewPostPollChoicesMax),
2047
+ "my_votes": zod.array(zod.number()).optional()
2048
+ }).optional()
2049
+ }),
2050
+ "recipient": zod.object({
2051
+ "actor_id": zod.string(),
2052
+ "banned": zod.boolean(),
2053
+ "bot": zod.boolean(),
2054
+ "deleted": zod.boolean(),
2055
+ "id": zod.number(),
2056
+ "instance_id": zod.number(),
2057
+ "local": zod.boolean(),
2058
+ "user_name": zod.string(),
2059
+ "about": zod.string().optional(),
2060
+ "about_html": zod.string().optional(),
2061
+ "avatar": zod.string().nullish(),
2062
+ "banner": zod.string().nullish(),
2063
+ "extra_fields": zod.array(zod.object({
2064
+ "id": zod.number(),
2065
+ "label": zod.string(),
2066
+ "text": zod.string()
2067
+ })).max(postApiAlphaCommentMarkAsReadResponseCommentReplyViewRecipientExtraFieldsMax).optional(),
2068
+ "note": zod.string().max(postApiAlphaCommentMarkAsReadResponseCommentReplyViewRecipientNoteMax).optional(),
2069
+ "flair": zod.string().optional(),
2070
+ "published": zod.string().optional(),
2071
+ "title": zod.string().nullish()
2072
+ }),
2073
+ "saved": zod.boolean(),
2074
+ "subscribed": zod.enum(['Subscribed', 'NotSubscribed', 'Pending'])
2075
+ })
2076
+ });
2077
+ /**
2078
+ * @summary Mark a comment as the preferred answer to a question.
2079
+ */
2080
+ export const postApiAlphaCommentMarkAsAnswerBody = zod.object({
2081
+ "comment_reply_id": zod.number(),
2082
+ "answer": zod.boolean()
2083
+ });
2084
+ export const postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewCreatorExtraFieldsMax = 4;
2085
+ export const postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewCreatorNoteMax = 50;
2086
+ export const postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewPostEventMaxAttendeesDefault = 0;
2087
+ export const postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewPostEventParticipantCountDefault = 0;
2088
+ export const postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewPostEventFullDefault = false;
2089
+ export const postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewPostEventAnonymousParticipationDefault = false;
2090
+ export const postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewPostEventOnlineDefault = false;
2091
+ export const postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewPostEventEventFeeAmountDefault = 0;
2092
+ export const postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewPostPollLocalOnlyDefault = false;
2093
+ export const postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewPostPollChoicesItemNumVotesDefault = 0;
2094
+ export const postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewPostPollChoicesMax = 10;
2095
+ export const postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewRecipientExtraFieldsMax = 4;
2096
+ export const postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewRecipientNoteMax = 50;
2097
+ export const postApiAlphaCommentMarkAsAnswerResponse = zod.object({
2098
+ "comment_reply_view": zod.object({
2099
+ "activity_alert": zod.boolean(),
2100
+ "comment": zod.object({
2101
+ "ap_id": zod.string(),
2102
+ "body": zod.string(),
2103
+ "deleted": zod.boolean(),
2104
+ "id": zod.number(),
2105
+ "language_id": zod.number(),
2106
+ "local": zod.boolean(),
2107
+ "path": zod.string(),
2108
+ "post_id": zod.number(),
2109
+ "published": zod.string(),
2110
+ "removed": zod.boolean(),
2111
+ "user_id": zod.number(),
2112
+ "distinguished": zod.boolean().optional(),
2113
+ "updated": zod.string().optional(),
2114
+ "locked": zod.boolean().optional(),
2115
+ "answer": zod.boolean().optional(),
2116
+ "emoji_reactions": zod.array(zod.object({
2117
+ "url": zod.string().nullish(),
2118
+ "token": zod.string().optional(),
2119
+ "authors": zod.array(zod.string()).optional(),
2120
+ "count": zod.number().optional()
2121
+ })).nullish()
2122
+ }),
2123
+ "comment_reply": zod.object({
2124
+ "id": zod.number(),
2125
+ "comment_id": zod.number(),
2126
+ "published": zod.string(),
2127
+ "read": zod.boolean(),
2128
+ "recipient_id": zod.number()
2129
+ }),
2130
+ "community": zod.object({
2131
+ "actor_id": zod.string(),
2132
+ "ap_domain": zod.string().optional(),
2133
+ "deleted": zod.boolean(),
2134
+ "hidden": zod.boolean(),
2135
+ "id": zod.number(),
2136
+ "instance_id": zod.number(),
2137
+ "local": zod.boolean(),
2138
+ "name": zod.string(),
2139
+ "nsfw": zod.boolean(),
2140
+ "ai_generated": zod.boolean(),
2141
+ "published": zod.string(),
2142
+ "removed": zod.boolean(),
2143
+ "restricted_to_mods": zod.boolean(),
2144
+ "title": zod.string(),
2145
+ "banned": zod.boolean().optional(),
2146
+ "question_answer": zod.boolean().optional(),
2147
+ "banner": zod.string().nullish(),
2148
+ "description": zod.string().optional(),
2149
+ "icon": zod.string().nullish(),
2150
+ "posting_warning": zod.string().nullish(),
2151
+ "updated": zod.string().optional()
2152
+ }),
2153
+ "counts": zod.object({
2154
+ "child_count": zod.number(),
2155
+ "comment_id": zod.number(),
2156
+ "downvotes": zod.number(),
2157
+ "published": zod.string(),
2158
+ "score": zod.number(),
2159
+ "upvotes": zod.number()
2160
+ }),
2161
+ "creator": zod.object({
2162
+ "actor_id": zod.string(),
2163
+ "banned": zod.boolean(),
2164
+ "bot": zod.boolean(),
2165
+ "deleted": zod.boolean(),
2166
+ "id": zod.number(),
2167
+ "instance_id": zod.number(),
2168
+ "local": zod.boolean(),
2169
+ "user_name": zod.string(),
2170
+ "about": zod.string().optional(),
2171
+ "about_html": zod.string().optional(),
2172
+ "avatar": zod.string().nullish(),
2173
+ "banner": zod.string().nullish(),
2174
+ "extra_fields": zod.array(zod.object({
2175
+ "id": zod.number(),
2176
+ "label": zod.string(),
2177
+ "text": zod.string()
2178
+ })).max(postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewCreatorExtraFieldsMax).optional(),
2179
+ "note": zod.string().max(postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewCreatorNoteMax).optional(),
2180
+ "flair": zod.string().optional(),
2181
+ "published": zod.string().optional(),
2182
+ "title": zod.string().nullish()
2183
+ }),
2184
+ "creator_banned_from_community": zod.boolean(),
2185
+ "creator_blocked": zod.boolean(),
2186
+ "creator_is_admin": zod.boolean(),
2187
+ "creator_is_moderator": zod.boolean(),
2188
+ "my_vote": zod.number(),
2189
+ "post": zod.object({
2190
+ "ap_id": zod.string(),
2191
+ "community_id": zod.number(),
2192
+ "deleted": zod.boolean(),
2193
+ "id": zod.number(),
2194
+ "language_id": zod.number(),
2195
+ "local": zod.boolean(),
2196
+ "locked": zod.boolean(),
2197
+ "nsfw": zod.boolean(),
2198
+ "ai_generated": zod.boolean(),
2199
+ "published": zod.string(),
2200
+ "removed": zod.boolean(),
2201
+ "sticky": zod.boolean(),
2202
+ "instance_sticky": zod.boolean(),
2203
+ "title": zod.string(),
2204
+ "user_id": zod.number(),
2205
+ "alt_text": zod.string().optional(),
2206
+ "body": zod.string().optional(),
2207
+ "small_thumbnail_url": zod.string().optional(),
2208
+ "thumbnail_url": zod.string().optional(),
2209
+ "updated": zod.string().optional(),
2210
+ "url": zod.string().optional(),
2211
+ "image_details": zod.object({
2212
+ "width": zod.number().optional(),
2213
+ "height": zod.number().optional()
2214
+ }).optional(),
2215
+ "cross_posts": zod.array(zod.object({
2216
+ "post_id": zod.number().optional(),
2217
+ "reply_count": zod.number().optional(),
2218
+ "community_name": zod.string().optional()
2219
+ })).optional(),
2220
+ "post_type": zod.enum(['Link', 'Discussion', 'Image', 'Video', 'Poll', 'Event']),
2221
+ "tags": zod.string().nullish(),
2222
+ "flair": zod.string().nullish(),
2223
+ "emoji_reactions": zod.array(zod.object({
2224
+ "url": zod.string().nullish(),
2225
+ "token": zod.string().optional(),
2226
+ "authors": zod.array(zod.string()).optional(),
2227
+ "count": zod.number().optional()
2228
+ })).nullish(),
2229
+ "event": zod.object({
2230
+ "start": zod.string(),
2231
+ "end": zod.string().optional(),
2232
+ "timezone": zod.string().optional(),
2233
+ "max_attendees": zod.number().optional(),
2234
+ "participant_count": zod.number().optional(),
2235
+ "full": zod.boolean().optional(),
2236
+ "online_link": zod.string().nullish(),
2237
+ "join_mode": zod.string().optional().describe('free, restricted, external, invite'),
2238
+ "external_participation_url": zod.string().nullish(),
2239
+ "anonymous_participation": zod.boolean().optional(),
2240
+ "online": zod.boolean().optional(),
2241
+ "buy_tickets_link": zod.string().nullish(),
2242
+ "event_fee_currency": zod.string().optional(),
2243
+ "event_fee_amount": zod.number().optional(),
2244
+ "location": zod.record(zod.string(), zod.unknown()).nullish().describe('JSON object containing location details')
2245
+ }).optional(),
2246
+ "poll": zod.object({
2247
+ "end_poll": zod.string().optional(),
2248
+ "mode": zod.enum(['single', 'multiple']).describe('single or multiple - determines whether people can vote for one or multiple options'),
2249
+ "local_only": zod.boolean().optional(),
2250
+ "latest_vote": zod.string().optional(),
2251
+ "choices": zod.array(zod.object({
2252
+ "id": zod.number(),
2253
+ "choice_text": zod.string(),
2254
+ "sort_order": zod.number(),
2255
+ "num_votes": zod.number().optional().describe('Value is ignored when creating\/editing a poll')
2256
+ })).max(postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewPostPollChoicesMax),
2257
+ "my_votes": zod.array(zod.number()).optional()
2258
+ }).optional()
2259
+ }),
2260
+ "recipient": zod.object({
2261
+ "actor_id": zod.string(),
2262
+ "banned": zod.boolean(),
2263
+ "bot": zod.boolean(),
2264
+ "deleted": zod.boolean(),
2265
+ "id": zod.number(),
2266
+ "instance_id": zod.number(),
2267
+ "local": zod.boolean(),
2268
+ "user_name": zod.string(),
2269
+ "about": zod.string().optional(),
2270
+ "about_html": zod.string().optional(),
2271
+ "avatar": zod.string().nullish(),
2272
+ "banner": zod.string().nullish(),
2273
+ "extra_fields": zod.array(zod.object({
2274
+ "id": zod.number(),
2275
+ "label": zod.string(),
2276
+ "text": zod.string()
2277
+ })).max(postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewRecipientExtraFieldsMax).optional(),
2278
+ "note": zod.string().max(postApiAlphaCommentMarkAsAnswerResponseCommentReplyViewRecipientNoteMax).optional(),
2279
+ "flair": zod.string().optional(),
2280
+ "published": zod.string().optional(),
2281
+ "title": zod.string().nullish()
2282
+ }),
2283
+ "saved": zod.boolean(),
2284
+ "subscribed": zod.enum(['Subscribed', 'NotSubscribed', 'Pending'])
2285
+ })
2286
+ });
2287
+ /**
2288
+ * @summary Lock a comment chain as a moderator.
2289
+ */
2290
+ export const postApiAlphaCommentLockBody = zod.object({
2291
+ "comment_id": zod.number(),
2292
+ "locked": zod.boolean()
2293
+ });
2294
+ export const postApiAlphaCommentLockResponseCommentViewCreatorExtraFieldsMax = 4;
2295
+ export const postApiAlphaCommentLockResponseCommentViewCreatorNoteMax = 50;
2296
+ export const postApiAlphaCommentLockResponseCommentViewPostEventMaxAttendeesDefault = 0;
2297
+ export const postApiAlphaCommentLockResponseCommentViewPostEventParticipantCountDefault = 0;
2298
+ export const postApiAlphaCommentLockResponseCommentViewPostEventFullDefault = false;
2299
+ export const postApiAlphaCommentLockResponseCommentViewPostEventAnonymousParticipationDefault = false;
2300
+ export const postApiAlphaCommentLockResponseCommentViewPostEventOnlineDefault = false;
2301
+ export const postApiAlphaCommentLockResponseCommentViewPostEventEventFeeAmountDefault = 0;
2302
+ export const postApiAlphaCommentLockResponseCommentViewPostPollLocalOnlyDefault = false;
2303
+ export const postApiAlphaCommentLockResponseCommentViewPostPollChoicesItemNumVotesDefault = 0;
2304
+ export const postApiAlphaCommentLockResponseCommentViewPostPollChoicesMax = 10;
2305
+ export const postApiAlphaCommentLockResponse = zod.object({
2306
+ "comment_view": zod.object({
2307
+ "activity_alert": zod.boolean(),
2308
+ "banned_from_community": zod.boolean(),
2309
+ "comment": zod.object({
2310
+ "ap_id": zod.string(),
2311
+ "body": zod.string(),
2312
+ "deleted": zod.boolean(),
2313
+ "id": zod.number(),
2314
+ "language_id": zod.number(),
2315
+ "local": zod.boolean(),
2316
+ "path": zod.string(),
2317
+ "post_id": zod.number(),
2318
+ "published": zod.string(),
2319
+ "removed": zod.boolean(),
2320
+ "user_id": zod.number(),
2321
+ "distinguished": zod.boolean().optional(),
2322
+ "updated": zod.string().optional(),
2323
+ "locked": zod.boolean().optional(),
2324
+ "answer": zod.boolean().optional(),
2325
+ "emoji_reactions": zod.array(zod.object({
2326
+ "url": zod.string().nullish(),
2327
+ "token": zod.string().optional(),
2328
+ "authors": zod.array(zod.string()).optional(),
2329
+ "count": zod.number().optional()
2330
+ })).nullish()
2331
+ }),
2332
+ "community": zod.object({
2333
+ "actor_id": zod.string(),
2334
+ "ap_domain": zod.string().optional(),
2335
+ "deleted": zod.boolean(),
2336
+ "hidden": zod.boolean(),
2337
+ "id": zod.number(),
2338
+ "instance_id": zod.number(),
2339
+ "local": zod.boolean(),
2340
+ "name": zod.string(),
2341
+ "nsfw": zod.boolean(),
2342
+ "ai_generated": zod.boolean(),
2343
+ "published": zod.string(),
2344
+ "removed": zod.boolean(),
2345
+ "restricted_to_mods": zod.boolean(),
2346
+ "title": zod.string(),
2347
+ "banned": zod.boolean().optional(),
2348
+ "question_answer": zod.boolean().optional(),
2349
+ "banner": zod.string().nullish(),
2350
+ "description": zod.string().optional(),
2351
+ "icon": zod.string().nullish(),
2352
+ "posting_warning": zod.string().nullish(),
2353
+ "updated": zod.string().optional()
2354
+ }),
2355
+ "counts": zod.object({
2356
+ "child_count": zod.number(),
2357
+ "comment_id": zod.number(),
2358
+ "downvotes": zod.number(),
2359
+ "published": zod.string(),
2360
+ "score": zod.number(),
2361
+ "upvotes": zod.number()
2362
+ }),
2363
+ "creator": zod.object({
2364
+ "actor_id": zod.string(),
2365
+ "banned": zod.boolean(),
2366
+ "bot": zod.boolean(),
2367
+ "deleted": zod.boolean(),
2368
+ "id": zod.number(),
2369
+ "instance_id": zod.number(),
2370
+ "local": zod.boolean(),
2371
+ "user_name": zod.string(),
2372
+ "about": zod.string().optional(),
2373
+ "about_html": zod.string().optional(),
2374
+ "avatar": zod.string().nullish(),
2375
+ "banner": zod.string().nullish(),
2376
+ "extra_fields": zod.array(zod.object({
2377
+ "id": zod.number(),
2378
+ "label": zod.string(),
2379
+ "text": zod.string()
2380
+ })).max(postApiAlphaCommentLockResponseCommentViewCreatorExtraFieldsMax).optional(),
2381
+ "note": zod.string().max(postApiAlphaCommentLockResponseCommentViewCreatorNoteMax).optional(),
2382
+ "flair": zod.string().optional(),
2383
+ "published": zod.string().optional(),
2384
+ "title": zod.string().nullish()
2385
+ }),
2386
+ "creator_banned_from_community": zod.boolean(),
2387
+ "creator_blocked": zod.boolean(),
2388
+ "creator_is_admin": zod.boolean(),
2389
+ "creator_is_moderator": zod.boolean(),
2390
+ "post": zod.object({
2391
+ "ap_id": zod.string(),
2392
+ "community_id": zod.number(),
2393
+ "deleted": zod.boolean(),
2394
+ "id": zod.number(),
2395
+ "language_id": zod.number(),
2396
+ "local": zod.boolean(),
2397
+ "locked": zod.boolean(),
2398
+ "nsfw": zod.boolean(),
2399
+ "ai_generated": zod.boolean(),
2400
+ "published": zod.string(),
2401
+ "removed": zod.boolean(),
2402
+ "sticky": zod.boolean(),
2403
+ "instance_sticky": zod.boolean(),
2404
+ "title": zod.string(),
2405
+ "user_id": zod.number(),
2406
+ "alt_text": zod.string().optional(),
2407
+ "body": zod.string().optional(),
2408
+ "small_thumbnail_url": zod.string().optional(),
2409
+ "thumbnail_url": zod.string().optional(),
2410
+ "updated": zod.string().optional(),
2411
+ "url": zod.string().optional(),
2412
+ "image_details": zod.object({
2413
+ "width": zod.number().optional(),
2414
+ "height": zod.number().optional()
2415
+ }).optional(),
2416
+ "cross_posts": zod.array(zod.object({
2417
+ "post_id": zod.number().optional(),
2418
+ "reply_count": zod.number().optional(),
2419
+ "community_name": zod.string().optional()
2420
+ })).optional(),
2421
+ "post_type": zod.enum(['Link', 'Discussion', 'Image', 'Video', 'Poll', 'Event']),
2422
+ "tags": zod.string().nullish(),
2423
+ "flair": zod.string().nullish(),
2424
+ "emoji_reactions": zod.array(zod.object({
2425
+ "url": zod.string().nullish(),
2426
+ "token": zod.string().optional(),
2427
+ "authors": zod.array(zod.string()).optional(),
2428
+ "count": zod.number().optional()
2429
+ })).nullish(),
2430
+ "event": zod.object({
2431
+ "start": zod.string(),
2432
+ "end": zod.string().optional(),
2433
+ "timezone": zod.string().optional(),
2434
+ "max_attendees": zod.number().optional(),
2435
+ "participant_count": zod.number().optional(),
2436
+ "full": zod.boolean().optional(),
2437
+ "online_link": zod.string().nullish(),
2438
+ "join_mode": zod.string().optional().describe('free, restricted, external, invite'),
2439
+ "external_participation_url": zod.string().nullish(),
2440
+ "anonymous_participation": zod.boolean().optional(),
2441
+ "online": zod.boolean().optional(),
2442
+ "buy_tickets_link": zod.string().nullish(),
2443
+ "event_fee_currency": zod.string().optional(),
2444
+ "event_fee_amount": zod.number().optional(),
2445
+ "location": zod.record(zod.string(), zod.unknown()).nullish().describe('JSON object containing location details')
2446
+ }).optional(),
2447
+ "poll": zod.object({
2448
+ "end_poll": zod.string().optional(),
2449
+ "mode": zod.enum(['single', 'multiple']).describe('single or multiple - determines whether people can vote for one or multiple options'),
2450
+ "local_only": zod.boolean().optional(),
2451
+ "latest_vote": zod.string().optional(),
2452
+ "choices": zod.array(zod.object({
2453
+ "id": zod.number(),
2454
+ "choice_text": zod.string(),
2455
+ "sort_order": zod.number(),
2456
+ "num_votes": zod.number().optional().describe('Value is ignored when creating\/editing a poll')
2457
+ })).max(postApiAlphaCommentLockResponseCommentViewPostPollChoicesMax),
2458
+ "my_votes": zod.array(zod.number()).optional()
2459
+ }).optional()
2460
+ }),
2461
+ "saved": zod.boolean(),
2462
+ "subscribed": zod.enum(['Subscribed', 'NotSubscribed', 'Pending']).describe('Indicates whether auth\'ed user is subscribed to the community this comment is in or not.'),
2463
+ "my_vote": zod.number().optional(),
2464
+ "can_auth_user_moderate": zod.boolean().optional()
2465
+ })
2466
+ });
2467
+ /**
2468
+ * @summary View comment votes as a moderator.
2469
+ */
2470
+ export const getApiAlphaCommentLikeListQueryPageDefault = 1;
2471
+ export const getApiAlphaCommentLikeListQueryLimitDefault = 50;
2472
+ export const getApiAlphaCommentLikeListQueryParams = zod.object({
2473
+ "comment_id": zod.number(),
2474
+ "page": zod.number().default(getApiAlphaCommentLikeListQueryPageDefault),
2475
+ "limit": zod.number().default(getApiAlphaCommentLikeListQueryLimitDefault)
2476
+ });
2477
+ export const getApiAlphaCommentLikeListResponseCommentLikesItemCreatorExtraFieldsMax = 4;
2478
+ export const getApiAlphaCommentLikeListResponseCommentLikesItemCreatorNoteMax = 50;
2479
+ export const getApiAlphaCommentLikeListResponse = zod.object({
2480
+ "comment_likes": zod.array(zod.object({
2481
+ "score": zod.number(),
2482
+ "creator_banned_from_community": zod.boolean(),
2483
+ "creator_banned": zod.boolean(),
2484
+ "creator": zod.object({
2485
+ "actor_id": zod.string(),
2486
+ "banned": zod.boolean(),
2487
+ "bot": zod.boolean(),
2488
+ "deleted": zod.boolean(),
2489
+ "id": zod.number(),
2490
+ "instance_id": zod.number(),
2491
+ "local": zod.boolean(),
2492
+ "user_name": zod.string(),
2493
+ "about": zod.string().optional(),
2494
+ "about_html": zod.string().optional(),
2495
+ "avatar": zod.string().nullish(),
2496
+ "banner": zod.string().nullish(),
2497
+ "extra_fields": zod.array(zod.object({
2498
+ "id": zod.number(),
2499
+ "label": zod.string(),
2500
+ "text": zod.string()
2501
+ })).max(getApiAlphaCommentLikeListResponseCommentLikesItemCreatorExtraFieldsMax).optional(),
2502
+ "note": zod.string().max(getApiAlphaCommentLikeListResponseCommentLikesItemCreatorNoteMax).optional(),
2503
+ "flair": zod.string().optional(),
2504
+ "published": zod.string().optional(),
2505
+ "title": zod.string().nullish()
2506
+ })
2507
+ })),
2508
+ "next_page": zod.string().nullish()
2509
+ });
2510
+ //# sourceMappingURL=comment.js.map