@blorp-labs/piefed-api-client 0.0.0-7e59b13 → 0.0.0-906d602

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