@blorp-labs/piefed-api-client 0.0.0-0935c38

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