@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.
- package/LICENSE +661 -0
- package/README.md +61 -10
- package/dist/client/admin/admin.d.ts +4 -44
- package/dist/client/admin/admin.d.ts.map +1 -1
- package/dist/client/admin/admin.js +20 -7
- package/dist/client/admin/admin.js.map +1 -1
- package/dist/client/comment/comment.d.ts +16 -288
- package/dist/client/comment/comment.d.ts.map +1 -1
- package/dist/client/comment/comment.js +116 -43
- package/dist/client/comment/comment.js.map +1 -1
- package/dist/client/community/community.d.ts +19 -344
- package/dist/client/community/community.d.ts.map +1 -1
- package/dist/client/community/community.js +140 -52
- package/dist/client/community/community.js.map +1 -1
- package/dist/client/feed/feed.d.ts +8 -128
- package/dist/client/feed/feed.d.ts.map +1 -1
- package/dist/client/feed/feed.js +52 -19
- package/dist/client/feed/feed.js.map +1 -1
- package/dist/client/misc/misc.d.ts +7 -104
- package/dist/client/misc/misc.d.ts.map +1 -1
- package/dist/client/misc/misc.js +44 -16
- package/dist/client/misc/misc.js.map +1 -1
- package/dist/client/post/post.d.ts +22 -408
- package/dist/client/post/post.d.ts.map +1 -1
- package/dist/client/post/post.js +164 -61
- package/dist/client/post/post.js.map +1 -1
- package/dist/client/private-message/private-message.d.ts +10 -168
- package/dist/client/private-message/private-message.d.ts.map +1 -1
- package/dist/client/private-message/private-message.js +68 -25
- package/dist/client/private-message/private-message.js.map +1 -1
- package/dist/client/site/site.d.ts +7 -92
- package/dist/client/site/site.d.ts.map +1 -1
- package/dist/client/site/site.js +44 -16
- package/dist/client/site/site.js.map +1 -1
- package/dist/client/topic/topic.d.ts +3 -24
- package/dist/client/topic/topic.d.ts.map +1 -1
- package/dist/client/topic/topic.js +12 -4
- package/dist/client/topic/topic.js.map +1 -1
- package/dist/client/upload/upload.d.ts +6 -100
- package/dist/client/upload/upload.d.ts.map +1 -1
- package/dist/client/upload/upload.js +36 -13
- package/dist/client/upload/upload.js.map +1 -1
- package/dist/client/user/user.d.ts +23 -408
- package/dist/client/user/user.d.ts.map +1 -1
- package/dist/client/user/user.js +172 -64
- package/dist/client/user/user.js.map +1 -1
- package/dist/create-client.d.ts +15 -214
- package/dist/create-client.d.ts.map +1 -1
- package/dist/create-client.js +69 -30
- package/dist/create-client.js.map +1 -1
- package/dist/index.d.ts +1 -12
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +22 -15
- package/dist/index.js.map +1 -1
- package/dist/mutator/custom-fetch.d.ts +5 -3
- package/dist/mutator/custom-fetch.d.ts.map +1 -1
- package/dist/mutator/custom-fetch.js +31 -7
- package/dist/mutator/custom-fetch.js.map +1 -1
- package/dist/schemas/adminPurgeComment.d.ts +1 -3
- package/dist/schemas/adminPurgeComment.d.ts.map +1 -1
- package/dist/schemas/adminPurgeComment.js +2 -1
- package/dist/schemas/adminPurgeCommentReason.d.ts +1 -3
- package/dist/schemas/adminPurgeCommentReason.d.ts.map +1 -1
- package/dist/schemas/adminPurgeCommentReason.js +3 -4
- package/dist/schemas/adminPurgeCommentReason.js.map +1 -1
- package/dist/schemas/adminPurgeCommentView.d.ts +1 -3
- package/dist/schemas/adminPurgeCommentView.d.ts.map +1 -1
- package/dist/schemas/adminPurgeCommentView.js +2 -1
- package/dist/schemas/adminPurgeCommunity.d.ts +1 -3
- package/dist/schemas/adminPurgeCommunity.d.ts.map +1 -1
- package/dist/schemas/adminPurgeCommunity.js +2 -1
- package/dist/schemas/adminPurgeCommunityReason.d.ts +1 -3
- package/dist/schemas/adminPurgeCommunityReason.d.ts.map +1 -1
- package/dist/schemas/adminPurgeCommunityReason.js +3 -4
- package/dist/schemas/adminPurgeCommunityReason.js.map +1 -1
- package/dist/schemas/adminPurgeCommunityView.d.ts +1 -3
- package/dist/schemas/adminPurgeCommunityView.d.ts.map +1 -1
- package/dist/schemas/adminPurgeCommunityView.js +2 -1
- package/dist/schemas/adminPurgePerson.d.ts +1 -3
- package/dist/schemas/adminPurgePerson.d.ts.map +1 -1
- package/dist/schemas/adminPurgePerson.js +2 -1
- package/dist/schemas/adminPurgePersonReason.d.ts +1 -3
- package/dist/schemas/adminPurgePersonReason.d.ts.map +1 -1
- package/dist/schemas/adminPurgePersonReason.js +3 -4
- package/dist/schemas/adminPurgePersonReason.js.map +1 -1
- package/dist/schemas/adminPurgePersonView.d.ts +1 -3
- package/dist/schemas/adminPurgePersonView.d.ts.map +1 -1
- package/dist/schemas/adminPurgePersonView.js +2 -1
- package/dist/schemas/adminPurgePost.d.ts +1 -3
- package/dist/schemas/adminPurgePost.d.ts.map +1 -1
- package/dist/schemas/adminPurgePost.js +2 -1
- package/dist/schemas/adminPurgePostCommunityId.d.ts +1 -3
- package/dist/schemas/adminPurgePostCommunityId.d.ts.map +1 -1
- package/dist/schemas/adminPurgePostCommunityId.js +3 -4
- package/dist/schemas/adminPurgePostCommunityId.js.map +1 -1
- package/dist/schemas/adminPurgePostReason.d.ts +1 -3
- package/dist/schemas/adminPurgePostReason.d.ts.map +1 -1
- package/dist/schemas/adminPurgePostReason.js +3 -4
- package/dist/schemas/adminPurgePostReason.js.map +1 -1
- package/dist/schemas/adminPurgePostView.d.ts +1 -3
- package/dist/schemas/adminPurgePostView.d.ts.map +1 -1
- package/dist/schemas/adminPurgePostView.js +2 -1
- package/dist/schemas/blockCommunityRequest.d.ts +1 -3
- package/dist/schemas/blockCommunityRequest.d.ts.map +1 -1
- package/dist/schemas/blockCommunityRequest.js +3 -4
- package/dist/schemas/blockCommunityRequest.js.map +1 -1
- package/dist/schemas/blockCommunityResponse.d.ts +1 -3
- package/dist/schemas/blockCommunityResponse.d.ts.map +1 -1
- package/dist/schemas/blockCommunityResponse.js +2 -1
- package/dist/schemas/blockInstanceRequest.d.ts +1 -3
- package/dist/schemas/blockInstanceRequest.d.ts.map +1 -1
- package/dist/schemas/blockInstanceRequest.js +3 -4
- package/dist/schemas/blockInstanceRequest.js.map +1 -1
- package/dist/schemas/blockInstanceResponse.d.ts +1 -3
- package/dist/schemas/blockInstanceResponse.d.ts.map +1 -1
- package/dist/schemas/blockInstanceResponse.js +3 -4
- package/dist/schemas/blockInstanceResponse.js.map +1 -1
- package/dist/schemas/comment.d.ts +1 -3
- package/dist/schemas/comment.d.ts.map +1 -1
- package/dist/schemas/comment.js +2 -1
- package/dist/schemas/commentAggregates.d.ts +1 -3
- package/dist/schemas/commentAggregates.d.ts.map +1 -1
- package/dist/schemas/commentAggregates.js +3 -4
- package/dist/schemas/commentAggregates.js.map +1 -1
- package/dist/schemas/commentEmojiReactions.d.ts +1 -3
- package/dist/schemas/commentEmojiReactions.d.ts.map +1 -1
- package/dist/schemas/commentEmojiReactions.js +2 -1
- package/dist/schemas/commentLikeView.d.ts +1 -3
- package/dist/schemas/commentLikeView.d.ts.map +1 -1
- package/dist/schemas/commentLikeView.js +2 -1
- package/dist/schemas/commentReply.d.ts +1 -3
- package/dist/schemas/commentReply.d.ts.map +1 -1
- package/dist/schemas/commentReply.js +3 -4
- package/dist/schemas/commentReply.js.map +1 -1
- package/dist/schemas/commentReplyView.d.ts +1 -3
- package/dist/schemas/commentReplyView.d.ts.map +1 -1
- package/dist/schemas/commentReplyView.js +2 -1
- package/dist/schemas/commentReplyViewSubscribed.d.ts +1 -3
- package/dist/schemas/commentReplyViewSubscribed.d.ts.map +1 -1
- package/dist/schemas/commentReplyViewSubscribed.js +5 -4
- package/dist/schemas/commentReplyViewSubscribed.js.map +1 -1
- package/dist/schemas/commentReport.d.ts +1 -3
- package/dist/schemas/commentReport.d.ts.map +1 -1
- package/dist/schemas/commentReport.js +3 -4
- package/dist/schemas/commentReport.js.map +1 -1
- package/dist/schemas/commentReportView.d.ts +1 -3
- package/dist/schemas/commentReportView.d.ts.map +1 -1
- package/dist/schemas/commentReportView.js +2 -1
- package/dist/schemas/commentReportViewSubscribed.d.ts +1 -3
- package/dist/schemas/commentReportViewSubscribed.d.ts.map +1 -1
- package/dist/schemas/commentReportViewSubscribed.js +5 -4
- package/dist/schemas/commentReportViewSubscribed.js.map +1 -1
- package/dist/schemas/commentView.d.ts +1 -3
- package/dist/schemas/commentView.d.ts.map +1 -1
- package/dist/schemas/commentView.js +2 -1
- package/dist/schemas/commentViewSubscribed.d.ts +1 -3
- package/dist/schemas/commentViewSubscribed.d.ts.map +1 -1
- package/dist/schemas/commentViewSubscribed.js +5 -4
- package/dist/schemas/commentViewSubscribed.js.map +1 -1
- package/dist/schemas/community.d.ts +1 -3
- package/dist/schemas/community.d.ts.map +1 -1
- package/dist/schemas/community.js +2 -1
- package/dist/schemas/communityAggregates.d.ts +1 -3
- package/dist/schemas/communityAggregates.d.ts.map +1 -1
- package/dist/schemas/communityAggregates.js +3 -4
- package/dist/schemas/communityAggregates.js.map +1 -1
- package/dist/schemas/communityBanner.d.ts +1 -3
- package/dist/schemas/communityBanner.d.ts.map +1 -1
- package/dist/schemas/communityBanner.js +3 -4
- package/dist/schemas/communityBanner.js.map +1 -1
- package/dist/schemas/communityBlockView.d.ts +1 -3
- package/dist/schemas/communityBlockView.d.ts.map +1 -1
- package/dist/schemas/communityBlockView.js +2 -1
- package/dist/schemas/communityFlair.d.ts +1 -3
- package/dist/schemas/communityFlair.d.ts.map +1 -1
- package/dist/schemas/communityFlair.js +2 -1
- package/dist/schemas/communityFlairApId.d.ts +1 -3
- package/dist/schemas/communityFlairApId.d.ts.map +1 -1
- package/dist/schemas/communityFlairApId.js +3 -4
- package/dist/schemas/communityFlairApId.js.map +1 -1
- package/dist/schemas/communityFlairCreateRequest.d.ts +1 -3
- package/dist/schemas/communityFlairCreateRequest.d.ts.map +1 -1
- package/dist/schemas/communityFlairCreateRequest.js +3 -4
- package/dist/schemas/communityFlairCreateRequest.js.map +1 -1
- package/dist/schemas/communityFlairCreateResponse.d.ts +1 -3
- package/dist/schemas/communityFlairCreateResponse.d.ts.map +1 -1
- package/dist/schemas/communityFlairCreateResponse.js +2 -1
- package/dist/schemas/communityFlairCreateResponseApId.d.ts +1 -3
- package/dist/schemas/communityFlairCreateResponseApId.d.ts.map +1 -1
- package/dist/schemas/communityFlairCreateResponseApId.js +3 -4
- package/dist/schemas/communityFlairCreateResponseApId.js.map +1 -1
- package/dist/schemas/communityFlairDeleteRequest.d.ts +1 -3
- package/dist/schemas/communityFlairDeleteRequest.d.ts.map +1 -1
- package/dist/schemas/communityFlairDeleteRequest.js +3 -4
- package/dist/schemas/communityFlairDeleteRequest.js.map +1 -1
- package/dist/schemas/communityFlairDeleteResponse.d.ts +1 -3
- package/dist/schemas/communityFlairDeleteResponse.d.ts.map +1 -1
- package/dist/schemas/communityFlairDeleteResponse.js +2 -1
- package/dist/schemas/communityFlairEditRequest.d.ts +1 -3
- package/dist/schemas/communityFlairEditRequest.d.ts.map +1 -1
- package/dist/schemas/communityFlairEditRequest.js +3 -4
- package/dist/schemas/communityFlairEditRequest.js.map +1 -1
- package/dist/schemas/communityFlairEditResponse.d.ts +1 -3
- package/dist/schemas/communityFlairEditResponse.d.ts.map +1 -1
- package/dist/schemas/communityFlairEditResponse.js +2 -1
- package/dist/schemas/communityFlairEditResponseApId.d.ts +1 -3
- package/dist/schemas/communityFlairEditResponseApId.d.ts.map +1 -1
- package/dist/schemas/communityFlairEditResponseApId.js +3 -4
- package/dist/schemas/communityFlairEditResponseApId.js.map +1 -1
- package/dist/schemas/communityFollowerView.d.ts +1 -3
- package/dist/schemas/communityFollowerView.d.ts.map +1 -1
- package/dist/schemas/communityFollowerView.js +2 -1
- package/dist/schemas/communityIcon.d.ts +1 -3
- package/dist/schemas/communityIcon.d.ts.map +1 -1
- package/dist/schemas/communityIcon.js +3 -4
- package/dist/schemas/communityIcon.js.map +1 -1
- package/dist/schemas/communityModerationBanItem.d.ts +1 -3
- package/dist/schemas/communityModerationBanItem.d.ts.map +1 -1
- package/dist/schemas/communityModerationBanItem.js +2 -1
- package/dist/schemas/communityModerationBanItemExpiredAt.d.ts +1 -3
- package/dist/schemas/communityModerationBanItemExpiredAt.d.ts.map +1 -1
- package/dist/schemas/communityModerationBanItemExpiredAt.js +3 -4
- package/dist/schemas/communityModerationBanItemExpiredAt.js.map +1 -1
- package/dist/schemas/communityModerationBanItemExpiresAt.d.ts +1 -3
- package/dist/schemas/communityModerationBanItemExpiresAt.d.ts.map +1 -1
- package/dist/schemas/communityModerationBanItemExpiresAt.js +3 -4
- package/dist/schemas/communityModerationBanItemExpiresAt.js.map +1 -1
- package/dist/schemas/communityModerationBanRequest.d.ts +1 -3
- package/dist/schemas/communityModerationBanRequest.d.ts.map +1 -1
- package/dist/schemas/communityModerationBanRequest.js +3 -4
- package/dist/schemas/communityModerationBanRequest.js.map +1 -1
- package/dist/schemas/communityModerationBansListResponse.d.ts +1 -3
- package/dist/schemas/communityModerationBansListResponse.d.ts.map +1 -1
- package/dist/schemas/communityModerationBansListResponse.js +2 -1
- package/dist/schemas/communityModerationBansListResponseNextPage.d.ts +1 -3
- package/dist/schemas/communityModerationBansListResponseNextPage.d.ts.map +1 -1
- package/dist/schemas/communityModerationBansListResponseNextPage.js +3 -4
- package/dist/schemas/communityModerationBansListResponseNextPage.js.map +1 -1
- package/dist/schemas/communityModerationNsfwRequest.d.ts +1 -3
- package/dist/schemas/communityModerationNsfwRequest.d.ts.map +1 -1
- package/dist/schemas/communityModerationNsfwRequest.js +3 -4
- package/dist/schemas/communityModerationNsfwRequest.js.map +1 -1
- package/dist/schemas/communityModerationUnbanRequest.d.ts +1 -3
- package/dist/schemas/communityModerationUnbanRequest.d.ts.map +1 -1
- package/dist/schemas/communityModerationUnbanRequest.js +3 -4
- package/dist/schemas/communityModerationUnbanRequest.js.map +1 -1
- package/dist/schemas/communityModeratorView.d.ts +1 -3
- package/dist/schemas/communityModeratorView.d.ts.map +1 -1
- package/dist/schemas/communityModeratorView.js +2 -1
- package/dist/schemas/communityPostingWarning.d.ts +1 -3
- package/dist/schemas/communityPostingWarning.d.ts.map +1 -1
- package/dist/schemas/communityPostingWarning.js +3 -4
- package/dist/schemas/communityPostingWarning.js.map +1 -1
- package/dist/schemas/communityResponse.d.ts +1 -3
- package/dist/schemas/communityResponse.d.ts.map +1 -1
- package/dist/schemas/communityResponse.js +2 -1
- package/dist/schemas/communityView.d.ts +1 -3
- package/dist/schemas/communityView.d.ts.map +1 -1
- package/dist/schemas/communityView.js +2 -1
- package/dist/schemas/communityViewSubscribed.d.ts +1 -3
- package/dist/schemas/communityViewSubscribed.d.ts.map +1 -1
- package/dist/schemas/communityViewSubscribed.js +5 -4
- package/dist/schemas/communityViewSubscribed.js.map +1 -1
- package/dist/schemas/createCommentRequest.d.ts +1 -3
- package/dist/schemas/createCommentRequest.d.ts.map +1 -1
- package/dist/schemas/createCommentRequest.js +3 -4
- package/dist/schemas/createCommentRequest.js.map +1 -1
- package/dist/schemas/createCommunityRequest.d.ts +1 -3
- package/dist/schemas/createCommunityRequest.d.ts.map +1 -1
- package/dist/schemas/createCommunityRequest.js +2 -1
- package/dist/schemas/createCommunityRequestBannerUrl.d.ts +1 -3
- package/dist/schemas/createCommunityRequestBannerUrl.d.ts.map +1 -1
- package/dist/schemas/createCommunityRequestBannerUrl.js +3 -4
- package/dist/schemas/createCommunityRequestBannerUrl.js.map +1 -1
- package/dist/schemas/createCommunityRequestIconUrl.d.ts +1 -3
- package/dist/schemas/createCommunityRequestIconUrl.d.ts.map +1 -1
- package/dist/schemas/createCommunityRequestIconUrl.js +3 -4
- package/dist/schemas/createCommunityRequestIconUrl.js.map +1 -1
- package/dist/schemas/createFeedRequest.d.ts +1 -3
- package/dist/schemas/createFeedRequest.d.ts.map +1 -1
- package/dist/schemas/createFeedRequest.js +2 -1
- package/dist/schemas/createFeedRequestBannerUrl.d.ts +1 -3
- package/dist/schemas/createFeedRequestBannerUrl.d.ts.map +1 -1
- package/dist/schemas/createFeedRequestBannerUrl.js +3 -4
- package/dist/schemas/createFeedRequestBannerUrl.js.map +1 -1
- package/dist/schemas/createFeedRequestIconUrl.d.ts +1 -3
- package/dist/schemas/createFeedRequestIconUrl.d.ts.map +1 -1
- package/dist/schemas/createFeedRequestIconUrl.js +3 -4
- package/dist/schemas/createFeedRequestIconUrl.js.map +1 -1
- package/dist/schemas/createFeedRequestParentFeedId.d.ts +1 -3
- package/dist/schemas/createFeedRequestParentFeedId.d.ts.map +1 -1
- package/dist/schemas/createFeedRequestParentFeedId.js +3 -4
- package/dist/schemas/createFeedRequestParentFeedId.js.map +1 -1
- package/dist/schemas/createPostRequest.d.ts +1 -3
- package/dist/schemas/createPostRequest.d.ts.map +1 -1
- package/dist/schemas/createPostRequest.js +2 -1
- package/dist/schemas/createPostRequestEvent.d.ts +1 -3
- package/dist/schemas/createPostRequestEvent.d.ts.map +1 -1
- package/dist/schemas/createPostRequestEvent.js +2 -1
- package/dist/schemas/createPostRequestPoll.d.ts +1 -3
- package/dist/schemas/createPostRequestPoll.d.ts.map +1 -1
- package/dist/schemas/createPostRequestPoll.js +2 -1
- package/dist/schemas/createPrivateMessageRequest.d.ts +1 -3
- package/dist/schemas/createPrivateMessageRequest.d.ts.map +1 -1
- package/dist/schemas/createPrivateMessageRequest.js +3 -4
- package/dist/schemas/createPrivateMessageRequest.js.map +1 -1
- package/dist/schemas/defaultError.d.ts +1 -3
- package/dist/schemas/defaultError.d.ts.map +1 -1
- package/dist/schemas/defaultError.js +3 -4
- package/dist/schemas/defaultError.js.map +1 -1
- package/dist/schemas/deleteCommentRequest.d.ts +1 -3
- package/dist/schemas/deleteCommentRequest.d.ts.map +1 -1
- package/dist/schemas/deleteCommentRequest.js +3 -4
- package/dist/schemas/deleteCommentRequest.js.map +1 -1
- package/dist/schemas/deleteCommunityRequest.d.ts +1 -3
- package/dist/schemas/deleteCommunityRequest.d.ts.map +1 -1
- package/dist/schemas/deleteCommunityRequest.js +3 -4
- package/dist/schemas/deleteCommunityRequest.js.map +1 -1
- package/dist/schemas/deleteFeedRequest.d.ts +1 -3
- package/dist/schemas/deleteFeedRequest.d.ts.map +1 -1
- package/dist/schemas/deleteFeedRequest.js +3 -4
- package/dist/schemas/deleteFeedRequest.js.map +1 -1
- package/dist/schemas/deletePostRequest.d.ts +1 -3
- package/dist/schemas/deletePostRequest.d.ts.map +1 -1
- package/dist/schemas/deletePostRequest.js +3 -4
- package/dist/schemas/deletePostRequest.js.map +1 -1
- package/dist/schemas/deletePrivateMessageRequest.d.ts +1 -3
- package/dist/schemas/deletePrivateMessageRequest.d.ts.map +1 -1
- package/dist/schemas/deletePrivateMessageRequest.js +3 -4
- package/dist/schemas/deletePrivateMessageRequest.js.map +1 -1
- package/dist/schemas/domainBlockRequest.d.ts +1 -3
- package/dist/schemas/domainBlockRequest.d.ts.map +1 -1
- package/dist/schemas/domainBlockRequest.js +3 -4
- package/dist/schemas/domainBlockRequest.js.map +1 -1
- package/dist/schemas/domainBlockResponse.d.ts +1 -3
- package/dist/schemas/domainBlockResponse.d.ts.map +1 -1
- package/dist/schemas/domainBlockResponse.js +3 -4
- package/dist/schemas/domainBlockResponse.js.map +1 -1
- package/dist/schemas/editCommentRequest.d.ts +1 -3
- package/dist/schemas/editCommentRequest.d.ts.map +1 -1
- package/dist/schemas/editCommentRequest.js +3 -4
- package/dist/schemas/editCommentRequest.js.map +1 -1
- package/dist/schemas/editCommunityRequest.d.ts +1 -3
- package/dist/schemas/editCommunityRequest.d.ts.map +1 -1
- package/dist/schemas/editCommunityRequest.js +2 -1
- package/dist/schemas/editCommunityRequestBannerUrl.d.ts +1 -3
- package/dist/schemas/editCommunityRequestBannerUrl.d.ts.map +1 -1
- package/dist/schemas/editCommunityRequestBannerUrl.js +3 -4
- package/dist/schemas/editCommunityRequestBannerUrl.js.map +1 -1
- package/dist/schemas/editCommunityRequestIconUrl.d.ts +1 -3
- package/dist/schemas/editCommunityRequestIconUrl.d.ts.map +1 -1
- package/dist/schemas/editCommunityRequestIconUrl.js +3 -4
- package/dist/schemas/editCommunityRequestIconUrl.js.map +1 -1
- package/dist/schemas/editFeedRequest.d.ts +1 -3
- package/dist/schemas/editFeedRequest.d.ts.map +1 -1
- package/dist/schemas/editFeedRequest.js +2 -1
- package/dist/schemas/editFeedRequestBannerUrl.d.ts +1 -3
- package/dist/schemas/editFeedRequestBannerUrl.d.ts.map +1 -1
- package/dist/schemas/editFeedRequestBannerUrl.js +3 -4
- package/dist/schemas/editFeedRequestBannerUrl.js.map +1 -1
- package/dist/schemas/editFeedRequestIconUrl.d.ts +1 -3
- package/dist/schemas/editFeedRequestIconUrl.d.ts.map +1 -1
- package/dist/schemas/editFeedRequestIconUrl.js +3 -4
- package/dist/schemas/editFeedRequestIconUrl.js.map +1 -1
- package/dist/schemas/editFeedRequestParentFeedId.d.ts +1 -3
- package/dist/schemas/editFeedRequestParentFeedId.d.ts.map +1 -1
- package/dist/schemas/editFeedRequestParentFeedId.js +3 -4
- package/dist/schemas/editFeedRequestParentFeedId.js.map +1 -1
- package/dist/schemas/editPostRequest.d.ts +1 -3
- package/dist/schemas/editPostRequest.d.ts.map +1 -1
- package/dist/schemas/editPostRequest.js +2 -1
- package/dist/schemas/editPostRequestAltText.d.ts +1 -3
- package/dist/schemas/editPostRequestAltText.d.ts.map +1 -1
- package/dist/schemas/editPostRequestAltText.js +3 -4
- package/dist/schemas/editPostRequestAltText.js.map +1 -1
- package/dist/schemas/editPostRequestEvent.d.ts +1 -3
- package/dist/schemas/editPostRequestEvent.d.ts.map +1 -1
- package/dist/schemas/editPostRequestEvent.js +2 -1
- package/dist/schemas/editPostRequestFlair.d.ts +1 -3
- package/dist/schemas/editPostRequestFlair.d.ts.map +1 -1
- package/dist/schemas/editPostRequestFlair.js +3 -4
- package/dist/schemas/editPostRequestFlair.js.map +1 -1
- package/dist/schemas/editPostRequestPoll.d.ts +1 -3
- package/dist/schemas/editPostRequestPoll.d.ts.map +1 -1
- package/dist/schemas/editPostRequestPoll.js +2 -1
- package/dist/schemas/editPostRequestTags.d.ts +1 -3
- package/dist/schemas/editPostRequestTags.d.ts.map +1 -1
- package/dist/schemas/editPostRequestTags.js +3 -4
- package/dist/schemas/editPostRequestTags.js.map +1 -1
- package/dist/schemas/editPostRequestUrl.d.ts +1 -3
- package/dist/schemas/editPostRequestUrl.d.ts.map +1 -1
- package/dist/schemas/editPostRequestUrl.js +3 -4
- package/dist/schemas/editPostRequestUrl.js.map +1 -1
- package/dist/schemas/editPrivateMessageRequest.d.ts +1 -3
- package/dist/schemas/editPrivateMessageRequest.d.ts.map +1 -1
- package/dist/schemas/editPrivateMessageRequest.js +3 -4
- package/dist/schemas/editPrivateMessageRequest.js.map +1 -1
- package/dist/schemas/error.d.ts +1 -3
- package/dist/schemas/error.d.ts.map +1 -1
- package/dist/schemas/error.js +2 -1
- package/dist/schemas/errorErrors.d.ts +1 -3
- package/dist/schemas/errorErrors.d.ts.map +1 -1
- package/dist/schemas/errorErrors.js +3 -4
- package/dist/schemas/errorErrors.js.map +1 -1
- package/dist/schemas/featurePostRequest.d.ts +1 -3
- package/dist/schemas/featurePostRequest.d.ts.map +1 -1
- package/dist/schemas/featurePostRequest.js +2 -1
- package/dist/schemas/featurePostRequestFeatureType.d.ts +1 -3
- package/dist/schemas/featurePostRequestFeatureType.d.ts.map +1 -1
- package/dist/schemas/featurePostRequestFeatureType.js +5 -4
- package/dist/schemas/featurePostRequestFeatureType.js.map +1 -1
- package/dist/schemas/federatedInstancesView.d.ts +1 -3
- package/dist/schemas/federatedInstancesView.d.ts.map +1 -1
- package/dist/schemas/federatedInstancesView.js +2 -1
- package/dist/schemas/feedListResponse.d.ts +1 -3
- package/dist/schemas/feedListResponse.d.ts.map +1 -1
- package/dist/schemas/feedListResponse.js +2 -1
- package/dist/schemas/feedView.d.ts +1 -3
- package/dist/schemas/feedView.d.ts.map +1 -1
- package/dist/schemas/feedView.js +2 -1
- package/dist/schemas/feedViewBanner.d.ts +1 -3
- package/dist/schemas/feedViewBanner.d.ts.map +1 -1
- package/dist/schemas/feedViewBanner.js +3 -4
- package/dist/schemas/feedViewBanner.js.map +1 -1
- package/dist/schemas/feedViewDescription.d.ts +1 -3
- package/dist/schemas/feedViewDescription.d.ts.map +1 -1
- package/dist/schemas/feedViewDescription.js +3 -4
- package/dist/schemas/feedViewDescription.js.map +1 -1
- package/dist/schemas/feedViewDescriptionHtml.d.ts +1 -3
- package/dist/schemas/feedViewDescriptionHtml.d.ts.map +1 -1
- package/dist/schemas/feedViewDescriptionHtml.js +3 -4
- package/dist/schemas/feedViewDescriptionHtml.js.map +1 -1
- package/dist/schemas/feedViewIcon.d.ts +1 -3
- package/dist/schemas/feedViewIcon.d.ts.map +1 -1
- package/dist/schemas/feedViewIcon.js +3 -4
- package/dist/schemas/feedViewIcon.js.map +1 -1
- package/dist/schemas/feedViewParentFeedId.d.ts +1 -3
- package/dist/schemas/feedViewParentFeedId.d.ts.map +1 -1
- package/dist/schemas/feedViewParentFeedId.js +3 -4
- package/dist/schemas/feedViewParentFeedId.js.map +1 -1
- package/dist/schemas/followCommunityRequest.d.ts +1 -3
- package/dist/schemas/followCommunityRequest.d.ts.map +1 -1
- package/dist/schemas/followCommunityRequest.js +3 -4
- package/dist/schemas/followCommunityRequest.js.map +1 -1
- package/dist/schemas/followFeedRequest.d.ts +1 -3
- package/dist/schemas/followFeedRequest.d.ts.map +1 -1
- package/dist/schemas/followFeedRequest.js +3 -4
- package/dist/schemas/followFeedRequest.js.map +1 -1
- package/dist/schemas/getApiAlphaAdminRegistrationApplicationListParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaAdminRegistrationApplicationListParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaAdminRegistrationApplicationListParams.js +2 -1
- package/dist/schemas/getApiAlphaAdminRegistrationApplicationListSort.d.ts +1 -3
- package/dist/schemas/getApiAlphaAdminRegistrationApplicationListSort.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaAdminRegistrationApplicationListSort.js +5 -4
- package/dist/schemas/getApiAlphaAdminRegistrationApplicationListSort.js.map +1 -1
- package/dist/schemas/getApiAlphaCommentLikeListParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaCommentLikeListParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaCommentLikeListParams.js +3 -4
- package/dist/schemas/getApiAlphaCommentLikeListParams.js.map +1 -1
- package/dist/schemas/getApiAlphaCommentListParams.d.ts +3 -3
- package/dist/schemas/getApiAlphaCommentListParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaCommentListParams.js +2 -1
- package/dist/schemas/getApiAlphaCommentListSort.d.ts +1 -3
- package/dist/schemas/getApiAlphaCommentListSort.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaCommentListSort.js +5 -4
- package/dist/schemas/getApiAlphaCommentListSort.js.map +1 -1
- package/dist/schemas/getApiAlphaCommentListType.d.ts +14 -0
- package/dist/schemas/getApiAlphaCommentListType.d.ts.map +1 -0
- package/dist/schemas/getApiAlphaCommentListType.js +17 -0
- package/dist/schemas/getApiAlphaCommentListType.js.map +1 -0
- package/dist/schemas/getApiAlphaCommentParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaCommentParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaCommentParams.js +3 -4
- package/dist/schemas/getApiAlphaCommentParams.js.map +1 -1
- package/dist/schemas/getApiAlphaCommunityListParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaCommunityListParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaCommunityListParams.js +2 -1
- package/dist/schemas/getApiAlphaCommunityListSort.d.ts +1 -3
- package/dist/schemas/getApiAlphaCommunityListSort.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaCommunityListSort.js +5 -4
- package/dist/schemas/getApiAlphaCommunityListSort.js.map +1 -1
- package/dist/schemas/getApiAlphaCommunityListType.d.ts +1 -3
- package/dist/schemas/getApiAlphaCommunityListType.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaCommunityListType.js +5 -4
- package/dist/schemas/getApiAlphaCommunityListType.js.map +1 -1
- package/dist/schemas/getApiAlphaCommunityModerateBansParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaCommunityModerateBansParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaCommunityModerateBansParams.js +3 -4
- package/dist/schemas/getApiAlphaCommunityModerateBansParams.js.map +1 -1
- package/dist/schemas/getApiAlphaCommunityParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaCommunityParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaCommunityParams.js +3 -4
- package/dist/schemas/getApiAlphaCommunityParams.js.map +1 -1
- package/dist/schemas/getApiAlphaFeedListParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaFeedListParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaFeedListParams.js +3 -4
- package/dist/schemas/getApiAlphaFeedListParams.js.map +1 -1
- package/dist/schemas/getApiAlphaFeedParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaFeedParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaFeedParams.js +3 -4
- package/dist/schemas/getApiAlphaFeedParams.js.map +1 -1
- package/dist/schemas/getApiAlphaModlogParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaModlogParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaModlogParams.js +2 -1
- package/dist/schemas/getApiAlphaModlogType.d.ts +1 -3
- package/dist/schemas/getApiAlphaModlogType.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaModlogType.js +5 -4
- package/dist/schemas/getApiAlphaModlogType.js.map +1 -1
- package/dist/schemas/getApiAlphaPostLikeListParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaPostLikeListParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaPostLikeListParams.js +3 -4
- package/dist/schemas/getApiAlphaPostLikeListParams.js.map +1 -1
- package/dist/schemas/getApiAlphaPostList2Nsfw.d.ts +11 -0
- package/dist/schemas/getApiAlphaPostList2Nsfw.d.ts.map +1 -0
- package/dist/schemas/getApiAlphaPostList2Nsfw.js +14 -0
- package/dist/schemas/getApiAlphaPostList2Nsfw.js.map +1 -0
- package/dist/schemas/getApiAlphaPostList2Params.d.ts +3 -3
- package/dist/schemas/getApiAlphaPostList2Params.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaPostList2Params.js +2 -1
- package/dist/schemas/getApiAlphaPostList2Sort.d.ts +1 -3
- package/dist/schemas/getApiAlphaPostList2Sort.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaPostList2Sort.js +5 -4
- package/dist/schemas/getApiAlphaPostList2Sort.js.map +1 -1
- package/dist/schemas/getApiAlphaPostList2Type.d.ts +1 -3
- package/dist/schemas/getApiAlphaPostList2Type.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaPostList2Type.js +5 -4
- package/dist/schemas/getApiAlphaPostList2Type.js.map +1 -1
- package/dist/schemas/getApiAlphaPostListNsfw.d.ts +11 -0
- package/dist/schemas/getApiAlphaPostListNsfw.d.ts.map +1 -0
- package/dist/schemas/getApiAlphaPostListNsfw.js +14 -0
- package/dist/schemas/getApiAlphaPostListNsfw.js.map +1 -0
- package/dist/schemas/getApiAlphaPostListParams.d.ts +3 -3
- package/dist/schemas/getApiAlphaPostListParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaPostListParams.js +2 -1
- package/dist/schemas/getApiAlphaPostListSort.d.ts +1 -3
- package/dist/schemas/getApiAlphaPostListSort.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaPostListSort.js +5 -4
- package/dist/schemas/getApiAlphaPostListSort.js.map +1 -1
- package/dist/schemas/getApiAlphaPostListType.d.ts +1 -3
- package/dist/schemas/getApiAlphaPostListType.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaPostListType.js +5 -4
- package/dist/schemas/getApiAlphaPostListType.js.map +1 -1
- package/dist/schemas/getApiAlphaPostParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaPostParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaPostParams.js +3 -4
- package/dist/schemas/getApiAlphaPostParams.js.map +1 -1
- package/dist/schemas/getApiAlphaPostRepliesParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaPostRepliesParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaPostRepliesParams.js +2 -1
- package/dist/schemas/getApiAlphaPostRepliesSort.d.ts +1 -3
- package/dist/schemas/getApiAlphaPostRepliesSort.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaPostRepliesSort.js +5 -4
- package/dist/schemas/getApiAlphaPostRepliesSort.js.map +1 -1
- package/dist/schemas/getApiAlphaPostSiteMetadataParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaPostSiteMetadataParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaPostSiteMetadataParams.js +3 -4
- package/dist/schemas/getApiAlphaPostSiteMetadataParams.js.map +1 -1
- package/dist/schemas/getApiAlphaPrivateMessageConversationParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaPrivateMessageConversationParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaPrivateMessageConversationParams.js +3 -4
- package/dist/schemas/getApiAlphaPrivateMessageConversationParams.js.map +1 -1
- package/dist/schemas/getApiAlphaPrivateMessageListParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaPrivateMessageListParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaPrivateMessageListParams.js +3 -4
- package/dist/schemas/getApiAlphaPrivateMessageListParams.js.map +1 -1
- package/dist/schemas/getApiAlphaResolveObjectParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaResolveObjectParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaResolveObjectParams.js +3 -4
- package/dist/schemas/getApiAlphaResolveObjectParams.js.map +1 -1
- package/dist/schemas/getApiAlphaSearchListingType.d.ts +1 -3
- package/dist/schemas/getApiAlphaSearchListingType.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaSearchListingType.js +5 -4
- package/dist/schemas/getApiAlphaSearchListingType.js.map +1 -1
- package/dist/schemas/getApiAlphaSearchNsfw.d.ts +1 -3
- package/dist/schemas/getApiAlphaSearchNsfw.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaSearchNsfw.js +5 -4
- package/dist/schemas/getApiAlphaSearchNsfw.js.map +1 -1
- package/dist/schemas/getApiAlphaSearchParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaSearchParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaSearchParams.js +2 -1
- package/dist/schemas/getApiAlphaSearchSort.d.ts +1 -3
- package/dist/schemas/getApiAlphaSearchSort.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaSearchSort.js +5 -4
- package/dist/schemas/getApiAlphaSearchSort.js.map +1 -1
- package/dist/schemas/getApiAlphaSearchType.d.ts +1 -3
- package/dist/schemas/getApiAlphaSearchType.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaSearchType.js +5 -4
- package/dist/schemas/getApiAlphaSearchType.js.map +1 -1
- package/dist/schemas/getApiAlphaSiteInstanceChooserSearchParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaSiteInstanceChooserSearchParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaSiteInstanceChooserSearchParams.js +3 -4
- package/dist/schemas/getApiAlphaSiteInstanceChooserSearchParams.js.map +1 -1
- package/dist/schemas/getApiAlphaSuggestCompletionParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaSuggestCompletionParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaSuggestCompletionParams.js +3 -4
- package/dist/schemas/getApiAlphaSuggestCompletionParams.js.map +1 -1
- package/dist/schemas/getApiAlphaTopicListParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaTopicListParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaTopicListParams.js +3 -4
- package/dist/schemas/getApiAlphaTopicListParams.js.map +1 -1
- package/dist/schemas/getApiAlphaUserMediaParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaUserMediaParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaUserMediaParams.js +2 -1
- package/dist/schemas/getApiAlphaUserMediaSort.d.ts +1 -3
- package/dist/schemas/getApiAlphaUserMediaSort.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaUserMediaSort.js +5 -4
- package/dist/schemas/getApiAlphaUserMediaSort.js.map +1 -1
- package/dist/schemas/getApiAlphaUserMentionsParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaUserMentionsParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaUserMentionsParams.js +2 -1
- package/dist/schemas/getApiAlphaUserMentionsSort.d.ts +1 -3
- package/dist/schemas/getApiAlphaUserMentionsSort.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaUserMentionsSort.js +5 -4
- package/dist/schemas/getApiAlphaUserMentionsSort.js.map +1 -1
- package/dist/schemas/getApiAlphaUserNotificationsParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaUserNotificationsParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaUserNotificationsParams.js +2 -1
- package/dist/schemas/getApiAlphaUserNotificationsStatus.d.ts +1 -3
- package/dist/schemas/getApiAlphaUserNotificationsStatus.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaUserNotificationsStatus.js +5 -4
- package/dist/schemas/getApiAlphaUserNotificationsStatus.js.map +1 -1
- package/dist/schemas/getApiAlphaUserParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaUserParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaUserParams.js +2 -1
- package/dist/schemas/getApiAlphaUserRepliesParams.d.ts +1 -3
- package/dist/schemas/getApiAlphaUserRepliesParams.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaUserRepliesParams.js +2 -1
- package/dist/schemas/getApiAlphaUserRepliesSort.d.ts +1 -3
- package/dist/schemas/getApiAlphaUserRepliesSort.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaUserRepliesSort.js +5 -4
- package/dist/schemas/getApiAlphaUserRepliesSort.js.map +1 -1
- package/dist/schemas/getApiAlphaUserSort.d.ts +1 -3
- package/dist/schemas/getApiAlphaUserSort.d.ts.map +1 -1
- package/dist/schemas/getApiAlphaUserSort.js +5 -4
- package/dist/schemas/getApiAlphaUserSort.js.map +1 -1
- package/dist/schemas/getCommentReplyResponse.d.ts +1 -3
- package/dist/schemas/getCommentReplyResponse.d.ts.map +1 -1
- package/dist/schemas/getCommentReplyResponse.js +2 -1
- package/dist/schemas/getCommentReportResponse.d.ts +1 -3
- package/dist/schemas/getCommentReportResponse.d.ts.map +1 -1
- package/dist/schemas/getCommentReportResponse.js +2 -1
- package/dist/schemas/getCommentResponse.d.ts +1 -3
- package/dist/schemas/getCommentResponse.d.ts.map +1 -1
- package/dist/schemas/getCommentResponse.js +2 -1
- package/dist/schemas/getCommunityResponse.d.ts +1 -3
- package/dist/schemas/getCommunityResponse.d.ts.map +1 -1
- package/dist/schemas/getCommunityResponse.js +2 -1
- package/dist/schemas/getFederatedInstancesResponse.d.ts +1 -3
- package/dist/schemas/getFederatedInstancesResponse.d.ts.map +1 -1
- package/dist/schemas/getFederatedInstancesResponse.js +2 -1
- package/dist/schemas/getModLogResponse.d.ts +1 -3
- package/dist/schemas/getModLogResponse.d.ts.map +1 -1
- package/dist/schemas/getModLogResponse.js +2 -1
- package/dist/schemas/getPostRepliesResponse.d.ts +1 -3
- package/dist/schemas/getPostRepliesResponse.d.ts.map +1 -1
- package/dist/schemas/getPostRepliesResponse.js +2 -1
- package/dist/schemas/getPostRepliesResponseNextPage.d.ts +1 -3
- package/dist/schemas/getPostRepliesResponseNextPage.d.ts.map +1 -1
- package/dist/schemas/getPostRepliesResponseNextPage.js +3 -4
- package/dist/schemas/getPostRepliesResponseNextPage.js.map +1 -1
- package/dist/schemas/getPostResponse.d.ts +1 -3
- package/dist/schemas/getPostResponse.d.ts.map +1 -1
- package/dist/schemas/getPostResponse.js +2 -1
- package/dist/schemas/getPrivateMessageConversationResponse.d.ts +1 -3
- package/dist/schemas/getPrivateMessageConversationResponse.d.ts.map +1 -1
- package/dist/schemas/getPrivateMessageConversationResponse.js +2 -1
- package/dist/schemas/getRegistrationListResponse.d.ts +1 -3
- package/dist/schemas/getRegistrationListResponse.d.ts.map +1 -1
- package/dist/schemas/getRegistrationListResponse.js +2 -1
- package/dist/schemas/getSiteInstanceChooserResponse.d.ts +1 -3
- package/dist/schemas/getSiteInstanceChooserResponse.d.ts.map +1 -1
- package/dist/schemas/getSiteInstanceChooserResponse.js +2 -1
- package/dist/schemas/getSiteInstanceChooserSearchResponse.d.ts +1 -3
- package/dist/schemas/getSiteInstanceChooserSearchResponse.d.ts.map +1 -1
- package/dist/schemas/getSiteInstanceChooserSearchResponse.js +2 -1
- package/dist/schemas/getSiteInstanceChooserSearchResponseItem.d.ts +1 -3
- package/dist/schemas/getSiteInstanceChooserSearchResponseItem.d.ts.map +1 -1
- package/dist/schemas/getSiteInstanceChooserSearchResponseItem.js +3 -4
- package/dist/schemas/getSiteInstanceChooserSearchResponseItem.js.map +1 -1
- package/dist/schemas/getSiteMetadataResponse.d.ts +1 -3
- package/dist/schemas/getSiteMetadataResponse.d.ts.map +1 -1
- package/dist/schemas/getSiteMetadataResponse.js +2 -1
- package/dist/schemas/getSiteResponse.d.ts +1 -3
- package/dist/schemas/getSiteResponse.d.ts.map +1 -1
- package/dist/schemas/getSiteResponse.js +2 -1
- package/dist/schemas/getSiteVersionResponse.d.ts +1 -3
- package/dist/schemas/getSiteVersionResponse.d.ts.map +1 -1
- package/dist/schemas/getSiteVersionResponse.js +3 -4
- package/dist/schemas/getSiteVersionResponse.js.map +1 -1
- package/dist/schemas/getSuggestCompletionResponse.d.ts +1 -3
- package/dist/schemas/getSuggestCompletionResponse.d.ts.map +1 -1
- package/dist/schemas/getSuggestCompletionResponse.js +3 -4
- package/dist/schemas/getSuggestCompletionResponse.js.map +1 -1
- package/dist/schemas/getUserResponse.d.ts +1 -3
- package/dist/schemas/getUserResponse.d.ts.map +1 -1
- package/dist/schemas/getUserResponse.js +2 -1
- package/dist/schemas/hidePostRequest.d.ts +1 -3
- package/dist/schemas/hidePostRequest.d.ts.map +1 -1
- package/dist/schemas/hidePostRequest.js +3 -4
- package/dist/schemas/hidePostRequest.js.map +1 -1
- package/dist/schemas/imageDeleteRequest.d.ts +1 -3
- package/dist/schemas/imageDeleteRequest.d.ts.map +1 -1
- package/dist/schemas/imageDeleteRequest.js +3 -4
- package/dist/schemas/imageDeleteRequest.js.map +1 -1
- package/dist/schemas/imageDeleteResponse.d.ts +1 -3
- package/dist/schemas/imageDeleteResponse.d.ts.map +1 -1
- package/dist/schemas/imageDeleteResponse.js +3 -4
- package/dist/schemas/imageDeleteResponse.js.map +1 -1
- package/dist/schemas/imageUploadRequest.d.ts +1 -3
- package/dist/schemas/imageUploadRequest.d.ts.map +1 -1
- package/dist/schemas/imageUploadRequest.js +3 -4
- package/dist/schemas/imageUploadRequest.js.map +1 -1
- package/dist/schemas/imageUploadResponse.d.ts +1 -3
- package/dist/schemas/imageUploadResponse.d.ts.map +1 -1
- package/dist/schemas/imageUploadResponse.js +3 -4
- package/dist/schemas/imageUploadResponse.js.map +1 -1
- package/dist/schemas/index.d.ts +5 -4
- package/dist/schemas/index.d.ts.map +1 -1
- package/dist/schemas/index.js +446 -429
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/instance.d.ts +1 -3
- package/dist/schemas/instance.d.ts.map +1 -1
- package/dist/schemas/instance.js +3 -4
- package/dist/schemas/instance.js.map +1 -1
- package/dist/schemas/instanceBlockView.d.ts +1 -3
- package/dist/schemas/instanceBlockView.d.ts.map +1 -1
- package/dist/schemas/instanceBlockView.js +2 -1
- package/dist/schemas/instanceWithoutFederationState.d.ts +1 -3
- package/dist/schemas/instanceWithoutFederationState.d.ts.map +1 -1
- package/dist/schemas/instanceWithoutFederationState.js +3 -4
- package/dist/schemas/instanceWithoutFederationState.js.map +1 -1
- package/dist/schemas/languageView.d.ts +1 -3
- package/dist/schemas/languageView.d.ts.map +1 -1
- package/dist/schemas/languageView.js +3 -4
- package/dist/schemas/languageView.js.map +1 -1
- package/dist/schemas/leaveConversationRequest.d.ts +1 -3
- package/dist/schemas/leaveConversationRequest.d.ts.map +1 -1
- package/dist/schemas/leaveConversationRequest.js +3 -4
- package/dist/schemas/leaveConversationRequest.js.map +1 -1
- package/dist/schemas/likeCommentRequest.d.ts +1 -3
- package/dist/schemas/likeCommentRequest.d.ts.map +1 -1
- package/dist/schemas/likeCommentRequest.js +3 -4
- package/dist/schemas/likeCommentRequest.js.map +1 -1
- package/dist/schemas/likePostRequest.d.ts +1 -3
- package/dist/schemas/likePostRequest.d.ts.map +1 -1
- package/dist/schemas/likePostRequest.js +3 -4
- package/dist/schemas/likePostRequest.js.map +1 -1
- package/dist/schemas/listCommentLikesResponse.d.ts +1 -3
- package/dist/schemas/listCommentLikesResponse.d.ts.map +1 -1
- package/dist/schemas/listCommentLikesResponse.js +2 -1
- package/dist/schemas/listCommentLikesResponseNextPage.d.ts +1 -3
- package/dist/schemas/listCommentLikesResponseNextPage.d.ts.map +1 -1
- package/dist/schemas/listCommentLikesResponseNextPage.js +3 -4
- package/dist/schemas/listCommentLikesResponseNextPage.js.map +1 -1
- package/dist/schemas/listCommentsResponse.d.ts +1 -3
- package/dist/schemas/listCommentsResponse.d.ts.map +1 -1
- package/dist/schemas/listCommentsResponse.js +2 -1
- package/dist/schemas/listCommentsResponseNextPage.d.ts +1 -3
- package/dist/schemas/listCommentsResponseNextPage.d.ts.map +1 -1
- package/dist/schemas/listCommentsResponseNextPage.js +3 -4
- package/dist/schemas/listCommentsResponseNextPage.js.map +1 -1
- package/dist/schemas/listCommunitiesResponse.d.ts +1 -3
- package/dist/schemas/listCommunitiesResponse.d.ts.map +1 -1
- package/dist/schemas/listCommunitiesResponse.js +2 -1
- package/dist/schemas/listCommunitiesResponseNextPage.d.ts +1 -3
- package/dist/schemas/listCommunitiesResponseNextPage.d.ts.map +1 -1
- package/dist/schemas/listCommunitiesResponseNextPage.js +3 -4
- package/dist/schemas/listCommunitiesResponseNextPage.js.map +1 -1
- package/dist/schemas/listPostLikesResponse.d.ts +1 -3
- package/dist/schemas/listPostLikesResponse.d.ts.map +1 -1
- package/dist/schemas/listPostLikesResponse.js +2 -1
- package/dist/schemas/listPostLikesResponseNextPage.d.ts +1 -3
- package/dist/schemas/listPostLikesResponseNextPage.d.ts.map +1 -1
- package/dist/schemas/listPostLikesResponseNextPage.js +3 -4
- package/dist/schemas/listPostLikesResponseNextPage.js.map +1 -1
- package/dist/schemas/listPostsResponse.d.ts +1 -3
- package/dist/schemas/listPostsResponse.d.ts.map +1 -1
- package/dist/schemas/listPostsResponse.js +2 -1
- package/dist/schemas/listPostsResponseNextPage.d.ts +1 -3
- package/dist/schemas/listPostsResponseNextPage.d.ts.map +1 -1
- package/dist/schemas/listPostsResponseNextPage.js +3 -4
- package/dist/schemas/listPostsResponseNextPage.js.map +1 -1
- package/dist/schemas/listPrivateMessagesResponse.d.ts +1 -3
- package/dist/schemas/listPrivateMessagesResponse.d.ts.map +1 -1
- package/dist/schemas/listPrivateMessagesResponse.js +2 -1
- package/dist/schemas/localUser.d.ts +1 -3
- package/dist/schemas/localUser.d.ts.map +1 -1
- package/dist/schemas/localUser.js +2 -1
- package/dist/schemas/localUserAcceptPrivateMessages.d.ts +1 -3
- package/dist/schemas/localUserAcceptPrivateMessages.d.ts.map +1 -1
- package/dist/schemas/localUserAcceptPrivateMessages.js +5 -4
- package/dist/schemas/localUserAcceptPrivateMessages.js.map +1 -1
- package/dist/schemas/localUserAiVisibility.d.ts +1 -3
- package/dist/schemas/localUserAiVisibility.d.ts.map +1 -1
- package/dist/schemas/localUserAiVisibility.js +5 -4
- package/dist/schemas/localUserAiVisibility.js.map +1 -1
- package/dist/schemas/localUserBotVisibility.d.ts +1 -3
- package/dist/schemas/localUserBotVisibility.d.ts.map +1 -1
- package/dist/schemas/localUserBotVisibility.js +5 -4
- package/dist/schemas/localUserBotVisibility.js.map +1 -1
- package/dist/schemas/localUserDefaultCommentSortType.d.ts +1 -3
- package/dist/schemas/localUserDefaultCommentSortType.d.ts.map +1 -1
- package/dist/schemas/localUserDefaultCommentSortType.js +5 -4
- package/dist/schemas/localUserDefaultCommentSortType.js.map +1 -1
- package/dist/schemas/localUserDefaultListingType.d.ts +1 -3
- package/dist/schemas/localUserDefaultListingType.d.ts.map +1 -1
- package/dist/schemas/localUserDefaultListingType.js +5 -4
- package/dist/schemas/localUserDefaultListingType.js.map +1 -1
- package/dist/schemas/localUserDefaultSortType.d.ts +1 -3
- package/dist/schemas/localUserDefaultSortType.d.ts.map +1 -1
- package/dist/schemas/localUserDefaultSortType.js +5 -4
- package/dist/schemas/localUserDefaultSortType.js.map +1 -1
- package/dist/schemas/localUserNsflVisibility.d.ts +1 -3
- package/dist/schemas/localUserNsflVisibility.d.ts.map +1 -1
- package/dist/schemas/localUserNsflVisibility.js +5 -4
- package/dist/schemas/localUserNsflVisibility.js.map +1 -1
- package/dist/schemas/localUserNsfwVisibility.d.ts +1 -3
- package/dist/schemas/localUserNsfwVisibility.d.ts.map +1 -1
- package/dist/schemas/localUserNsfwVisibility.js +5 -4
- package/dist/schemas/localUserNsfwVisibility.js.map +1 -1
- package/dist/schemas/localUserView.d.ts +1 -3
- package/dist/schemas/localUserView.d.ts.map +1 -1
- package/dist/schemas/localUserView.js +2 -1
- package/dist/schemas/lockCommentRequest.d.ts +1 -3
- package/dist/schemas/lockCommentRequest.d.ts.map +1 -1
- package/dist/schemas/lockCommentRequest.js +3 -4
- package/dist/schemas/lockCommentRequest.js.map +1 -1
- package/dist/schemas/lockPostRequest.d.ts +1 -3
- package/dist/schemas/lockPostRequest.d.ts.map +1 -1
- package/dist/schemas/lockPostRequest.js +3 -4
- package/dist/schemas/lockPostRequest.js.map +1 -1
- package/dist/schemas/markCommentAsAnswerRequest.d.ts +1 -3
- package/dist/schemas/markCommentAsAnswerRequest.d.ts.map +1 -1
- package/dist/schemas/markCommentAsAnswerRequest.js +3 -4
- package/dist/schemas/markCommentAsAnswerRequest.js.map +1 -1
- package/dist/schemas/markCommentAsReadRequest.d.ts +1 -3
- package/dist/schemas/markCommentAsReadRequest.d.ts.map +1 -1
- package/dist/schemas/markCommentAsReadRequest.js +3 -4
- package/dist/schemas/markCommentAsReadRequest.js.map +1 -1
- package/dist/schemas/markPostAsReadRequest.d.ts +1 -3
- package/dist/schemas/markPostAsReadRequest.d.ts.map +1 -1
- package/dist/schemas/markPostAsReadRequest.js +3 -4
- package/dist/schemas/markPostAsReadRequest.js.map +1 -1
- package/dist/schemas/markPrivateMessageAsReadRequest.d.ts +1 -3
- package/dist/schemas/markPrivateMessageAsReadRequest.d.ts.map +1 -1
- package/dist/schemas/markPrivateMessageAsReadRequest.js +3 -4
- package/dist/schemas/markPrivateMessageAsReadRequest.js.map +1 -1
- package/dist/schemas/mediaView.d.ts +1 -3
- package/dist/schemas/mediaView.d.ts.map +1 -1
- package/dist/schemas/mediaView.js +3 -4
- package/dist/schemas/mediaView.js.map +1 -1
- package/dist/schemas/miniCrossPosts.d.ts +1 -3
- package/dist/schemas/miniCrossPosts.d.ts.map +1 -1
- package/dist/schemas/miniCrossPosts.js +3 -4
- package/dist/schemas/miniCrossPosts.js.map +1 -1
- package/dist/schemas/modAdd.d.ts +1 -3
- package/dist/schemas/modAdd.d.ts.map +1 -1
- package/dist/schemas/modAdd.js +2 -1
- package/dist/schemas/modAddCommunity.d.ts +1 -3
- package/dist/schemas/modAddCommunity.d.ts.map +1 -1
- package/dist/schemas/modAddCommunity.js +2 -1
- package/dist/schemas/modAddCommunityCommunityId.d.ts +1 -3
- package/dist/schemas/modAddCommunityCommunityId.d.ts.map +1 -1
- package/dist/schemas/modAddCommunityCommunityId.js +3 -4
- package/dist/schemas/modAddCommunityCommunityId.js.map +1 -1
- package/dist/schemas/modAddCommunityModPersonId.d.ts +1 -3
- package/dist/schemas/modAddCommunityModPersonId.d.ts.map +1 -1
- package/dist/schemas/modAddCommunityModPersonId.js +3 -4
- package/dist/schemas/modAddCommunityModPersonId.js.map +1 -1
- package/dist/schemas/modAddCommunityOtherPersonId.d.ts +1 -3
- package/dist/schemas/modAddCommunityOtherPersonId.d.ts.map +1 -1
- package/dist/schemas/modAddCommunityOtherPersonId.js +3 -4
- package/dist/schemas/modAddCommunityOtherPersonId.js.map +1 -1
- package/dist/schemas/modAddCommunityView.d.ts +1 -3
- package/dist/schemas/modAddCommunityView.d.ts.map +1 -1
- package/dist/schemas/modAddCommunityView.js +2 -1
- package/dist/schemas/modAddCommunityViewCommunity.d.ts +1 -3
- package/dist/schemas/modAddCommunityViewCommunity.d.ts.map +1 -1
- package/dist/schemas/modAddCommunityViewCommunity.js +2 -1
- package/dist/schemas/modAddCommunityViewModdedPerson.d.ts +1 -3
- package/dist/schemas/modAddCommunityViewModdedPerson.d.ts.map +1 -1
- package/dist/schemas/modAddCommunityViewModdedPerson.js +2 -1
- package/dist/schemas/modAddCommunityViewModerator.d.ts +1 -3
- package/dist/schemas/modAddCommunityViewModerator.d.ts.map +1 -1
- package/dist/schemas/modAddCommunityViewModerator.js +2 -1
- package/dist/schemas/modAddModPersonId.d.ts +1 -3
- package/dist/schemas/modAddModPersonId.d.ts.map +1 -1
- package/dist/schemas/modAddModPersonId.js +3 -4
- package/dist/schemas/modAddModPersonId.js.map +1 -1
- package/dist/schemas/modAddOtherPersonId.d.ts +1 -3
- package/dist/schemas/modAddOtherPersonId.d.ts.map +1 -1
- package/dist/schemas/modAddOtherPersonId.js +3 -4
- package/dist/schemas/modAddOtherPersonId.js.map +1 -1
- package/dist/schemas/modAddView.d.ts +1 -3
- package/dist/schemas/modAddView.d.ts.map +1 -1
- package/dist/schemas/modAddView.js +2 -1
- package/dist/schemas/modAddViewModdedPerson.d.ts +1 -3
- package/dist/schemas/modAddViewModdedPerson.d.ts.map +1 -1
- package/dist/schemas/modAddViewModdedPerson.js +2 -1
- package/dist/schemas/modAddViewModerator.d.ts +1 -3
- package/dist/schemas/modAddViewModerator.d.ts.map +1 -1
- package/dist/schemas/modAddViewModerator.js +2 -1
- package/dist/schemas/modBan.d.ts +1 -3
- package/dist/schemas/modBan.d.ts.map +1 -1
- package/dist/schemas/modBan.js +2 -1
- package/dist/schemas/modBanExpires.d.ts +1 -3
- package/dist/schemas/modBanExpires.d.ts.map +1 -1
- package/dist/schemas/modBanExpires.js +3 -4
- package/dist/schemas/modBanExpires.js.map +1 -1
- package/dist/schemas/modBanFromCommunity.d.ts +1 -3
- package/dist/schemas/modBanFromCommunity.d.ts.map +1 -1
- package/dist/schemas/modBanFromCommunity.js +2 -1
- package/dist/schemas/modBanFromCommunityCommunityId.d.ts +1 -3
- package/dist/schemas/modBanFromCommunityCommunityId.d.ts.map +1 -1
- package/dist/schemas/modBanFromCommunityCommunityId.js +3 -4
- package/dist/schemas/modBanFromCommunityCommunityId.js.map +1 -1
- package/dist/schemas/modBanFromCommunityExpires.d.ts +1 -3
- package/dist/schemas/modBanFromCommunityExpires.d.ts.map +1 -1
- package/dist/schemas/modBanFromCommunityExpires.js +3 -4
- package/dist/schemas/modBanFromCommunityExpires.js.map +1 -1
- package/dist/schemas/modBanFromCommunityModPersonId.d.ts +1 -3
- package/dist/schemas/modBanFromCommunityModPersonId.d.ts.map +1 -1
- package/dist/schemas/modBanFromCommunityModPersonId.js +3 -4
- package/dist/schemas/modBanFromCommunityModPersonId.js.map +1 -1
- package/dist/schemas/modBanFromCommunityOtherPersonId.d.ts +1 -3
- package/dist/schemas/modBanFromCommunityOtherPersonId.d.ts.map +1 -1
- package/dist/schemas/modBanFromCommunityOtherPersonId.js +3 -4
- package/dist/schemas/modBanFromCommunityOtherPersonId.js.map +1 -1
- package/dist/schemas/modBanFromCommunityReason.d.ts +1 -3
- package/dist/schemas/modBanFromCommunityReason.d.ts.map +1 -1
- package/dist/schemas/modBanFromCommunityReason.js +3 -4
- package/dist/schemas/modBanFromCommunityReason.js.map +1 -1
- package/dist/schemas/modBanFromCommunityView.d.ts +1 -3
- package/dist/schemas/modBanFromCommunityView.d.ts.map +1 -1
- package/dist/schemas/modBanFromCommunityView.js +2 -1
- package/dist/schemas/modBanFromCommunityViewBannedPerson.d.ts +1 -3
- package/dist/schemas/modBanFromCommunityViewBannedPerson.d.ts.map +1 -1
- package/dist/schemas/modBanFromCommunityViewBannedPerson.js +2 -1
- package/dist/schemas/modBanFromCommunityViewCommunity.d.ts +1 -3
- package/dist/schemas/modBanFromCommunityViewCommunity.d.ts.map +1 -1
- package/dist/schemas/modBanFromCommunityViewCommunity.js +2 -1
- package/dist/schemas/modBanFromCommunityViewModerator.d.ts +1 -3
- package/dist/schemas/modBanFromCommunityViewModerator.d.ts.map +1 -1
- package/dist/schemas/modBanFromCommunityViewModerator.js +2 -1
- package/dist/schemas/modBanModPersonId.d.ts +1 -3
- package/dist/schemas/modBanModPersonId.d.ts.map +1 -1
- package/dist/schemas/modBanModPersonId.js +3 -4
- package/dist/schemas/modBanModPersonId.js.map +1 -1
- package/dist/schemas/modBanOtherPersonId.d.ts +1 -3
- package/dist/schemas/modBanOtherPersonId.d.ts.map +1 -1
- package/dist/schemas/modBanOtherPersonId.js +3 -4
- package/dist/schemas/modBanOtherPersonId.js.map +1 -1
- package/dist/schemas/modBanReason.d.ts +1 -3
- package/dist/schemas/modBanReason.d.ts.map +1 -1
- package/dist/schemas/modBanReason.js +3 -4
- package/dist/schemas/modBanReason.js.map +1 -1
- package/dist/schemas/modBanView.d.ts +1 -3
- package/dist/schemas/modBanView.d.ts.map +1 -1
- package/dist/schemas/modBanView.js +2 -1
- package/dist/schemas/modBanViewBannedPerson.d.ts +1 -3
- package/dist/schemas/modBanViewBannedPerson.d.ts.map +1 -1
- package/dist/schemas/modBanViewBannedPerson.js +2 -1
- package/dist/schemas/modBanViewModerator.d.ts +1 -3
- package/dist/schemas/modBanViewModerator.d.ts.map +1 -1
- package/dist/schemas/modBanViewModerator.js +2 -1
- package/dist/schemas/modCommunityRequest.d.ts +1 -3
- package/dist/schemas/modCommunityRequest.d.ts.map +1 -1
- package/dist/schemas/modCommunityRequest.js +3 -4
- package/dist/schemas/modCommunityRequest.js.map +1 -1
- package/dist/schemas/modCommunityResponse.d.ts +1 -3
- package/dist/schemas/modCommunityResponse.d.ts.map +1 -1
- package/dist/schemas/modCommunityResponse.js +2 -1
- package/dist/schemas/modFeaturePost.d.ts +1 -3
- package/dist/schemas/modFeaturePost.d.ts.map +1 -1
- package/dist/schemas/modFeaturePost.js +2 -1
- package/dist/schemas/modFeaturePostModPersonId.d.ts +1 -3
- package/dist/schemas/modFeaturePostModPersonId.d.ts.map +1 -1
- package/dist/schemas/modFeaturePostModPersonId.js +3 -4
- package/dist/schemas/modFeaturePostModPersonId.js.map +1 -1
- package/dist/schemas/modFeaturePostPostId.d.ts +1 -3
- package/dist/schemas/modFeaturePostPostId.d.ts.map +1 -1
- package/dist/schemas/modFeaturePostPostId.js +3 -4
- package/dist/schemas/modFeaturePostPostId.js.map +1 -1
- package/dist/schemas/modFeaturePostView.d.ts +1 -3
- package/dist/schemas/modFeaturePostView.d.ts.map +1 -1
- package/dist/schemas/modFeaturePostView.js +2 -1
- package/dist/schemas/modFeaturePostViewCommunity.d.ts +1 -3
- package/dist/schemas/modFeaturePostViewCommunity.d.ts.map +1 -1
- package/dist/schemas/modFeaturePostViewCommunity.js +2 -1
- package/dist/schemas/modFeaturePostViewModerator.d.ts +1 -3
- package/dist/schemas/modFeaturePostViewModerator.d.ts.map +1 -1
- package/dist/schemas/modFeaturePostViewModerator.js +2 -1
- package/dist/schemas/modFeaturePostViewPost.d.ts +1 -3
- package/dist/schemas/modFeaturePostViewPost.d.ts.map +1 -1
- package/dist/schemas/modFeaturePostViewPost.js +2 -1
- package/dist/schemas/modHideCommunity.d.ts +1 -3
- package/dist/schemas/modHideCommunity.d.ts.map +1 -1
- package/dist/schemas/modHideCommunity.js +2 -1
- package/dist/schemas/modHideCommunityCommunityId.d.ts +1 -3
- package/dist/schemas/modHideCommunityCommunityId.d.ts.map +1 -1
- package/dist/schemas/modHideCommunityCommunityId.js +3 -4
- package/dist/schemas/modHideCommunityCommunityId.js.map +1 -1
- package/dist/schemas/modHideCommunityModPersonId.d.ts +1 -3
- package/dist/schemas/modHideCommunityModPersonId.d.ts.map +1 -1
- package/dist/schemas/modHideCommunityModPersonId.js +3 -4
- package/dist/schemas/modHideCommunityModPersonId.js.map +1 -1
- package/dist/schemas/modHideCommunityReason.d.ts +1 -3
- package/dist/schemas/modHideCommunityReason.d.ts.map +1 -1
- package/dist/schemas/modHideCommunityReason.js +3 -4
- package/dist/schemas/modHideCommunityReason.js.map +1 -1
- package/dist/schemas/modHideCommunityView.d.ts +1 -3
- package/dist/schemas/modHideCommunityView.d.ts.map +1 -1
- package/dist/schemas/modHideCommunityView.js +2 -1
- package/dist/schemas/modLockPost.d.ts +1 -3
- package/dist/schemas/modLockPost.d.ts.map +1 -1
- package/dist/schemas/modLockPost.js +2 -1
- package/dist/schemas/modLockPostModPersonId.d.ts +1 -3
- package/dist/schemas/modLockPostModPersonId.d.ts.map +1 -1
- package/dist/schemas/modLockPostModPersonId.js +3 -4
- package/dist/schemas/modLockPostModPersonId.js.map +1 -1
- package/dist/schemas/modLockPostPostId.d.ts +1 -3
- package/dist/schemas/modLockPostPostId.d.ts.map +1 -1
- package/dist/schemas/modLockPostPostId.js +3 -4
- package/dist/schemas/modLockPostPostId.js.map +1 -1
- package/dist/schemas/modLockPostView.d.ts +1 -3
- package/dist/schemas/modLockPostView.d.ts.map +1 -1
- package/dist/schemas/modLockPostView.js +2 -1
- package/dist/schemas/modLockPostViewCommunity.d.ts +1 -3
- package/dist/schemas/modLockPostViewCommunity.d.ts.map +1 -1
- package/dist/schemas/modLockPostViewCommunity.js +2 -1
- package/dist/schemas/modLockPostViewModerator.d.ts +1 -3
- package/dist/schemas/modLockPostViewModerator.d.ts.map +1 -1
- package/dist/schemas/modLockPostViewModerator.js +2 -1
- package/dist/schemas/modLockPostViewPost.d.ts +1 -3
- package/dist/schemas/modLockPostViewPost.d.ts.map +1 -1
- package/dist/schemas/modLockPostViewPost.js +2 -1
- package/dist/schemas/modRemoveComment.d.ts +1 -3
- package/dist/schemas/modRemoveComment.d.ts.map +1 -1
- package/dist/schemas/modRemoveComment.js +2 -1
- package/dist/schemas/modRemoveCommentCommentId.d.ts +1 -3
- package/dist/schemas/modRemoveCommentCommentId.d.ts.map +1 -1
- package/dist/schemas/modRemoveCommentCommentId.js +3 -4
- package/dist/schemas/modRemoveCommentCommentId.js.map +1 -1
- package/dist/schemas/modRemoveCommentModPersonId.d.ts +1 -3
- package/dist/schemas/modRemoveCommentModPersonId.d.ts.map +1 -1
- package/dist/schemas/modRemoveCommentModPersonId.js +3 -4
- package/dist/schemas/modRemoveCommentModPersonId.js.map +1 -1
- package/dist/schemas/modRemoveCommentReason.d.ts +1 -3
- package/dist/schemas/modRemoveCommentReason.d.ts.map +1 -1
- package/dist/schemas/modRemoveCommentReason.js +3 -4
- package/dist/schemas/modRemoveCommentReason.js.map +1 -1
- package/dist/schemas/modRemoveCommentView.d.ts +1 -3
- package/dist/schemas/modRemoveCommentView.d.ts.map +1 -1
- package/dist/schemas/modRemoveCommentView.js +2 -1
- package/dist/schemas/modRemoveCommentViewComment.d.ts +1 -3
- package/dist/schemas/modRemoveCommentViewComment.d.ts.map +1 -1
- package/dist/schemas/modRemoveCommentViewComment.js +2 -1
- package/dist/schemas/modRemoveCommentViewCommenter.d.ts +1 -3
- package/dist/schemas/modRemoveCommentViewCommenter.d.ts.map +1 -1
- package/dist/schemas/modRemoveCommentViewCommenter.js +2 -1
- package/dist/schemas/modRemoveCommentViewCommunity.d.ts +1 -3
- package/dist/schemas/modRemoveCommentViewCommunity.d.ts.map +1 -1
- package/dist/schemas/modRemoveCommentViewCommunity.js +2 -1
- package/dist/schemas/modRemoveCommentViewModerator.d.ts +1 -3
- package/dist/schemas/modRemoveCommentViewModerator.d.ts.map +1 -1
- package/dist/schemas/modRemoveCommentViewModerator.js +2 -1
- package/dist/schemas/modRemoveCommentViewPost.d.ts +1 -3
- package/dist/schemas/modRemoveCommentViewPost.d.ts.map +1 -1
- package/dist/schemas/modRemoveCommentViewPost.js +2 -1
- package/dist/schemas/modRemoveCommunity.d.ts +1 -3
- package/dist/schemas/modRemoveCommunity.d.ts.map +1 -1
- package/dist/schemas/modRemoveCommunity.js +2 -1
- package/dist/schemas/modRemoveCommunityCommunityId.d.ts +1 -3
- package/dist/schemas/modRemoveCommunityCommunityId.d.ts.map +1 -1
- package/dist/schemas/modRemoveCommunityCommunityId.js +3 -4
- package/dist/schemas/modRemoveCommunityCommunityId.js.map +1 -1
- package/dist/schemas/modRemoveCommunityModPersonId.d.ts +1 -3
- package/dist/schemas/modRemoveCommunityModPersonId.d.ts.map +1 -1
- package/dist/schemas/modRemoveCommunityModPersonId.js +3 -4
- package/dist/schemas/modRemoveCommunityModPersonId.js.map +1 -1
- package/dist/schemas/modRemoveCommunityReason.d.ts +1 -3
- package/dist/schemas/modRemoveCommunityReason.d.ts.map +1 -1
- package/dist/schemas/modRemoveCommunityReason.js +3 -4
- package/dist/schemas/modRemoveCommunityReason.js.map +1 -1
- package/dist/schemas/modRemoveCommunityView.d.ts +1 -3
- package/dist/schemas/modRemoveCommunityView.d.ts.map +1 -1
- package/dist/schemas/modRemoveCommunityView.js +2 -1
- package/dist/schemas/modRemoveCommunityViewCommunity.d.ts +1 -3
- package/dist/schemas/modRemoveCommunityViewCommunity.d.ts.map +1 -1
- package/dist/schemas/modRemoveCommunityViewCommunity.js +2 -1
- package/dist/schemas/modRemoveCommunityViewModerator.d.ts +1 -3
- package/dist/schemas/modRemoveCommunityViewModerator.d.ts.map +1 -1
- package/dist/schemas/modRemoveCommunityViewModerator.js +2 -1
- package/dist/schemas/modRemovePost.d.ts +1 -3
- package/dist/schemas/modRemovePost.d.ts.map +1 -1
- package/dist/schemas/modRemovePost.js +2 -1
- package/dist/schemas/modRemovePostModPersonId.d.ts +1 -3
- package/dist/schemas/modRemovePostModPersonId.d.ts.map +1 -1
- package/dist/schemas/modRemovePostModPersonId.js +3 -4
- package/dist/schemas/modRemovePostModPersonId.js.map +1 -1
- package/dist/schemas/modRemovePostPostId.d.ts +1 -3
- package/dist/schemas/modRemovePostPostId.d.ts.map +1 -1
- package/dist/schemas/modRemovePostPostId.js +3 -4
- package/dist/schemas/modRemovePostPostId.js.map +1 -1
- package/dist/schemas/modRemovePostReason.d.ts +1 -3
- package/dist/schemas/modRemovePostReason.d.ts.map +1 -1
- package/dist/schemas/modRemovePostReason.js +3 -4
- package/dist/schemas/modRemovePostReason.js.map +1 -1
- package/dist/schemas/modRemovePostView.d.ts +1 -3
- package/dist/schemas/modRemovePostView.d.ts.map +1 -1
- package/dist/schemas/modRemovePostView.js +2 -1
- package/dist/schemas/modRemovePostViewCommunity.d.ts +1 -3
- package/dist/schemas/modRemovePostViewCommunity.d.ts.map +1 -1
- package/dist/schemas/modRemovePostViewCommunity.js +2 -1
- package/dist/schemas/modRemovePostViewModerator.d.ts +1 -3
- package/dist/schemas/modRemovePostViewModerator.d.ts.map +1 -1
- package/dist/schemas/modRemovePostViewModerator.js +2 -1
- package/dist/schemas/modRemovePostViewPost.d.ts +1 -3
- package/dist/schemas/modRemovePostViewPost.d.ts.map +1 -1
- package/dist/schemas/modRemovePostViewPost.js +2 -1
- package/dist/schemas/modTransferCommunity.d.ts +1 -3
- package/dist/schemas/modTransferCommunity.d.ts.map +1 -1
- package/dist/schemas/modTransferCommunity.js +2 -1
- package/dist/schemas/modTransferCommunityCommunityId.d.ts +1 -3
- package/dist/schemas/modTransferCommunityCommunityId.d.ts.map +1 -1
- package/dist/schemas/modTransferCommunityCommunityId.js +3 -4
- package/dist/schemas/modTransferCommunityCommunityId.js.map +1 -1
- package/dist/schemas/modTransferCommunityModPersonId.d.ts +1 -3
- package/dist/schemas/modTransferCommunityModPersonId.d.ts.map +1 -1
- package/dist/schemas/modTransferCommunityModPersonId.js +3 -4
- package/dist/schemas/modTransferCommunityModPersonId.js.map +1 -1
- package/dist/schemas/modTransferCommunityOtherPersonId.d.ts +1 -3
- package/dist/schemas/modTransferCommunityOtherPersonId.d.ts.map +1 -1
- package/dist/schemas/modTransferCommunityOtherPersonId.js +3 -4
- package/dist/schemas/modTransferCommunityOtherPersonId.js.map +1 -1
- package/dist/schemas/modTransferCommunityView.d.ts +1 -3
- package/dist/schemas/modTransferCommunityView.d.ts.map +1 -1
- package/dist/schemas/modTransferCommunityView.js +2 -1
- package/dist/schemas/modTransferCommunityViewModdedPerson.d.ts +1 -3
- package/dist/schemas/modTransferCommunityViewModdedPerson.d.ts.map +1 -1
- package/dist/schemas/modTransferCommunityViewModdedPerson.js +2 -1
- package/dist/schemas/modTransferCommunityViewModerator.d.ts +1 -3
- package/dist/schemas/modTransferCommunityViewModerator.d.ts.map +1 -1
- package/dist/schemas/modTransferCommunityViewModerator.js +2 -1
- package/dist/schemas/myUserInfo.d.ts +1 -3
- package/dist/schemas/myUserInfo.d.ts.map +1 -1
- package/dist/schemas/myUserInfo.js +2 -1
- package/dist/schemas/newUserExtraField.d.ts +1 -3
- package/dist/schemas/newUserExtraField.d.ts.map +1 -1
- package/dist/schemas/newUserExtraField.js +2 -1
- package/dist/schemas/newUserExtraFieldId.d.ts +1 -3
- package/dist/schemas/newUserExtraFieldId.d.ts.map +1 -1
- package/dist/schemas/newUserExtraFieldId.js +3 -4
- package/dist/schemas/newUserExtraFieldId.js.map +1 -1
- package/dist/schemas/newUserExtraFieldLabel.d.ts +1 -3
- package/dist/schemas/newUserExtraFieldLabel.d.ts.map +1 -1
- package/dist/schemas/newUserExtraFieldLabel.js +3 -4
- package/dist/schemas/newUserExtraFieldLabel.js.map +1 -1
- package/dist/schemas/newUserExtraFieldText.d.ts +1 -3
- package/dist/schemas/newUserExtraFieldText.d.ts.map +1 -1
- package/dist/schemas/newUserExtraFieldText.js +3 -4
- package/dist/schemas/newUserExtraFieldText.js.map +1 -1
- package/dist/schemas/paginationMetadata.d.ts +1 -3
- package/dist/schemas/paginationMetadata.d.ts.map +1 -1
- package/dist/schemas/paginationMetadata.js +3 -4
- package/dist/schemas/paginationMetadata.js.map +1 -1
- package/dist/schemas/person.d.ts +1 -3
- package/dist/schemas/person.d.ts.map +1 -1
- package/dist/schemas/person.js +2 -1
- package/dist/schemas/personAggregates.d.ts +1 -3
- package/dist/schemas/personAggregates.d.ts.map +1 -1
- package/dist/schemas/personAggregates.js +3 -4
- package/dist/schemas/personAggregates.js.map +1 -1
- package/dist/schemas/personAvatar.d.ts +1 -3
- package/dist/schemas/personAvatar.d.ts.map +1 -1
- package/dist/schemas/personAvatar.js +3 -4
- package/dist/schemas/personAvatar.js.map +1 -1
- package/dist/schemas/personBanner.d.ts +1 -3
- package/dist/schemas/personBanner.d.ts.map +1 -1
- package/dist/schemas/personBanner.js +3 -4
- package/dist/schemas/personBanner.js.map +1 -1
- package/dist/schemas/personBlockView.d.ts +1 -3
- package/dist/schemas/personBlockView.d.ts.map +1 -1
- package/dist/schemas/personBlockView.js +2 -1
- package/dist/schemas/personTitle.d.ts +1 -3
- package/dist/schemas/personTitle.d.ts.map +1 -1
- package/dist/schemas/personTitle.js +3 -4
- package/dist/schemas/personTitle.js.map +1 -1
- package/dist/schemas/personView.d.ts +1 -3
- package/dist/schemas/personView.d.ts.map +1 -1
- package/dist/schemas/personView.js +2 -1
- package/dist/schemas/pollChoice.d.ts +1 -3
- package/dist/schemas/pollChoice.d.ts.map +1 -1
- package/dist/schemas/pollChoice.js +3 -4
- package/dist/schemas/pollChoice.js.map +1 -1
- package/dist/schemas/pollVoteRequest.d.ts +1 -3
- package/dist/schemas/pollVoteRequest.d.ts.map +1 -1
- package/dist/schemas/pollVoteRequest.js +3 -4
- package/dist/schemas/pollVoteRequest.js.map +1 -1
- package/dist/schemas/pollVoteResponse.d.ts +1 -3
- package/dist/schemas/pollVoteResponse.d.ts.map +1 -1
- package/dist/schemas/pollVoteResponse.js +2 -1
- package/dist/schemas/post.d.ts +1 -3
- package/dist/schemas/post.d.ts.map +1 -1
- package/dist/schemas/post.js +2 -1
- package/dist/schemas/postAggregates.d.ts +1 -3
- package/dist/schemas/postAggregates.d.ts.map +1 -1
- package/dist/schemas/postAggregates.js +3 -4
- package/dist/schemas/postAggregates.js.map +1 -1
- package/dist/schemas/postEmojiReactions.d.ts +1 -3
- package/dist/schemas/postEmojiReactions.d.ts.map +1 -1
- package/dist/schemas/postEmojiReactions.js +2 -1
- package/dist/schemas/postEvent.d.ts +2 -4
- package/dist/schemas/postEvent.d.ts.map +1 -1
- package/dist/schemas/postEvent.js +2 -1
- package/dist/schemas/postEventBuyTicketsLink.d.ts +1 -3
- package/dist/schemas/postEventBuyTicketsLink.d.ts.map +1 -1
- package/dist/schemas/postEventBuyTicketsLink.js +3 -4
- package/dist/schemas/postEventBuyTicketsLink.js.map +1 -1
- package/dist/schemas/postEventExternalParticipationUrl.d.ts +1 -3
- package/dist/schemas/postEventExternalParticipationUrl.d.ts.map +1 -1
- package/dist/schemas/postEventExternalParticipationUrl.js +3 -4
- package/dist/schemas/postEventExternalParticipationUrl.js.map +1 -1
- package/dist/schemas/postEventLocation.d.ts +1 -3
- package/dist/schemas/postEventLocation.d.ts.map +1 -1
- package/dist/schemas/postEventLocation.js +2 -1
- package/dist/schemas/postEventLocationAnyOf.d.ts +1 -3
- package/dist/schemas/postEventLocationAnyOf.d.ts.map +1 -1
- package/dist/schemas/postEventLocationAnyOf.js +3 -4
- package/dist/schemas/postEventLocationAnyOf.js.map +1 -1
- package/dist/schemas/postEventOnlineLink.d.ts +1 -3
- package/dist/schemas/postEventOnlineLink.d.ts.map +1 -1
- package/dist/schemas/postEventOnlineLink.js +3 -4
- package/dist/schemas/postEventOnlineLink.js.map +1 -1
- package/dist/schemas/postFlair.d.ts +1 -3
- package/dist/schemas/postFlair.d.ts.map +1 -1
- package/dist/schemas/postFlair.js +3 -4
- package/dist/schemas/postFlair.js.map +1 -1
- package/dist/schemas/postLikeView.d.ts +1 -3
- package/dist/schemas/postLikeView.d.ts.map +1 -1
- package/dist/schemas/postLikeView.js +2 -1
- package/dist/schemas/postPoll.d.ts +1 -3
- package/dist/schemas/postPoll.d.ts.map +1 -1
- package/dist/schemas/postPoll.js +2 -1
- package/dist/schemas/postPollMode.d.ts +1 -3
- package/dist/schemas/postPollMode.d.ts.map +1 -1
- package/dist/schemas/postPollMode.js +5 -4
- package/dist/schemas/postPollMode.js.map +1 -1
- package/dist/schemas/postPostType.d.ts +1 -3
- package/dist/schemas/postPostType.d.ts.map +1 -1
- package/dist/schemas/postPostType.js +5 -4
- package/dist/schemas/postPostType.js.map +1 -1
- package/dist/schemas/postReplyView.d.ts +1 -3
- package/dist/schemas/postReplyView.d.ts.map +1 -1
- package/dist/schemas/postReplyView.js +2 -1
- package/dist/schemas/postReplyViewSubscribed.d.ts +1 -3
- package/dist/schemas/postReplyViewSubscribed.d.ts.map +1 -1
- package/dist/schemas/postReplyViewSubscribed.js +5 -4
- package/dist/schemas/postReplyViewSubscribed.js.map +1 -1
- package/dist/schemas/postReport.d.ts +1 -3
- package/dist/schemas/postReport.d.ts.map +1 -1
- package/dist/schemas/postReport.js +3 -4
- package/dist/schemas/postReport.js.map +1 -1
- package/dist/schemas/postReportResponse.d.ts +1 -3
- package/dist/schemas/postReportResponse.d.ts.map +1 -1
- package/dist/schemas/postReportResponse.js +2 -1
- package/dist/schemas/postReportView.d.ts +1 -3
- package/dist/schemas/postReportView.d.ts.map +1 -1
- package/dist/schemas/postReportView.js +2 -1
- package/dist/schemas/postReportViewSubscribed.d.ts +1 -3
- package/dist/schemas/postReportViewSubscribed.d.ts.map +1 -1
- package/dist/schemas/postReportViewSubscribed.js +5 -4
- package/dist/schemas/postReportViewSubscribed.js.map +1 -1
- package/dist/schemas/postSetFlairRequest.d.ts +1 -3
- package/dist/schemas/postSetFlairRequest.d.ts.map +1 -1
- package/dist/schemas/postSetFlairRequest.js +2 -1
- package/dist/schemas/postSetFlairRequestFlairIdList.d.ts +1 -3
- package/dist/schemas/postSetFlairRequestFlairIdList.d.ts.map +1 -1
- package/dist/schemas/postSetFlairRequestFlairIdList.js +3 -4
- package/dist/schemas/postSetFlairRequestFlairIdList.js.map +1 -1
- package/dist/schemas/postSetFlairResponse.d.ts +1 -3
- package/dist/schemas/postSetFlairResponse.d.ts.map +1 -1
- package/dist/schemas/postSetFlairResponse.js +2 -1
- package/dist/schemas/postSetFlairResponseSubscribed.d.ts +1 -3
- package/dist/schemas/postSetFlairResponseSubscribed.d.ts.map +1 -1
- package/dist/schemas/postSetFlairResponseSubscribed.js +5 -4
- package/dist/schemas/postSetFlairResponseSubscribed.js.map +1 -1
- package/dist/schemas/postTags.d.ts +1 -3
- package/dist/schemas/postTags.d.ts.map +1 -1
- package/dist/schemas/postTags.js +3 -4
- package/dist/schemas/postTags.js.map +1 -1
- package/dist/schemas/postView.d.ts +1 -3
- package/dist/schemas/postView.d.ts.map +1 -1
- package/dist/schemas/postView.js +2 -1
- package/dist/schemas/postViewSubscribed.d.ts +1 -3
- package/dist/schemas/postViewSubscribed.d.ts.map +1 -1
- package/dist/schemas/postViewSubscribed.js +5 -4
- package/dist/schemas/postViewSubscribed.js.map +1 -1
- package/dist/schemas/privateMessage.d.ts +1 -3
- package/dist/schemas/privateMessage.d.ts.map +1 -1
- package/dist/schemas/privateMessage.js +3 -4
- package/dist/schemas/privateMessage.js.map +1 -1
- package/dist/schemas/privateMessageResponse.d.ts +1 -3
- package/dist/schemas/privateMessageResponse.d.ts.map +1 -1
- package/dist/schemas/privateMessageResponse.js +2 -1
- package/dist/schemas/privateMessageView.d.ts +1 -3
- package/dist/schemas/privateMessageView.d.ts.map +1 -1
- package/dist/schemas/privateMessageView.js +2 -1
- package/dist/schemas/reactions.d.ts +1 -3
- package/dist/schemas/reactions.d.ts.map +1 -1
- package/dist/schemas/reactions.js +2 -1
- package/dist/schemas/reactionsUrl.d.ts +1 -3
- package/dist/schemas/reactionsUrl.d.ts.map +1 -1
- package/dist/schemas/reactionsUrl.js +3 -4
- package/dist/schemas/reactionsUrl.js.map +1 -1
- package/dist/schemas/registrationApproveRequest.d.ts +1 -3
- package/dist/schemas/registrationApproveRequest.d.ts.map +1 -1
- package/dist/schemas/registrationApproveRequest.js +3 -4
- package/dist/schemas/registrationApproveRequest.js.map +1 -1
- package/dist/schemas/removeCommentRequest.d.ts +1 -3
- package/dist/schemas/removeCommentRequest.d.ts.map +1 -1
- package/dist/schemas/removeCommentRequest.js +3 -4
- package/dist/schemas/removeCommentRequest.js.map +1 -1
- package/dist/schemas/removePostRequest.d.ts +1 -3
- package/dist/schemas/removePostRequest.d.ts.map +1 -1
- package/dist/schemas/removePostRequest.js +3 -4
- package/dist/schemas/removePostRequest.js.map +1 -1
- package/dist/schemas/reportCommentRequest.d.ts +1 -3
- package/dist/schemas/reportCommentRequest.d.ts.map +1 -1
- package/dist/schemas/reportCommentRequest.js +3 -4
- package/dist/schemas/reportCommentRequest.js.map +1 -1
- package/dist/schemas/reportPostRequest.d.ts +1 -3
- package/dist/schemas/reportPostRequest.d.ts.map +1 -1
- package/dist/schemas/reportPostRequest.js +3 -4
- package/dist/schemas/reportPostRequest.js.map +1 -1
- package/dist/schemas/reportPrivateMessageRequest.d.ts +1 -3
- package/dist/schemas/reportPrivateMessageRequest.d.ts.map +1 -1
- package/dist/schemas/reportPrivateMessageRequest.js +3 -4
- package/dist/schemas/reportPrivateMessageRequest.js.map +1 -1
- package/dist/schemas/resolveObjectResponse.d.ts +1 -3
- package/dist/schemas/resolveObjectResponse.d.ts.map +1 -1
- package/dist/schemas/resolveObjectResponse.js +2 -1
- package/dist/schemas/saveCommentRequest.d.ts +1 -3
- package/dist/schemas/saveCommentRequest.d.ts.map +1 -1
- package/dist/schemas/saveCommentRequest.js +3 -4
- package/dist/schemas/saveCommentRequest.js.map +1 -1
- package/dist/schemas/savePostRequest.d.ts +1 -3
- package/dist/schemas/savePostRequest.d.ts.map +1 -1
- package/dist/schemas/savePostRequest.js +3 -4
- package/dist/schemas/savePostRequest.js.map +1 -1
- package/dist/schemas/searchResponse.d.ts +1 -3
- package/dist/schemas/searchResponse.d.ts.map +1 -1
- package/dist/schemas/searchResponse.js +2 -1
- package/dist/schemas/searchResponseType.d.ts +1 -3
- package/dist/schemas/searchResponseType.d.ts.map +1 -1
- package/dist/schemas/searchResponseType.js +5 -4
- package/dist/schemas/searchResponseType.js.map +1 -1
- package/dist/schemas/site.d.ts +1 -3
- package/dist/schemas/site.d.ts.map +1 -1
- package/dist/schemas/site.js +2 -1
- package/dist/schemas/siteIcon.d.ts +1 -3
- package/dist/schemas/siteIcon.d.ts.map +1 -1
- package/dist/schemas/siteIcon.js +3 -4
- package/dist/schemas/siteIcon.js.map +1 -1
- package/dist/schemas/siteMetadataView.d.ts +1 -3
- package/dist/schemas/siteMetadataView.d.ts.map +1 -1
- package/dist/schemas/siteMetadataView.js +3 -4
- package/dist/schemas/siteMetadataView.js.map +1 -1
- package/dist/schemas/siteRegistrationMode.d.ts +1 -3
- package/dist/schemas/siteRegistrationMode.d.ts.map +1 -1
- package/dist/schemas/siteRegistrationMode.js +5 -4
- package/dist/schemas/siteRegistrationMode.js.map +1 -1
- package/dist/schemas/subscribeCommentRequest.d.ts +1 -3
- package/dist/schemas/subscribeCommentRequest.d.ts.map +1 -1
- package/dist/schemas/subscribeCommentRequest.js +3 -4
- package/dist/schemas/subscribeCommentRequest.js.map +1 -1
- package/dist/schemas/subscribeCommunityRequest.d.ts +1 -3
- package/dist/schemas/subscribeCommunityRequest.d.ts.map +1 -1
- package/dist/schemas/subscribeCommunityRequest.js +3 -4
- package/dist/schemas/subscribeCommunityRequest.js.map +1 -1
- package/dist/schemas/subscribePostRequest.d.ts +1 -3
- package/dist/schemas/subscribePostRequest.d.ts.map +1 -1
- package/dist/schemas/subscribePostRequest.js +3 -4
- package/dist/schemas/subscribePostRequest.js.map +1 -1
- package/dist/schemas/successResponse.d.ts +1 -3
- package/dist/schemas/successResponse.d.ts.map +1 -1
- package/dist/schemas/successResponse.js +3 -4
- package/dist/schemas/successResponse.js.map +1 -1
- package/dist/schemas/topicListResponse.d.ts +1 -3
- package/dist/schemas/topicListResponse.d.ts.map +1 -1
- package/dist/schemas/topicListResponse.js +2 -1
- package/dist/schemas/topicView.d.ts +1 -3
- package/dist/schemas/topicView.d.ts.map +1 -1
- package/dist/schemas/topicView.js +2 -1
- package/dist/schemas/topicViewParentTopicId.d.ts +1 -3
- package/dist/schemas/topicViewParentTopicId.d.ts.map +1 -1
- package/dist/schemas/topicViewParentTopicId.js +3 -4
- package/dist/schemas/topicViewParentTopicId.js.map +1 -1
- package/dist/schemas/unprocessableContentResponse.d.ts +10 -0
- package/dist/schemas/unprocessableContentResponse.d.ts.map +1 -0
- package/dist/schemas/unprocessableContentResponse.js +3 -0
- package/dist/schemas/unprocessableContentResponse.js.map +1 -0
- package/dist/schemas/userBanRequest.d.ts +1 -3
- package/dist/schemas/userBanRequest.d.ts.map +1 -1
- package/dist/schemas/userBanRequest.js +2 -1
- package/dist/schemas/userBanRequestBanIpAddress.d.ts +1 -3
- package/dist/schemas/userBanRequestBanIpAddress.d.ts.map +1 -1
- package/dist/schemas/userBanRequestBanIpAddress.js +3 -4
- package/dist/schemas/userBanRequestBanIpAddress.js.map +1 -1
- package/dist/schemas/userBanRequestPurgeContent.d.ts +1 -3
- package/dist/schemas/userBanRequestPurgeContent.d.ts.map +1 -1
- package/dist/schemas/userBanRequestPurgeContent.js +3 -4
- package/dist/schemas/userBanRequestPurgeContent.js.map +1 -1
- package/dist/schemas/userBanRequestReason.d.ts +1 -3
- package/dist/schemas/userBanRequestReason.d.ts.map +1 -1
- package/dist/schemas/userBanRequestReason.js +3 -4
- package/dist/schemas/userBanRequestReason.js.map +1 -1
- package/dist/schemas/userBanResponse.d.ts +1 -3
- package/dist/schemas/userBanResponse.d.ts.map +1 -1
- package/dist/schemas/userBanResponse.js +2 -1
- package/dist/schemas/userBlockRequest.d.ts +1 -3
- package/dist/schemas/userBlockRequest.d.ts.map +1 -1
- package/dist/schemas/userBlockRequest.js +3 -4
- package/dist/schemas/userBlockRequest.js.map +1 -1
- package/dist/schemas/userBlockResponse.d.ts +1 -3
- package/dist/schemas/userBlockResponse.d.ts.map +1 -1
- package/dist/schemas/userBlockResponse.js +2 -1
- package/dist/schemas/userExtraField.d.ts +1 -3
- package/dist/schemas/userExtraField.d.ts.map +1 -1
- package/dist/schemas/userExtraField.js +3 -4
- package/dist/schemas/userExtraField.js.map +1 -1
- package/dist/schemas/userLoginRequest.d.ts +1 -3
- package/dist/schemas/userLoginRequest.d.ts.map +1 -1
- package/dist/schemas/userLoginRequest.js +3 -4
- package/dist/schemas/userLoginRequest.js.map +1 -1
- package/dist/schemas/userLoginResponse.d.ts +1 -3
- package/dist/schemas/userLoginResponse.d.ts.map +1 -1
- package/dist/schemas/userLoginResponse.js +3 -4
- package/dist/schemas/userLoginResponse.js.map +1 -1
- package/dist/schemas/userMarkAllNotifsReadResponse.d.ts +1 -3
- package/dist/schemas/userMarkAllNotifsReadResponse.d.ts.map +1 -1
- package/dist/schemas/userMarkAllNotifsReadResponse.js +3 -4
- package/dist/schemas/userMarkAllNotifsReadResponse.js.map +1 -1
- package/dist/schemas/userMarkAllReadResponse.d.ts +1 -3
- package/dist/schemas/userMarkAllReadResponse.d.ts.map +1 -1
- package/dist/schemas/userMarkAllReadResponse.js +2 -1
- package/dist/schemas/userMeResponse.d.ts +1 -3
- package/dist/schemas/userMeResponse.d.ts.map +1 -1
- package/dist/schemas/userMeResponse.js +2 -1
- package/dist/schemas/userMediaResponse.d.ts +1 -3
- package/dist/schemas/userMediaResponse.d.ts.map +1 -1
- package/dist/schemas/userMediaResponse.js +2 -1
- package/dist/schemas/userMediaResponseNextPage.d.ts +1 -3
- package/dist/schemas/userMediaResponseNextPage.d.ts.map +1 -1
- package/dist/schemas/userMediaResponseNextPage.js +3 -4
- package/dist/schemas/userMediaResponseNextPage.js.map +1 -1
- package/dist/schemas/userMentionsResponse.d.ts +1 -3
- package/dist/schemas/userMentionsResponse.d.ts.map +1 -1
- package/dist/schemas/userMentionsResponse.js +2 -1
- package/dist/schemas/userMentionsResponseNextPage.d.ts +1 -3
- package/dist/schemas/userMentionsResponseNextPage.d.ts.map +1 -1
- package/dist/schemas/userMentionsResponseNextPage.js +3 -4
- package/dist/schemas/userMentionsResponseNextPage.js.map +1 -1
- package/dist/schemas/userNotificationItemView.d.ts +1 -3
- package/dist/schemas/userNotificationItemView.d.ts.map +1 -1
- package/dist/schemas/userNotificationItemView.js +2 -1
- package/dist/schemas/userNotificationItemViewStatus.d.ts +1 -3
- package/dist/schemas/userNotificationItemViewStatus.d.ts.map +1 -1
- package/dist/schemas/userNotificationItemViewStatus.js +5 -4
- package/dist/schemas/userNotificationItemViewStatus.js.map +1 -1
- package/dist/schemas/userNotificationStateRequest.d.ts +1 -3
- package/dist/schemas/userNotificationStateRequest.d.ts.map +1 -1
- package/dist/schemas/userNotificationStateRequest.js +3 -4
- package/dist/schemas/userNotificationStateRequest.js.map +1 -1
- package/dist/schemas/userNotificationsCountResponse.d.ts +1 -3
- package/dist/schemas/userNotificationsCountResponse.d.ts.map +1 -1
- package/dist/schemas/userNotificationsCountResponse.js +3 -4
- package/dist/schemas/userNotificationsCountResponse.js.map +1 -1
- package/dist/schemas/userNotificationsCounts.d.ts +1 -3
- package/dist/schemas/userNotificationsCounts.d.ts.map +1 -1
- package/dist/schemas/userNotificationsCounts.js +3 -4
- package/dist/schemas/userNotificationsCounts.js.map +1 -1
- package/dist/schemas/userNotificationsResponse.d.ts +1 -3
- package/dist/schemas/userNotificationsResponse.d.ts.map +1 -1
- package/dist/schemas/userNotificationsResponse.js +2 -1
- package/dist/schemas/userNotificationsResponseNextPage.d.ts +1 -3
- package/dist/schemas/userNotificationsResponseNextPage.d.ts.map +1 -1
- package/dist/schemas/userNotificationsResponseNextPage.js +3 -4
- package/dist/schemas/userNotificationsResponseNextPage.js.map +1 -1
- package/dist/schemas/userNotificationsResponseStatus.d.ts +1 -3
- package/dist/schemas/userNotificationsResponseStatus.d.ts.map +1 -1
- package/dist/schemas/userNotificationsResponseStatus.js +5 -4
- package/dist/schemas/userNotificationsResponseStatus.js.map +1 -1
- package/dist/schemas/userRegistration.d.ts +1 -3
- package/dist/schemas/userRegistration.d.ts.map +1 -1
- package/dist/schemas/userRegistration.js +2 -1
- package/dist/schemas/userRegistrationAnswer.d.ts +1 -3
- package/dist/schemas/userRegistrationAnswer.d.ts.map +1 -1
- package/dist/schemas/userRegistrationAnswer.js +3 -4
- package/dist/schemas/userRegistrationAnswer.js.map +1 -1
- package/dist/schemas/userRegistrationEmail.d.ts +1 -3
- package/dist/schemas/userRegistrationEmail.d.ts.map +1 -1
- package/dist/schemas/userRegistrationEmail.js +3 -4
- package/dist/schemas/userRegistrationEmail.js.map +1 -1
- package/dist/schemas/userRegistrationIpAddress.d.ts +1 -3
- package/dist/schemas/userRegistrationIpAddress.d.ts.map +1 -1
- package/dist/schemas/userRegistrationIpAddress.js +3 -4
- package/dist/schemas/userRegistrationIpAddress.js.map +1 -1
- package/dist/schemas/userRegistrationStatus.d.ts +1 -3
- package/dist/schemas/userRegistrationStatus.d.ts.map +1 -1
- package/dist/schemas/userRegistrationStatus.js +5 -4
- package/dist/schemas/userRegistrationStatus.js.map +1 -1
- package/dist/schemas/userRepliesResponse.d.ts +1 -3
- package/dist/schemas/userRepliesResponse.d.ts.map +1 -1
- package/dist/schemas/userRepliesResponse.js +2 -1
- package/dist/schemas/userRepliesResponseNextPage.d.ts +1 -3
- package/dist/schemas/userRepliesResponseNextPage.d.ts.map +1 -1
- package/dist/schemas/userRepliesResponseNextPage.js +3 -4
- package/dist/schemas/userRepliesResponseNextPage.js.map +1 -1
- package/dist/schemas/userSaveSettingsRequest.d.ts +1 -3
- package/dist/schemas/userSaveSettingsRequest.d.ts.map +1 -1
- package/dist/schemas/userSaveSettingsRequest.js +2 -1
- package/dist/schemas/userSaveSettingsRequestAcceptPrivateMessages.d.ts +1 -3
- package/dist/schemas/userSaveSettingsRequestAcceptPrivateMessages.d.ts.map +1 -1
- package/dist/schemas/userSaveSettingsRequestAcceptPrivateMessages.js +5 -4
- package/dist/schemas/userSaveSettingsRequestAcceptPrivateMessages.js.map +1 -1
- package/dist/schemas/userSaveSettingsRequestAvatar.d.ts +1 -3
- package/dist/schemas/userSaveSettingsRequestAvatar.d.ts.map +1 -1
- package/dist/schemas/userSaveSettingsRequestAvatar.js +3 -4
- package/dist/schemas/userSaveSettingsRequestAvatar.js.map +1 -1
- package/dist/schemas/userSaveSettingsRequestBotVisibility.d.ts +1 -3
- package/dist/schemas/userSaveSettingsRequestBotVisibility.d.ts.map +1 -1
- package/dist/schemas/userSaveSettingsRequestBotVisibility.js +5 -4
- package/dist/schemas/userSaveSettingsRequestBotVisibility.js.map +1 -1
- package/dist/schemas/userSaveSettingsRequestCommunityKeywordFilter.d.ts +1 -3
- package/dist/schemas/userSaveSettingsRequestCommunityKeywordFilter.d.ts.map +1 -1
- package/dist/schemas/userSaveSettingsRequestCommunityKeywordFilter.js +3 -4
- package/dist/schemas/userSaveSettingsRequestCommunityKeywordFilter.js.map +1 -1
- package/dist/schemas/userSaveSettingsRequestCover.d.ts +1 -3
- package/dist/schemas/userSaveSettingsRequestCover.d.ts.map +1 -1
- package/dist/schemas/userSaveSettingsRequestCover.js +3 -4
- package/dist/schemas/userSaveSettingsRequestCover.js.map +1 -1
- package/dist/schemas/userSaveSettingsRequestDefaultCommentSortType.d.ts +1 -3
- package/dist/schemas/userSaveSettingsRequestDefaultCommentSortType.d.ts.map +1 -1
- package/dist/schemas/userSaveSettingsRequestDefaultCommentSortType.js +5 -4
- package/dist/schemas/userSaveSettingsRequestDefaultCommentSortType.js.map +1 -1
- package/dist/schemas/userSaveSettingsRequestDefaultSortType.d.ts +1 -3
- package/dist/schemas/userSaveSettingsRequestDefaultSortType.d.ts.map +1 -1
- package/dist/schemas/userSaveSettingsRequestDefaultSortType.js +5 -4
- package/dist/schemas/userSaveSettingsRequestDefaultSortType.js.map +1 -1
- package/dist/schemas/userSaveSettingsRequestGenaiVisibility.d.ts +1 -3
- package/dist/schemas/userSaveSettingsRequestGenaiVisibility.d.ts.map +1 -1
- package/dist/schemas/userSaveSettingsRequestGenaiVisibility.js +5 -4
- package/dist/schemas/userSaveSettingsRequestGenaiVisibility.js.map +1 -1
- package/dist/schemas/userSaveSettingsRequestNsflVisibility.d.ts +1 -3
- package/dist/schemas/userSaveSettingsRequestNsflVisibility.d.ts.map +1 -1
- package/dist/schemas/userSaveSettingsRequestNsflVisibility.js +5 -4
- package/dist/schemas/userSaveSettingsRequestNsflVisibility.js.map +1 -1
- package/dist/schemas/userSaveSettingsRequestNsfwVisibility.d.ts +1 -3
- package/dist/schemas/userSaveSettingsRequestNsfwVisibility.d.ts.map +1 -1
- package/dist/schemas/userSaveSettingsRequestNsfwVisibility.js +5 -4
- package/dist/schemas/userSaveSettingsRequestNsfwVisibility.js.map +1 -1
- package/dist/schemas/userSaveSettingsResponse.d.ts +1 -3
- package/dist/schemas/userSaveSettingsResponse.d.ts.map +1 -1
- package/dist/schemas/userSaveSettingsResponse.js +2 -1
- package/dist/schemas/userSetFlairRequest.d.ts +1 -3
- package/dist/schemas/userSetFlairRequest.d.ts.map +1 -1
- package/dist/schemas/userSetFlairRequest.js +2 -1
- package/dist/schemas/userSetFlairRequestFlairText.d.ts +1 -3
- package/dist/schemas/userSetFlairRequestFlairText.d.ts.map +1 -1
- package/dist/schemas/userSetFlairRequestFlairText.js +3 -4
- package/dist/schemas/userSetFlairRequestFlairText.js.map +1 -1
- package/dist/schemas/userSetFlairResponse.d.ts +1 -3
- package/dist/schemas/userSetFlairResponse.d.ts.map +1 -1
- package/dist/schemas/userSetFlairResponse.js +2 -1
- package/dist/schemas/userSetNoteRequest.d.ts +1 -3
- package/dist/schemas/userSetNoteRequest.d.ts.map +1 -1
- package/dist/schemas/userSetNoteRequest.js +2 -1
- package/dist/schemas/userSetNoteRequestNote.d.ts +1 -3
- package/dist/schemas/userSetNoteRequestNote.d.ts.map +1 -1
- package/dist/schemas/userSetNoteRequestNote.js +3 -4
- package/dist/schemas/userSetNoteRequestNote.js.map +1 -1
- package/dist/schemas/userSetNoteResponse.d.ts +1 -3
- package/dist/schemas/userSetNoteResponse.d.ts.map +1 -1
- package/dist/schemas/userSetNoteResponse.js +2 -1
- package/dist/schemas/userSubscribeRequest.d.ts +1 -3
- package/dist/schemas/userSubscribeRequest.d.ts.map +1 -1
- package/dist/schemas/userSubscribeRequest.js +3 -4
- package/dist/schemas/userSubscribeRequest.js.map +1 -1
- package/dist/schemas/userSubscribeResponse.d.ts +1 -3
- package/dist/schemas/userSubscribeResponse.d.ts.map +1 -1
- package/dist/schemas/userSubscribeResponse.js +2 -1
- package/dist/schemas/userUnbanRequest.d.ts +1 -3
- package/dist/schemas/userUnbanRequest.d.ts.map +1 -1
- package/dist/schemas/userUnbanRequest.js +3 -4
- package/dist/schemas/userUnbanRequest.js.map +1 -1
- package/dist/schemas/userUnreadCountsResponse.d.ts +1 -3
- package/dist/schemas/userUnreadCountsResponse.d.ts.map +1 -1
- package/dist/schemas/userUnreadCountsResponse.js +3 -4
- package/dist/schemas/userUnreadCountsResponse.js.map +1 -1
- package/dist/schemas/widthHeight.d.ts +1 -3
- package/dist/schemas/widthHeight.d.ts.map +1 -1
- package/dist/schemas/widthHeight.js +3 -4
- package/dist/schemas/widthHeight.js.map +1 -1
- package/dist/zod/admin/admin.d.ts +1 -3
- package/dist/zod/admin/admin.d.ts.map +1 -1
- package/dist/zod/admin/admin.js +53 -19
- package/dist/zod/admin/admin.js.map +1 -1
- package/dist/zod/comment/comment.d.ts +122 -120
- package/dist/zod/comment/comment.d.ts.map +1 -1
- package/dist/zod/comment/comment.js +296 -257
- package/dist/zod/comment/comment.js.map +1 -1
- package/dist/zod/community/community.d.ts +16 -18
- package/dist/zod/community/community.d.ts.map +1 -1
- package/dist/zod/community/community.js +160 -125
- package/dist/zod/community/community.js.map +1 -1
- package/dist/zod/feed/feed.d.ts +1 -3
- package/dist/zod/feed/feed.d.ts.map +1 -1
- package/dist/zod/feed/feed.js +55 -21
- package/dist/zod/feed/feed.js.map +1 -1
- package/dist/zod/misc/misc.d.ts +88 -90
- package/dist/zod/misc/misc.d.ts.map +1 -1
- package/dist/zod/misc/misc.js +256 -220
- package/dist/zod/misc/misc.js.map +1 -1
- package/dist/zod/post/post.d.ts +273 -267
- package/dist/zod/post/post.d.ts.map +1 -1
- package/dist/zod/post/post.js +613 -567
- package/dist/zod/post/post.js.map +1 -1
- package/dist/zod/private-message/private-message.d.ts +1 -3
- package/dist/zod/private-message/private-message.d.ts.map +1 -1
- package/dist/zod/private-message/private-message.js +113 -79
- package/dist/zod/private-message/private-message.js.map +1 -1
- package/dist/zod/site/site.d.ts +9 -11
- package/dist/zod/site/site.d.ts.map +1 -1
- package/dist/zod/site/site.js +77 -43
- package/dist/zod/site/site.js.map +1 -1
- package/dist/zod/topic/topic.d.ts +1 -3
- package/dist/zod/topic/topic.d.ts.map +1 -1
- package/dist/zod/topic/topic.js +42 -8
- package/dist/zod/topic/topic.js.map +1 -1
- package/dist/zod/upload/upload.d.ts +1 -3
- package/dist/zod/upload/upload.d.ts.map +1 -1
- package/dist/zod/upload/upload.js +46 -12
- package/dist/zod/upload/upload.js.map +1 -1
- package/dist/zod/user/user.d.ts +100 -102
- package/dist/zod/user/user.d.ts.map +1 -1
- package/dist/zod/user/user.js +361 -323
- package/dist/zod/user/user.js.map +1 -1
- package/dist/zod-index.js +27 -11
- package/dist/zod-index.js.map +1 -1
- package/package.json +8 -5
- package/src/__tests__/create-client.test.ts +317 -0
- package/src/client/admin/admin.ts +6 -58
- package/src/client/comment/comment.ts +30 -375
- package/src/client/community/community.ts +35 -447
- package/src/client/feed/feed.ts +14 -167
- package/src/client/misc/misc.ts +12 -136
- package/src/client/post/post.ts +42 -531
- package/src/client/private-message/private-message.ts +18 -219
- package/src/client/site/site.ts +12 -121
- package/src/client/topic/topic.ts +4 -32
- package/src/client/upload/upload.ts +10 -130
- package/src/client/user/user.ts +43 -531
- package/src/create-client.ts +35 -19
- package/src/index.ts +1 -14
- package/src/mutator/custom-fetch.ts +20 -6
- package/src/schemas/adminPurgeComment.ts +1 -3
- package/src/schemas/adminPurgeCommentReason.ts +1 -3
- package/src/schemas/adminPurgeCommentView.ts +1 -3
- package/src/schemas/adminPurgeCommunity.ts +1 -3
- package/src/schemas/adminPurgeCommunityReason.ts +1 -3
- package/src/schemas/adminPurgeCommunityView.ts +1 -3
- package/src/schemas/adminPurgePerson.ts +1 -3
- package/src/schemas/adminPurgePersonReason.ts +1 -3
- package/src/schemas/adminPurgePersonView.ts +1 -3
- package/src/schemas/adminPurgePost.ts +1 -3
- package/src/schemas/adminPurgePostCommunityId.ts +1 -3
- package/src/schemas/adminPurgePostReason.ts +1 -3
- package/src/schemas/adminPurgePostView.ts +1 -3
- package/src/schemas/blockCommunityRequest.ts +1 -3
- package/src/schemas/blockCommunityResponse.ts +1 -3
- package/src/schemas/blockInstanceRequest.ts +1 -3
- package/src/schemas/blockInstanceResponse.ts +1 -3
- package/src/schemas/comment.ts +1 -3
- package/src/schemas/commentAggregates.ts +1 -3
- package/src/schemas/commentEmojiReactions.ts +1 -3
- package/src/schemas/commentLikeView.ts +1 -3
- package/src/schemas/commentReply.ts +1 -3
- package/src/schemas/commentReplyView.ts +1 -3
- package/src/schemas/commentReplyViewSubscribed.ts +1 -3
- package/src/schemas/commentReport.ts +1 -3
- package/src/schemas/commentReportView.ts +1 -3
- package/src/schemas/commentReportViewSubscribed.ts +1 -3
- package/src/schemas/commentView.ts +1 -3
- package/src/schemas/commentViewSubscribed.ts +1 -3
- package/src/schemas/community.ts +1 -3
- package/src/schemas/communityAggregates.ts +1 -3
- package/src/schemas/communityBanner.ts +1 -3
- package/src/schemas/communityBlockView.ts +1 -3
- package/src/schemas/communityFlair.ts +1 -3
- package/src/schemas/communityFlairApId.ts +1 -3
- package/src/schemas/communityFlairCreateRequest.ts +1 -3
- package/src/schemas/communityFlairCreateResponse.ts +1 -3
- package/src/schemas/communityFlairCreateResponseApId.ts +1 -3
- package/src/schemas/communityFlairDeleteRequest.ts +1 -3
- package/src/schemas/communityFlairDeleteResponse.ts +1 -3
- package/src/schemas/communityFlairEditRequest.ts +1 -3
- package/src/schemas/communityFlairEditResponse.ts +1 -3
- package/src/schemas/communityFlairEditResponseApId.ts +1 -3
- package/src/schemas/communityFollowerView.ts +1 -3
- package/src/schemas/communityIcon.ts +1 -3
- package/src/schemas/communityModerationBanItem.ts +1 -3
- package/src/schemas/communityModerationBanItemExpiredAt.ts +1 -3
- package/src/schemas/communityModerationBanItemExpiresAt.ts +1 -3
- package/src/schemas/communityModerationBanRequest.ts +1 -3
- package/src/schemas/communityModerationBansListResponse.ts +1 -3
- package/src/schemas/communityModerationBansListResponseNextPage.ts +1 -3
- package/src/schemas/communityModerationNsfwRequest.ts +1 -3
- package/src/schemas/communityModerationUnbanRequest.ts +1 -3
- package/src/schemas/communityModeratorView.ts +1 -3
- package/src/schemas/communityPostingWarning.ts +1 -3
- package/src/schemas/communityResponse.ts +1 -3
- package/src/schemas/communityView.ts +1 -3
- package/src/schemas/communityViewSubscribed.ts +1 -3
- package/src/schemas/createCommentRequest.ts +1 -3
- package/src/schemas/createCommunityRequest.ts +1 -3
- package/src/schemas/createCommunityRequestBannerUrl.ts +1 -3
- package/src/schemas/createCommunityRequestIconUrl.ts +1 -3
- package/src/schemas/createFeedRequest.ts +1 -3
- package/src/schemas/createFeedRequestBannerUrl.ts +1 -3
- package/src/schemas/createFeedRequestIconUrl.ts +1 -3
- package/src/schemas/createFeedRequestParentFeedId.ts +1 -3
- package/src/schemas/createPostRequest.ts +1 -3
- package/src/schemas/createPostRequestEvent.ts +1 -3
- package/src/schemas/createPostRequestPoll.ts +1 -3
- package/src/schemas/createPrivateMessageRequest.ts +1 -3
- package/src/schemas/defaultError.ts +1 -3
- package/src/schemas/deleteCommentRequest.ts +1 -3
- package/src/schemas/deleteCommunityRequest.ts +1 -3
- package/src/schemas/deleteFeedRequest.ts +1 -3
- package/src/schemas/deletePostRequest.ts +1 -3
- package/src/schemas/deletePrivateMessageRequest.ts +1 -3
- package/src/schemas/domainBlockRequest.ts +1 -3
- package/src/schemas/domainBlockResponse.ts +1 -3
- package/src/schemas/editCommentRequest.ts +1 -3
- package/src/schemas/editCommunityRequest.ts +1 -3
- package/src/schemas/editCommunityRequestBannerUrl.ts +1 -3
- package/src/schemas/editCommunityRequestIconUrl.ts +1 -3
- package/src/schemas/editFeedRequest.ts +1 -3
- package/src/schemas/editFeedRequestBannerUrl.ts +1 -3
- package/src/schemas/editFeedRequestIconUrl.ts +1 -3
- package/src/schemas/editFeedRequestParentFeedId.ts +1 -3
- package/src/schemas/editPostRequest.ts +1 -3
- package/src/schemas/editPostRequestAltText.ts +1 -3
- package/src/schemas/editPostRequestEvent.ts +1 -3
- package/src/schemas/editPostRequestFlair.ts +1 -3
- package/src/schemas/editPostRequestPoll.ts +1 -3
- package/src/schemas/editPostRequestTags.ts +1 -3
- package/src/schemas/editPostRequestUrl.ts +1 -3
- package/src/schemas/editPrivateMessageRequest.ts +1 -3
- package/src/schemas/error.ts +1 -3
- package/src/schemas/errorErrors.ts +1 -3
- package/src/schemas/featurePostRequest.ts +1 -3
- package/src/schemas/featurePostRequestFeatureType.ts +1 -3
- package/src/schemas/federatedInstancesView.ts +1 -3
- package/src/schemas/feedListResponse.ts +1 -3
- package/src/schemas/feedView.ts +1 -3
- package/src/schemas/feedViewBanner.ts +1 -3
- package/src/schemas/feedViewDescription.ts +1 -3
- package/src/schemas/feedViewDescriptionHtml.ts +1 -3
- package/src/schemas/feedViewIcon.ts +1 -3
- package/src/schemas/feedViewParentFeedId.ts +1 -3
- package/src/schemas/followCommunityRequest.ts +1 -3
- package/src/schemas/followFeedRequest.ts +1 -3
- package/src/schemas/getApiAlphaAdminRegistrationApplicationListParams.ts +1 -3
- package/src/schemas/getApiAlphaAdminRegistrationApplicationListSort.ts +1 -3
- package/src/schemas/getApiAlphaCommentLikeListParams.ts +1 -3
- package/src/schemas/getApiAlphaCommentListParams.ts +3 -3
- package/src/schemas/getApiAlphaCommentListSort.ts +1 -3
- package/src/schemas/getApiAlphaCommentListType.ts +17 -0
- package/src/schemas/getApiAlphaCommentParams.ts +1 -3
- package/src/schemas/getApiAlphaCommunityListParams.ts +1 -3
- package/src/schemas/getApiAlphaCommunityListSort.ts +1 -3
- package/src/schemas/getApiAlphaCommunityListType.ts +1 -3
- package/src/schemas/getApiAlphaCommunityModerateBansParams.ts +1 -3
- package/src/schemas/getApiAlphaCommunityParams.ts +1 -3
- package/src/schemas/getApiAlphaFeedListParams.ts +1 -3
- package/src/schemas/getApiAlphaFeedParams.ts +1 -3
- package/src/schemas/getApiAlphaModlogParams.ts +1 -3
- package/src/schemas/getApiAlphaModlogType.ts +1 -3
- package/src/schemas/getApiAlphaPostLikeListParams.ts +1 -3
- package/src/schemas/getApiAlphaPostList2Nsfw.ts +14 -0
- package/src/schemas/getApiAlphaPostList2Params.ts +3 -3
- package/src/schemas/getApiAlphaPostList2Sort.ts +1 -3
- package/src/schemas/getApiAlphaPostList2Type.ts +1 -3
- package/src/schemas/getApiAlphaPostListNsfw.ts +14 -0
- package/src/schemas/getApiAlphaPostListParams.ts +3 -3
- package/src/schemas/getApiAlphaPostListSort.ts +1 -3
- package/src/schemas/getApiAlphaPostListType.ts +1 -3
- package/src/schemas/getApiAlphaPostParams.ts +1 -3
- package/src/schemas/getApiAlphaPostRepliesParams.ts +1 -3
- package/src/schemas/getApiAlphaPostRepliesSort.ts +1 -3
- package/src/schemas/getApiAlphaPostSiteMetadataParams.ts +1 -3
- package/src/schemas/getApiAlphaPrivateMessageConversationParams.ts +1 -3
- package/src/schemas/getApiAlphaPrivateMessageListParams.ts +1 -3
- package/src/schemas/getApiAlphaResolveObjectParams.ts +1 -3
- package/src/schemas/getApiAlphaSearchListingType.ts +1 -3
- package/src/schemas/getApiAlphaSearchNsfw.ts +1 -3
- package/src/schemas/getApiAlphaSearchParams.ts +1 -3
- package/src/schemas/getApiAlphaSearchSort.ts +1 -3
- package/src/schemas/getApiAlphaSearchType.ts +1 -3
- package/src/schemas/getApiAlphaSiteInstanceChooserSearchParams.ts +1 -3
- package/src/schemas/getApiAlphaSuggestCompletionParams.ts +1 -3
- package/src/schemas/getApiAlphaTopicListParams.ts +1 -3
- package/src/schemas/getApiAlphaUserMediaParams.ts +1 -3
- package/src/schemas/getApiAlphaUserMediaSort.ts +1 -3
- package/src/schemas/getApiAlphaUserMentionsParams.ts +1 -3
- package/src/schemas/getApiAlphaUserMentionsSort.ts +1 -3
- package/src/schemas/getApiAlphaUserNotificationsParams.ts +1 -3
- package/src/schemas/getApiAlphaUserNotificationsStatus.ts +1 -3
- package/src/schemas/getApiAlphaUserParams.ts +1 -3
- package/src/schemas/getApiAlphaUserRepliesParams.ts +1 -3
- package/src/schemas/getApiAlphaUserRepliesSort.ts +1 -3
- package/src/schemas/getApiAlphaUserSort.ts +1 -3
- package/src/schemas/getCommentReplyResponse.ts +1 -3
- package/src/schemas/getCommentReportResponse.ts +1 -3
- package/src/schemas/getCommentResponse.ts +1 -3
- package/src/schemas/getCommunityResponse.ts +1 -3
- package/src/schemas/getFederatedInstancesResponse.ts +1 -3
- package/src/schemas/getModLogResponse.ts +1 -3
- package/src/schemas/getPostRepliesResponse.ts +1 -3
- package/src/schemas/getPostRepliesResponseNextPage.ts +1 -3
- package/src/schemas/getPostResponse.ts +1 -3
- package/src/schemas/getPrivateMessageConversationResponse.ts +1 -3
- package/src/schemas/getRegistrationListResponse.ts +1 -3
- package/src/schemas/getSiteInstanceChooserResponse.ts +1 -3
- package/src/schemas/getSiteInstanceChooserSearchResponse.ts +1 -3
- package/src/schemas/getSiteInstanceChooserSearchResponseItem.ts +1 -3
- package/src/schemas/getSiteMetadataResponse.ts +1 -3
- package/src/schemas/getSiteResponse.ts +1 -3
- package/src/schemas/getSiteVersionResponse.ts +1 -3
- package/src/schemas/getSuggestCompletionResponse.ts +1 -3
- package/src/schemas/getUserResponse.ts +1 -3
- package/src/schemas/hidePostRequest.ts +1 -3
- package/src/schemas/imageDeleteRequest.ts +1 -3
- package/src/schemas/imageDeleteResponse.ts +1 -3
- package/src/schemas/imageUploadRequest.ts +1 -3
- package/src/schemas/imageUploadResponse.ts +1 -3
- package/src/schemas/index.ts +5 -4
- package/src/schemas/instance.ts +1 -3
- package/src/schemas/instanceBlockView.ts +1 -3
- package/src/schemas/instanceWithoutFederationState.ts +1 -3
- package/src/schemas/languageView.ts +1 -3
- package/src/schemas/leaveConversationRequest.ts +1 -3
- package/src/schemas/likeCommentRequest.ts +1 -3
- package/src/schemas/likePostRequest.ts +1 -3
- package/src/schemas/listCommentLikesResponse.ts +1 -3
- package/src/schemas/listCommentLikesResponseNextPage.ts +1 -3
- package/src/schemas/listCommentsResponse.ts +1 -3
- package/src/schemas/listCommentsResponseNextPage.ts +1 -3
- package/src/schemas/listCommunitiesResponse.ts +1 -3
- package/src/schemas/listCommunitiesResponseNextPage.ts +1 -3
- package/src/schemas/listPostLikesResponse.ts +1 -3
- package/src/schemas/listPostLikesResponseNextPage.ts +1 -3
- package/src/schemas/listPostsResponse.ts +1 -3
- package/src/schemas/listPostsResponseNextPage.ts +1 -3
- package/src/schemas/listPrivateMessagesResponse.ts +1 -3
- package/src/schemas/localUser.ts +1 -3
- package/src/schemas/localUserAcceptPrivateMessages.ts +1 -3
- package/src/schemas/localUserAiVisibility.ts +1 -3
- package/src/schemas/localUserBotVisibility.ts +1 -3
- package/src/schemas/localUserDefaultCommentSortType.ts +1 -3
- package/src/schemas/localUserDefaultListingType.ts +1 -3
- package/src/schemas/localUserDefaultSortType.ts +1 -3
- package/src/schemas/localUserNsflVisibility.ts +1 -3
- package/src/schemas/localUserNsfwVisibility.ts +1 -3
- package/src/schemas/localUserView.ts +1 -3
- package/src/schemas/lockCommentRequest.ts +1 -3
- package/src/schemas/lockPostRequest.ts +1 -3
- package/src/schemas/markCommentAsAnswerRequest.ts +1 -3
- package/src/schemas/markCommentAsReadRequest.ts +1 -3
- package/src/schemas/markPostAsReadRequest.ts +1 -3
- package/src/schemas/markPrivateMessageAsReadRequest.ts +1 -3
- package/src/schemas/mediaView.ts +1 -3
- package/src/schemas/miniCrossPosts.ts +1 -3
- package/src/schemas/modAdd.ts +1 -3
- package/src/schemas/modAddCommunity.ts +1 -3
- package/src/schemas/modAddCommunityCommunityId.ts +1 -3
- package/src/schemas/modAddCommunityModPersonId.ts +1 -3
- package/src/schemas/modAddCommunityOtherPersonId.ts +1 -3
- package/src/schemas/modAddCommunityView.ts +1 -3
- package/src/schemas/modAddCommunityViewCommunity.ts +1 -3
- package/src/schemas/modAddCommunityViewModdedPerson.ts +1 -3
- package/src/schemas/modAddCommunityViewModerator.ts +1 -3
- package/src/schemas/modAddModPersonId.ts +1 -3
- package/src/schemas/modAddOtherPersonId.ts +1 -3
- package/src/schemas/modAddView.ts +1 -3
- package/src/schemas/modAddViewModdedPerson.ts +1 -3
- package/src/schemas/modAddViewModerator.ts +1 -3
- package/src/schemas/modBan.ts +1 -3
- package/src/schemas/modBanExpires.ts +1 -3
- package/src/schemas/modBanFromCommunity.ts +1 -3
- package/src/schemas/modBanFromCommunityCommunityId.ts +1 -3
- package/src/schemas/modBanFromCommunityExpires.ts +1 -3
- package/src/schemas/modBanFromCommunityModPersonId.ts +1 -3
- package/src/schemas/modBanFromCommunityOtherPersonId.ts +1 -3
- package/src/schemas/modBanFromCommunityReason.ts +1 -3
- package/src/schemas/modBanFromCommunityView.ts +1 -3
- package/src/schemas/modBanFromCommunityViewBannedPerson.ts +1 -3
- package/src/schemas/modBanFromCommunityViewCommunity.ts +1 -3
- package/src/schemas/modBanFromCommunityViewModerator.ts +1 -3
- package/src/schemas/modBanModPersonId.ts +1 -3
- package/src/schemas/modBanOtherPersonId.ts +1 -3
- package/src/schemas/modBanReason.ts +1 -3
- package/src/schemas/modBanView.ts +1 -3
- package/src/schemas/modBanViewBannedPerson.ts +1 -3
- package/src/schemas/modBanViewModerator.ts +1 -3
- package/src/schemas/modCommunityRequest.ts +1 -3
- package/src/schemas/modCommunityResponse.ts +1 -3
- package/src/schemas/modFeaturePost.ts +1 -3
- package/src/schemas/modFeaturePostModPersonId.ts +1 -3
- package/src/schemas/modFeaturePostPostId.ts +1 -3
- package/src/schemas/modFeaturePostView.ts +1 -3
- package/src/schemas/modFeaturePostViewCommunity.ts +1 -3
- package/src/schemas/modFeaturePostViewModerator.ts +1 -3
- package/src/schemas/modFeaturePostViewPost.ts +1 -3
- package/src/schemas/modHideCommunity.ts +1 -3
- package/src/schemas/modHideCommunityCommunityId.ts +1 -3
- package/src/schemas/modHideCommunityModPersonId.ts +1 -3
- package/src/schemas/modHideCommunityReason.ts +1 -3
- package/src/schemas/modHideCommunityView.ts +1 -3
- package/src/schemas/modLockPost.ts +1 -3
- package/src/schemas/modLockPostModPersonId.ts +1 -3
- package/src/schemas/modLockPostPostId.ts +1 -3
- package/src/schemas/modLockPostView.ts +1 -3
- package/src/schemas/modLockPostViewCommunity.ts +1 -3
- package/src/schemas/modLockPostViewModerator.ts +1 -3
- package/src/schemas/modLockPostViewPost.ts +1 -3
- package/src/schemas/modRemoveComment.ts +1 -3
- package/src/schemas/modRemoveCommentCommentId.ts +1 -3
- package/src/schemas/modRemoveCommentModPersonId.ts +1 -3
- package/src/schemas/modRemoveCommentReason.ts +1 -3
- package/src/schemas/modRemoveCommentView.ts +1 -3
- package/src/schemas/modRemoveCommentViewComment.ts +1 -3
- package/src/schemas/modRemoveCommentViewCommenter.ts +1 -3
- package/src/schemas/modRemoveCommentViewCommunity.ts +1 -3
- package/src/schemas/modRemoveCommentViewModerator.ts +1 -3
- package/src/schemas/modRemoveCommentViewPost.ts +1 -3
- package/src/schemas/modRemoveCommunity.ts +1 -3
- package/src/schemas/modRemoveCommunityCommunityId.ts +1 -3
- package/src/schemas/modRemoveCommunityModPersonId.ts +1 -3
- package/src/schemas/modRemoveCommunityReason.ts +1 -3
- package/src/schemas/modRemoveCommunityView.ts +1 -3
- package/src/schemas/modRemoveCommunityViewCommunity.ts +1 -3
- package/src/schemas/modRemoveCommunityViewModerator.ts +1 -3
- package/src/schemas/modRemovePost.ts +1 -3
- package/src/schemas/modRemovePostModPersonId.ts +1 -3
- package/src/schemas/modRemovePostPostId.ts +1 -3
- package/src/schemas/modRemovePostReason.ts +1 -3
- package/src/schemas/modRemovePostView.ts +1 -3
- package/src/schemas/modRemovePostViewCommunity.ts +1 -3
- package/src/schemas/modRemovePostViewModerator.ts +1 -3
- package/src/schemas/modRemovePostViewPost.ts +1 -3
- package/src/schemas/modTransferCommunity.ts +1 -3
- package/src/schemas/modTransferCommunityCommunityId.ts +1 -3
- package/src/schemas/modTransferCommunityModPersonId.ts +1 -3
- package/src/schemas/modTransferCommunityOtherPersonId.ts +1 -3
- package/src/schemas/modTransferCommunityView.ts +1 -3
- package/src/schemas/modTransferCommunityViewModdedPerson.ts +1 -3
- package/src/schemas/modTransferCommunityViewModerator.ts +1 -3
- package/src/schemas/myUserInfo.ts +1 -3
- package/src/schemas/newUserExtraField.ts +1 -3
- package/src/schemas/newUserExtraFieldId.ts +1 -3
- package/src/schemas/newUserExtraFieldLabel.ts +1 -3
- package/src/schemas/newUserExtraFieldText.ts +1 -3
- package/src/schemas/paginationMetadata.ts +1 -3
- package/src/schemas/person.ts +1 -3
- package/src/schemas/personAggregates.ts +1 -3
- package/src/schemas/personAvatar.ts +1 -3
- package/src/schemas/personBanner.ts +1 -3
- package/src/schemas/personBlockView.ts +1 -3
- package/src/schemas/personTitle.ts +1 -3
- package/src/schemas/personView.ts +1 -3
- package/src/schemas/pollChoice.ts +1 -3
- package/src/schemas/pollVoteRequest.ts +1 -3
- package/src/schemas/pollVoteResponse.ts +1 -3
- package/src/schemas/post.ts +1 -3
- package/src/schemas/postAggregates.ts +1 -3
- package/src/schemas/postEmojiReactions.ts +1 -3
- package/src/schemas/postEvent.ts +2 -4
- package/src/schemas/postEventBuyTicketsLink.ts +1 -3
- package/src/schemas/postEventExternalParticipationUrl.ts +1 -3
- package/src/schemas/postEventLocation.ts +1 -3
- package/src/schemas/postEventLocationAnyOf.ts +1 -3
- package/src/schemas/postEventOnlineLink.ts +1 -3
- package/src/schemas/postFlair.ts +1 -3
- package/src/schemas/postLikeView.ts +1 -3
- package/src/schemas/postPoll.ts +1 -3
- package/src/schemas/postPollMode.ts +1 -3
- package/src/schemas/postPostType.ts +1 -3
- package/src/schemas/postReplyView.ts +1 -3
- package/src/schemas/postReplyViewSubscribed.ts +1 -3
- package/src/schemas/postReport.ts +1 -3
- package/src/schemas/postReportResponse.ts +1 -3
- package/src/schemas/postReportView.ts +1 -3
- package/src/schemas/postReportViewSubscribed.ts +1 -3
- package/src/schemas/postSetFlairRequest.ts +1 -3
- package/src/schemas/postSetFlairRequestFlairIdList.ts +1 -3
- package/src/schemas/postSetFlairResponse.ts +1 -3
- package/src/schemas/postSetFlairResponseSubscribed.ts +1 -3
- package/src/schemas/postTags.ts +1 -3
- package/src/schemas/postView.ts +1 -3
- package/src/schemas/postViewSubscribed.ts +1 -3
- package/src/schemas/privateMessage.ts +1 -3
- package/src/schemas/privateMessageResponse.ts +1 -3
- package/src/schemas/privateMessageView.ts +1 -3
- package/src/schemas/reactions.ts +1 -3
- package/src/schemas/reactionsUrl.ts +1 -3
- package/src/schemas/registrationApproveRequest.ts +1 -3
- package/src/schemas/removeCommentRequest.ts +1 -3
- package/src/schemas/removePostRequest.ts +1 -3
- package/src/schemas/reportCommentRequest.ts +1 -3
- package/src/schemas/reportPostRequest.ts +1 -3
- package/src/schemas/reportPrivateMessageRequest.ts +1 -3
- package/src/schemas/resolveObjectResponse.ts +1 -3
- package/src/schemas/saveCommentRequest.ts +1 -3
- package/src/schemas/savePostRequest.ts +1 -3
- package/src/schemas/searchResponse.ts +1 -3
- package/src/schemas/searchResponseType.ts +1 -3
- package/src/schemas/site.ts +1 -3
- package/src/schemas/siteIcon.ts +1 -3
- package/src/schemas/siteMetadataView.ts +1 -3
- package/src/schemas/siteRegistrationMode.ts +1 -3
- package/src/schemas/subscribeCommentRequest.ts +1 -3
- package/src/schemas/subscribeCommunityRequest.ts +1 -3
- package/src/schemas/subscribePostRequest.ts +1 -3
- package/src/schemas/successResponse.ts +1 -3
- package/src/schemas/topicListResponse.ts +1 -3
- package/src/schemas/topicView.ts +1 -3
- package/src/schemas/topicViewParentTopicId.ts +1 -3
- package/src/schemas/unprocessableContentResponse.ts +10 -0
- package/src/schemas/userBanRequest.ts +1 -3
- package/src/schemas/userBanRequestBanIpAddress.ts +1 -3
- package/src/schemas/userBanRequestPurgeContent.ts +1 -3
- package/src/schemas/userBanRequestReason.ts +1 -3
- package/src/schemas/userBanResponse.ts +1 -3
- package/src/schemas/userBlockRequest.ts +1 -3
- package/src/schemas/userBlockResponse.ts +1 -3
- package/src/schemas/userExtraField.ts +1 -3
- package/src/schemas/userLoginRequest.ts +1 -3
- package/src/schemas/userLoginResponse.ts +1 -3
- package/src/schemas/userMarkAllNotifsReadResponse.ts +1 -3
- package/src/schemas/userMarkAllReadResponse.ts +1 -3
- package/src/schemas/userMeResponse.ts +1 -3
- package/src/schemas/userMediaResponse.ts +1 -3
- package/src/schemas/userMediaResponseNextPage.ts +1 -3
- package/src/schemas/userMentionsResponse.ts +1 -3
- package/src/schemas/userMentionsResponseNextPage.ts +1 -3
- package/src/schemas/userNotificationItemView.ts +1 -3
- package/src/schemas/userNotificationItemViewStatus.ts +1 -3
- package/src/schemas/userNotificationStateRequest.ts +1 -3
- package/src/schemas/userNotificationsCountResponse.ts +1 -3
- package/src/schemas/userNotificationsCounts.ts +1 -3
- package/src/schemas/userNotificationsResponse.ts +1 -3
- package/src/schemas/userNotificationsResponseNextPage.ts +1 -3
- package/src/schemas/userNotificationsResponseStatus.ts +1 -3
- package/src/schemas/userRegistration.ts +1 -3
- package/src/schemas/userRegistrationAnswer.ts +1 -3
- package/src/schemas/userRegistrationEmail.ts +1 -3
- package/src/schemas/userRegistrationIpAddress.ts +1 -3
- package/src/schemas/userRegistrationStatus.ts +1 -3
- package/src/schemas/userRepliesResponse.ts +1 -3
- package/src/schemas/userRepliesResponseNextPage.ts +1 -3
- package/src/schemas/userSaveSettingsRequest.ts +1 -3
- package/src/schemas/userSaveSettingsRequestAcceptPrivateMessages.ts +1 -3
- package/src/schemas/userSaveSettingsRequestAvatar.ts +1 -3
- package/src/schemas/userSaveSettingsRequestBotVisibility.ts +1 -3
- package/src/schemas/userSaveSettingsRequestCommunityKeywordFilter.ts +1 -3
- package/src/schemas/userSaveSettingsRequestCover.ts +1 -3
- package/src/schemas/userSaveSettingsRequestDefaultCommentSortType.ts +1 -3
- package/src/schemas/userSaveSettingsRequestDefaultSortType.ts +1 -3
- package/src/schemas/userSaveSettingsRequestGenaiVisibility.ts +1 -3
- package/src/schemas/userSaveSettingsRequestNsflVisibility.ts +1 -3
- package/src/schemas/userSaveSettingsRequestNsfwVisibility.ts +1 -3
- package/src/schemas/userSaveSettingsResponse.ts +1 -3
- package/src/schemas/userSetFlairRequest.ts +1 -3
- package/src/schemas/userSetFlairRequestFlairText.ts +1 -3
- package/src/schemas/userSetFlairResponse.ts +1 -3
- package/src/schemas/userSetNoteRequest.ts +1 -3
- package/src/schemas/userSetNoteRequestNote.ts +1 -3
- package/src/schemas/userSetNoteResponse.ts +1 -3
- package/src/schemas/userSubscribeRequest.ts +1 -3
- package/src/schemas/userSubscribeResponse.ts +1 -3
- package/src/schemas/userUnbanRequest.ts +1 -3
- package/src/schemas/userUnreadCountsResponse.ts +1 -3
- package/src/schemas/widthHeight.ts +1 -3
- package/src/zod/admin/admin.ts +1 -3
- package/src/zod/comment/comment.ts +16 -17
- package/src/zod/community/community.ts +2 -4
- package/src/zod/feed/feed.ts +1 -3
- package/src/zod/misc/misc.ts +10 -12
- package/src/zod/post/post.ts +35 -35
- package/src/zod/private-message/private-message.ts +1 -3
- package/src/zod/site/site.ts +1 -3
- package/src/zod/topic/topic.ts +1 -3
- package/src/zod/upload/upload.ts +1 -3
- package/src/zod/user/user.ts +10 -12
- package/dist/schemas/unprocessableEntityResponse.d.ts +0 -12
- package/dist/schemas/unprocessableEntityResponse.d.ts.map +0 -1
- package/dist/schemas/unprocessableEntityResponse.js +0 -2
- package/dist/schemas/unprocessableEntityResponse.js.map +0 -1
- package/src/schemas/unprocessableEntityResponse.ts +0 -12
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval
|
|
2
|
+
* Generated by orval
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* PieFed 1.6 Alpha API
|
|
5
|
-
* OpenAPI spec version: alpha 1.6
|
|
6
4
|
*/
|
|
7
5
|
import * as zod from 'zod';
|
|
8
6
|
/**
|
|
@@ -11,10 +9,12 @@ import * as zod from 'zod';
|
|
|
11
9
|
export declare const getApiAlphaCommentListQueryLimitDefault = 10;
|
|
12
10
|
export declare const getApiAlphaCommentListQueryPageDefault = 1;
|
|
13
11
|
export declare const getApiAlphaCommentListQuerySortDefault = "New";
|
|
12
|
+
export declare const getApiAlphaCommentListQueryTypeDefault = "All";
|
|
14
13
|
export declare const getApiAlphaCommentListQueryParams: zod.ZodObject<{
|
|
15
14
|
limit: zod.ZodDefault<zod.ZodNumber>;
|
|
16
15
|
page: zod.ZodDefault<zod.ZodNumber>;
|
|
17
16
|
sort: zod.ZodDefault<zod.ZodEnum<["Hot", "Top", "TopAll", "New", "Old", "Controversial"]>>;
|
|
17
|
+
type_: zod.ZodDefault<zod.ZodEnum<["All", "Local", "Subscribed", "Popular", "Moderating", "ModeratorView"]>>;
|
|
18
18
|
liked_only: zod.ZodOptional<zod.ZodBoolean>;
|
|
19
19
|
saved_only: zod.ZodOptional<zod.ZodBoolean>;
|
|
20
20
|
person_id: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -27,6 +27,7 @@ export declare const getApiAlphaCommentListQueryParams: zod.ZodObject<{
|
|
|
27
27
|
limit: number;
|
|
28
28
|
page: number;
|
|
29
29
|
sort: "Old" | "New" | "Hot" | "Top" | "TopAll" | "Controversial";
|
|
30
|
+
type_: "Subscribed" | "Local" | "All" | "Popular" | "Moderating" | "ModeratorView";
|
|
30
31
|
post_id?: number | undefined;
|
|
31
32
|
liked_only?: boolean | undefined;
|
|
32
33
|
saved_only?: boolean | undefined;
|
|
@@ -40,6 +41,7 @@ export declare const getApiAlphaCommentListQueryParams: zod.ZodObject<{
|
|
|
40
41
|
limit?: number | undefined;
|
|
41
42
|
page?: number | undefined;
|
|
42
43
|
sort?: "Old" | "New" | "Hot" | "Top" | "TopAll" | "Controversial" | undefined;
|
|
44
|
+
type_?: "Subscribed" | "Local" | "All" | "Popular" | "Moderating" | "ModeratorView" | undefined;
|
|
43
45
|
liked_only?: boolean | undefined;
|
|
44
46
|
saved_only?: boolean | undefined;
|
|
45
47
|
person_id?: number | undefined;
|
|
@@ -374,7 +376,7 @@ export declare const getApiAlphaCommentListResponse: zod.ZodObject<{
|
|
|
374
376
|
}>, "many">>>;
|
|
375
377
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
376
378
|
start: zod.ZodString;
|
|
377
|
-
end: zod.
|
|
379
|
+
end: zod.ZodString;
|
|
378
380
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
379
381
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
380
382
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -390,7 +392,7 @@ export declare const getApiAlphaCommentListResponse: zod.ZodObject<{
|
|
|
390
392
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
391
393
|
}, "strip", zod.ZodTypeAny, {
|
|
392
394
|
start: string;
|
|
393
|
-
end
|
|
395
|
+
end: string;
|
|
394
396
|
timezone?: string | undefined;
|
|
395
397
|
max_attendees?: number | undefined;
|
|
396
398
|
participant_count?: number | undefined;
|
|
@@ -406,7 +408,7 @@ export declare const getApiAlphaCommentListResponse: zod.ZodObject<{
|
|
|
406
408
|
location?: Record<string, unknown> | null | undefined;
|
|
407
409
|
}, {
|
|
408
410
|
start: string;
|
|
409
|
-
end
|
|
411
|
+
end: string;
|
|
410
412
|
timezone?: string | undefined;
|
|
411
413
|
max_attendees?: number | undefined;
|
|
412
414
|
participant_count?: number | undefined;
|
|
@@ -510,7 +512,7 @@ export declare const getApiAlphaCommentListResponse: zod.ZodObject<{
|
|
|
510
512
|
tags?: string | null | undefined;
|
|
511
513
|
event?: {
|
|
512
514
|
start: string;
|
|
513
|
-
end
|
|
515
|
+
end: string;
|
|
514
516
|
timezone?: string | undefined;
|
|
515
517
|
max_attendees?: number | undefined;
|
|
516
518
|
participant_count?: number | undefined;
|
|
@@ -580,7 +582,7 @@ export declare const getApiAlphaCommentListResponse: zod.ZodObject<{
|
|
|
580
582
|
tags?: string | null | undefined;
|
|
581
583
|
event?: {
|
|
582
584
|
start: string;
|
|
583
|
-
end
|
|
585
|
+
end: string;
|
|
584
586
|
timezone?: string | undefined;
|
|
585
587
|
max_attendees?: number | undefined;
|
|
586
588
|
participant_count?: number | undefined;
|
|
@@ -739,7 +741,7 @@ export declare const getApiAlphaCommentListResponse: zod.ZodObject<{
|
|
|
739
741
|
tags?: string | null | undefined;
|
|
740
742
|
event?: {
|
|
741
743
|
start: string;
|
|
742
|
-
end
|
|
744
|
+
end: string;
|
|
743
745
|
timezone?: string | undefined;
|
|
744
746
|
max_attendees?: number | undefined;
|
|
745
747
|
participant_count?: number | undefined;
|
|
@@ -898,7 +900,7 @@ export declare const getApiAlphaCommentListResponse: zod.ZodObject<{
|
|
|
898
900
|
tags?: string | null | undefined;
|
|
899
901
|
event?: {
|
|
900
902
|
start: string;
|
|
901
|
-
end
|
|
903
|
+
end: string;
|
|
902
904
|
timezone?: string | undefined;
|
|
903
905
|
max_attendees?: number | undefined;
|
|
904
906
|
participant_count?: number | undefined;
|
|
@@ -1060,7 +1062,7 @@ export declare const getApiAlphaCommentListResponse: zod.ZodObject<{
|
|
|
1060
1062
|
tags?: string | null | undefined;
|
|
1061
1063
|
event?: {
|
|
1062
1064
|
start: string;
|
|
1063
|
-
end
|
|
1065
|
+
end: string;
|
|
1064
1066
|
timezone?: string | undefined;
|
|
1065
1067
|
max_attendees?: number | undefined;
|
|
1066
1068
|
participant_count?: number | undefined;
|
|
@@ -1222,7 +1224,7 @@ export declare const getApiAlphaCommentListResponse: zod.ZodObject<{
|
|
|
1222
1224
|
tags?: string | null | undefined;
|
|
1223
1225
|
event?: {
|
|
1224
1226
|
start: string;
|
|
1225
|
-
end
|
|
1227
|
+
end: string;
|
|
1226
1228
|
timezone?: string | undefined;
|
|
1227
1229
|
max_attendees?: number | undefined;
|
|
1228
1230
|
participant_count?: number | undefined;
|
|
@@ -1604,7 +1606,7 @@ export declare const postApiAlphaCommentLikeResponse: zod.ZodObject<{
|
|
|
1604
1606
|
}>, "many">>>;
|
|
1605
1607
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
1606
1608
|
start: zod.ZodString;
|
|
1607
|
-
end: zod.
|
|
1609
|
+
end: zod.ZodString;
|
|
1608
1610
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
1609
1611
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
1610
1612
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1620,7 +1622,7 @@ export declare const postApiAlphaCommentLikeResponse: zod.ZodObject<{
|
|
|
1620
1622
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
1621
1623
|
}, "strip", zod.ZodTypeAny, {
|
|
1622
1624
|
start: string;
|
|
1623
|
-
end
|
|
1625
|
+
end: string;
|
|
1624
1626
|
timezone?: string | undefined;
|
|
1625
1627
|
max_attendees?: number | undefined;
|
|
1626
1628
|
participant_count?: number | undefined;
|
|
@@ -1636,7 +1638,7 @@ export declare const postApiAlphaCommentLikeResponse: zod.ZodObject<{
|
|
|
1636
1638
|
location?: Record<string, unknown> | null | undefined;
|
|
1637
1639
|
}, {
|
|
1638
1640
|
start: string;
|
|
1639
|
-
end
|
|
1641
|
+
end: string;
|
|
1640
1642
|
timezone?: string | undefined;
|
|
1641
1643
|
max_attendees?: number | undefined;
|
|
1642
1644
|
participant_count?: number | undefined;
|
|
@@ -1740,7 +1742,7 @@ export declare const postApiAlphaCommentLikeResponse: zod.ZodObject<{
|
|
|
1740
1742
|
tags?: string | null | undefined;
|
|
1741
1743
|
event?: {
|
|
1742
1744
|
start: string;
|
|
1743
|
-
end
|
|
1745
|
+
end: string;
|
|
1744
1746
|
timezone?: string | undefined;
|
|
1745
1747
|
max_attendees?: number | undefined;
|
|
1746
1748
|
participant_count?: number | undefined;
|
|
@@ -1810,7 +1812,7 @@ export declare const postApiAlphaCommentLikeResponse: zod.ZodObject<{
|
|
|
1810
1812
|
tags?: string | null | undefined;
|
|
1811
1813
|
event?: {
|
|
1812
1814
|
start: string;
|
|
1813
|
-
end
|
|
1815
|
+
end: string;
|
|
1814
1816
|
timezone?: string | undefined;
|
|
1815
1817
|
max_attendees?: number | undefined;
|
|
1816
1818
|
participant_count?: number | undefined;
|
|
@@ -1969,7 +1971,7 @@ export declare const postApiAlphaCommentLikeResponse: zod.ZodObject<{
|
|
|
1969
1971
|
tags?: string | null | undefined;
|
|
1970
1972
|
event?: {
|
|
1971
1973
|
start: string;
|
|
1972
|
-
end
|
|
1974
|
+
end: string;
|
|
1973
1975
|
timezone?: string | undefined;
|
|
1974
1976
|
max_attendees?: number | undefined;
|
|
1975
1977
|
participant_count?: number | undefined;
|
|
@@ -2128,7 +2130,7 @@ export declare const postApiAlphaCommentLikeResponse: zod.ZodObject<{
|
|
|
2128
2130
|
tags?: string | null | undefined;
|
|
2129
2131
|
event?: {
|
|
2130
2132
|
start: string;
|
|
2131
|
-
end
|
|
2133
|
+
end: string;
|
|
2132
2134
|
timezone?: string | undefined;
|
|
2133
2135
|
max_attendees?: number | undefined;
|
|
2134
2136
|
participant_count?: number | undefined;
|
|
@@ -2289,7 +2291,7 @@ export declare const postApiAlphaCommentLikeResponse: zod.ZodObject<{
|
|
|
2289
2291
|
tags?: string | null | undefined;
|
|
2290
2292
|
event?: {
|
|
2291
2293
|
start: string;
|
|
2292
|
-
end
|
|
2294
|
+
end: string;
|
|
2293
2295
|
timezone?: string | undefined;
|
|
2294
2296
|
max_attendees?: number | undefined;
|
|
2295
2297
|
participant_count?: number | undefined;
|
|
@@ -2450,7 +2452,7 @@ export declare const postApiAlphaCommentLikeResponse: zod.ZodObject<{
|
|
|
2450
2452
|
tags?: string | null | undefined;
|
|
2451
2453
|
event?: {
|
|
2452
2454
|
start: string;
|
|
2453
|
-
end
|
|
2455
|
+
end: string;
|
|
2454
2456
|
timezone?: string | undefined;
|
|
2455
2457
|
max_attendees?: number | undefined;
|
|
2456
2458
|
participant_count?: number | undefined;
|
|
@@ -2824,7 +2826,7 @@ export declare const putApiAlphaCommentSaveResponse: zod.ZodObject<{
|
|
|
2824
2826
|
}>, "many">>>;
|
|
2825
2827
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
2826
2828
|
start: zod.ZodString;
|
|
2827
|
-
end: zod.
|
|
2829
|
+
end: zod.ZodString;
|
|
2828
2830
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
2829
2831
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
2830
2832
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -2840,7 +2842,7 @@ export declare const putApiAlphaCommentSaveResponse: zod.ZodObject<{
|
|
|
2840
2842
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
2841
2843
|
}, "strip", zod.ZodTypeAny, {
|
|
2842
2844
|
start: string;
|
|
2843
|
-
end
|
|
2845
|
+
end: string;
|
|
2844
2846
|
timezone?: string | undefined;
|
|
2845
2847
|
max_attendees?: number | undefined;
|
|
2846
2848
|
participant_count?: number | undefined;
|
|
@@ -2856,7 +2858,7 @@ export declare const putApiAlphaCommentSaveResponse: zod.ZodObject<{
|
|
|
2856
2858
|
location?: Record<string, unknown> | null | undefined;
|
|
2857
2859
|
}, {
|
|
2858
2860
|
start: string;
|
|
2859
|
-
end
|
|
2861
|
+
end: string;
|
|
2860
2862
|
timezone?: string | undefined;
|
|
2861
2863
|
max_attendees?: number | undefined;
|
|
2862
2864
|
participant_count?: number | undefined;
|
|
@@ -2960,7 +2962,7 @@ export declare const putApiAlphaCommentSaveResponse: zod.ZodObject<{
|
|
|
2960
2962
|
tags?: string | null | undefined;
|
|
2961
2963
|
event?: {
|
|
2962
2964
|
start: string;
|
|
2963
|
-
end
|
|
2965
|
+
end: string;
|
|
2964
2966
|
timezone?: string | undefined;
|
|
2965
2967
|
max_attendees?: number | undefined;
|
|
2966
2968
|
participant_count?: number | undefined;
|
|
@@ -3030,7 +3032,7 @@ export declare const putApiAlphaCommentSaveResponse: zod.ZodObject<{
|
|
|
3030
3032
|
tags?: string | null | undefined;
|
|
3031
3033
|
event?: {
|
|
3032
3034
|
start: string;
|
|
3033
|
-
end
|
|
3035
|
+
end: string;
|
|
3034
3036
|
timezone?: string | undefined;
|
|
3035
3037
|
max_attendees?: number | undefined;
|
|
3036
3038
|
participant_count?: number | undefined;
|
|
@@ -3189,7 +3191,7 @@ export declare const putApiAlphaCommentSaveResponse: zod.ZodObject<{
|
|
|
3189
3191
|
tags?: string | null | undefined;
|
|
3190
3192
|
event?: {
|
|
3191
3193
|
start: string;
|
|
3192
|
-
end
|
|
3194
|
+
end: string;
|
|
3193
3195
|
timezone?: string | undefined;
|
|
3194
3196
|
max_attendees?: number | undefined;
|
|
3195
3197
|
participant_count?: number | undefined;
|
|
@@ -3348,7 +3350,7 @@ export declare const putApiAlphaCommentSaveResponse: zod.ZodObject<{
|
|
|
3348
3350
|
tags?: string | null | undefined;
|
|
3349
3351
|
event?: {
|
|
3350
3352
|
start: string;
|
|
3351
|
-
end
|
|
3353
|
+
end: string;
|
|
3352
3354
|
timezone?: string | undefined;
|
|
3353
3355
|
max_attendees?: number | undefined;
|
|
3354
3356
|
participant_count?: number | undefined;
|
|
@@ -3509,7 +3511,7 @@ export declare const putApiAlphaCommentSaveResponse: zod.ZodObject<{
|
|
|
3509
3511
|
tags?: string | null | undefined;
|
|
3510
3512
|
event?: {
|
|
3511
3513
|
start: string;
|
|
3512
|
-
end
|
|
3514
|
+
end: string;
|
|
3513
3515
|
timezone?: string | undefined;
|
|
3514
3516
|
max_attendees?: number | undefined;
|
|
3515
3517
|
participant_count?: number | undefined;
|
|
@@ -3670,7 +3672,7 @@ export declare const putApiAlphaCommentSaveResponse: zod.ZodObject<{
|
|
|
3670
3672
|
tags?: string | null | undefined;
|
|
3671
3673
|
event?: {
|
|
3672
3674
|
start: string;
|
|
3673
|
-
end
|
|
3675
|
+
end: string;
|
|
3674
3676
|
timezone?: string | undefined;
|
|
3675
3677
|
max_attendees?: number | undefined;
|
|
3676
3678
|
participant_count?: number | undefined;
|
|
@@ -4044,7 +4046,7 @@ export declare const putApiAlphaCommentSubscribeResponse: zod.ZodObject<{
|
|
|
4044
4046
|
}>, "many">>>;
|
|
4045
4047
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
4046
4048
|
start: zod.ZodString;
|
|
4047
|
-
end: zod.
|
|
4049
|
+
end: zod.ZodString;
|
|
4048
4050
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
4049
4051
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
4050
4052
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4060,7 +4062,7 @@ export declare const putApiAlphaCommentSubscribeResponse: zod.ZodObject<{
|
|
|
4060
4062
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
4061
4063
|
}, "strip", zod.ZodTypeAny, {
|
|
4062
4064
|
start: string;
|
|
4063
|
-
end
|
|
4065
|
+
end: string;
|
|
4064
4066
|
timezone?: string | undefined;
|
|
4065
4067
|
max_attendees?: number | undefined;
|
|
4066
4068
|
participant_count?: number | undefined;
|
|
@@ -4076,7 +4078,7 @@ export declare const putApiAlphaCommentSubscribeResponse: zod.ZodObject<{
|
|
|
4076
4078
|
location?: Record<string, unknown> | null | undefined;
|
|
4077
4079
|
}, {
|
|
4078
4080
|
start: string;
|
|
4079
|
-
end
|
|
4081
|
+
end: string;
|
|
4080
4082
|
timezone?: string | undefined;
|
|
4081
4083
|
max_attendees?: number | undefined;
|
|
4082
4084
|
participant_count?: number | undefined;
|
|
@@ -4180,7 +4182,7 @@ export declare const putApiAlphaCommentSubscribeResponse: zod.ZodObject<{
|
|
|
4180
4182
|
tags?: string | null | undefined;
|
|
4181
4183
|
event?: {
|
|
4182
4184
|
start: string;
|
|
4183
|
-
end
|
|
4185
|
+
end: string;
|
|
4184
4186
|
timezone?: string | undefined;
|
|
4185
4187
|
max_attendees?: number | undefined;
|
|
4186
4188
|
participant_count?: number | undefined;
|
|
@@ -4250,7 +4252,7 @@ export declare const putApiAlphaCommentSubscribeResponse: zod.ZodObject<{
|
|
|
4250
4252
|
tags?: string | null | undefined;
|
|
4251
4253
|
event?: {
|
|
4252
4254
|
start: string;
|
|
4253
|
-
end
|
|
4255
|
+
end: string;
|
|
4254
4256
|
timezone?: string | undefined;
|
|
4255
4257
|
max_attendees?: number | undefined;
|
|
4256
4258
|
participant_count?: number | undefined;
|
|
@@ -4409,7 +4411,7 @@ export declare const putApiAlphaCommentSubscribeResponse: zod.ZodObject<{
|
|
|
4409
4411
|
tags?: string | null | undefined;
|
|
4410
4412
|
event?: {
|
|
4411
4413
|
start: string;
|
|
4412
|
-
end
|
|
4414
|
+
end: string;
|
|
4413
4415
|
timezone?: string | undefined;
|
|
4414
4416
|
max_attendees?: number | undefined;
|
|
4415
4417
|
participant_count?: number | undefined;
|
|
@@ -4568,7 +4570,7 @@ export declare const putApiAlphaCommentSubscribeResponse: zod.ZodObject<{
|
|
|
4568
4570
|
tags?: string | null | undefined;
|
|
4569
4571
|
event?: {
|
|
4570
4572
|
start: string;
|
|
4571
|
-
end
|
|
4573
|
+
end: string;
|
|
4572
4574
|
timezone?: string | undefined;
|
|
4573
4575
|
max_attendees?: number | undefined;
|
|
4574
4576
|
participant_count?: number | undefined;
|
|
@@ -4729,7 +4731,7 @@ export declare const putApiAlphaCommentSubscribeResponse: zod.ZodObject<{
|
|
|
4729
4731
|
tags?: string | null | undefined;
|
|
4730
4732
|
event?: {
|
|
4731
4733
|
start: string;
|
|
4732
|
-
end
|
|
4734
|
+
end: string;
|
|
4733
4735
|
timezone?: string | undefined;
|
|
4734
4736
|
max_attendees?: number | undefined;
|
|
4735
4737
|
participant_count?: number | undefined;
|
|
@@ -4890,7 +4892,7 @@ export declare const putApiAlphaCommentSubscribeResponse: zod.ZodObject<{
|
|
|
4890
4892
|
tags?: string | null | undefined;
|
|
4891
4893
|
event?: {
|
|
4892
4894
|
start: string;
|
|
4893
|
-
end
|
|
4895
|
+
end: string;
|
|
4894
4896
|
timezone?: string | undefined;
|
|
4895
4897
|
max_attendees?: number | undefined;
|
|
4896
4898
|
participant_count?: number | undefined;
|
|
@@ -5270,7 +5272,7 @@ export declare const postApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
5270
5272
|
}>, "many">>>;
|
|
5271
5273
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
5272
5274
|
start: zod.ZodString;
|
|
5273
|
-
end: zod.
|
|
5275
|
+
end: zod.ZodString;
|
|
5274
5276
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
5275
5277
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
5276
5278
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5286,7 +5288,7 @@ export declare const postApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
5286
5288
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
5287
5289
|
}, "strip", zod.ZodTypeAny, {
|
|
5288
5290
|
start: string;
|
|
5289
|
-
end
|
|
5291
|
+
end: string;
|
|
5290
5292
|
timezone?: string | undefined;
|
|
5291
5293
|
max_attendees?: number | undefined;
|
|
5292
5294
|
participant_count?: number | undefined;
|
|
@@ -5302,7 +5304,7 @@ export declare const postApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
5302
5304
|
location?: Record<string, unknown> | null | undefined;
|
|
5303
5305
|
}, {
|
|
5304
5306
|
start: string;
|
|
5305
|
-
end
|
|
5307
|
+
end: string;
|
|
5306
5308
|
timezone?: string | undefined;
|
|
5307
5309
|
max_attendees?: number | undefined;
|
|
5308
5310
|
participant_count?: number | undefined;
|
|
@@ -5406,7 +5408,7 @@ export declare const postApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
5406
5408
|
tags?: string | null | undefined;
|
|
5407
5409
|
event?: {
|
|
5408
5410
|
start: string;
|
|
5409
|
-
end
|
|
5411
|
+
end: string;
|
|
5410
5412
|
timezone?: string | undefined;
|
|
5411
5413
|
max_attendees?: number | undefined;
|
|
5412
5414
|
participant_count?: number | undefined;
|
|
@@ -5476,7 +5478,7 @@ export declare const postApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
5476
5478
|
tags?: string | null | undefined;
|
|
5477
5479
|
event?: {
|
|
5478
5480
|
start: string;
|
|
5479
|
-
end
|
|
5481
|
+
end: string;
|
|
5480
5482
|
timezone?: string | undefined;
|
|
5481
5483
|
max_attendees?: number | undefined;
|
|
5482
5484
|
participant_count?: number | undefined;
|
|
@@ -5635,7 +5637,7 @@ export declare const postApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
5635
5637
|
tags?: string | null | undefined;
|
|
5636
5638
|
event?: {
|
|
5637
5639
|
start: string;
|
|
5638
|
-
end
|
|
5640
|
+
end: string;
|
|
5639
5641
|
timezone?: string | undefined;
|
|
5640
5642
|
max_attendees?: number | undefined;
|
|
5641
5643
|
participant_count?: number | undefined;
|
|
@@ -5794,7 +5796,7 @@ export declare const postApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
5794
5796
|
tags?: string | null | undefined;
|
|
5795
5797
|
event?: {
|
|
5796
5798
|
start: string;
|
|
5797
|
-
end
|
|
5799
|
+
end: string;
|
|
5798
5800
|
timezone?: string | undefined;
|
|
5799
5801
|
max_attendees?: number | undefined;
|
|
5800
5802
|
participant_count?: number | undefined;
|
|
@@ -5955,7 +5957,7 @@ export declare const postApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
5955
5957
|
tags?: string | null | undefined;
|
|
5956
5958
|
event?: {
|
|
5957
5959
|
start: string;
|
|
5958
|
-
end
|
|
5960
|
+
end: string;
|
|
5959
5961
|
timezone?: string | undefined;
|
|
5960
5962
|
max_attendees?: number | undefined;
|
|
5961
5963
|
participant_count?: number | undefined;
|
|
@@ -6116,7 +6118,7 @@ export declare const postApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
6116
6118
|
tags?: string | null | undefined;
|
|
6117
6119
|
event?: {
|
|
6118
6120
|
start: string;
|
|
6119
|
-
end
|
|
6121
|
+
end: string;
|
|
6120
6122
|
timezone?: string | undefined;
|
|
6121
6123
|
max_attendees?: number | undefined;
|
|
6122
6124
|
participant_count?: number | undefined;
|
|
@@ -6497,7 +6499,7 @@ export declare const putApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
6497
6499
|
}>, "many">>>;
|
|
6498
6500
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
6499
6501
|
start: zod.ZodString;
|
|
6500
|
-
end: zod.
|
|
6502
|
+
end: zod.ZodString;
|
|
6501
6503
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
6502
6504
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
6503
6505
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6513,7 +6515,7 @@ export declare const putApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
6513
6515
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
6514
6516
|
}, "strip", zod.ZodTypeAny, {
|
|
6515
6517
|
start: string;
|
|
6516
|
-
end
|
|
6518
|
+
end: string;
|
|
6517
6519
|
timezone?: string | undefined;
|
|
6518
6520
|
max_attendees?: number | undefined;
|
|
6519
6521
|
participant_count?: number | undefined;
|
|
@@ -6529,7 +6531,7 @@ export declare const putApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
6529
6531
|
location?: Record<string, unknown> | null | undefined;
|
|
6530
6532
|
}, {
|
|
6531
6533
|
start: string;
|
|
6532
|
-
end
|
|
6534
|
+
end: string;
|
|
6533
6535
|
timezone?: string | undefined;
|
|
6534
6536
|
max_attendees?: number | undefined;
|
|
6535
6537
|
participant_count?: number | undefined;
|
|
@@ -6633,7 +6635,7 @@ export declare const putApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
6633
6635
|
tags?: string | null | undefined;
|
|
6634
6636
|
event?: {
|
|
6635
6637
|
start: string;
|
|
6636
|
-
end
|
|
6638
|
+
end: string;
|
|
6637
6639
|
timezone?: string | undefined;
|
|
6638
6640
|
max_attendees?: number | undefined;
|
|
6639
6641
|
participant_count?: number | undefined;
|
|
@@ -6703,7 +6705,7 @@ export declare const putApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
6703
6705
|
tags?: string | null | undefined;
|
|
6704
6706
|
event?: {
|
|
6705
6707
|
start: string;
|
|
6706
|
-
end
|
|
6708
|
+
end: string;
|
|
6707
6709
|
timezone?: string | undefined;
|
|
6708
6710
|
max_attendees?: number | undefined;
|
|
6709
6711
|
participant_count?: number | undefined;
|
|
@@ -6862,7 +6864,7 @@ export declare const putApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
6862
6864
|
tags?: string | null | undefined;
|
|
6863
6865
|
event?: {
|
|
6864
6866
|
start: string;
|
|
6865
|
-
end
|
|
6867
|
+
end: string;
|
|
6866
6868
|
timezone?: string | undefined;
|
|
6867
6869
|
max_attendees?: number | undefined;
|
|
6868
6870
|
participant_count?: number | undefined;
|
|
@@ -7021,7 +7023,7 @@ export declare const putApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
7021
7023
|
tags?: string | null | undefined;
|
|
7022
7024
|
event?: {
|
|
7023
7025
|
start: string;
|
|
7024
|
-
end
|
|
7026
|
+
end: string;
|
|
7025
7027
|
timezone?: string | undefined;
|
|
7026
7028
|
max_attendees?: number | undefined;
|
|
7027
7029
|
participant_count?: number | undefined;
|
|
@@ -7182,7 +7184,7 @@ export declare const putApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
7182
7184
|
tags?: string | null | undefined;
|
|
7183
7185
|
event?: {
|
|
7184
7186
|
start: string;
|
|
7185
|
-
end
|
|
7187
|
+
end: string;
|
|
7186
7188
|
timezone?: string | undefined;
|
|
7187
7189
|
max_attendees?: number | undefined;
|
|
7188
7190
|
participant_count?: number | undefined;
|
|
@@ -7343,7 +7345,7 @@ export declare const putApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
7343
7345
|
tags?: string | null | undefined;
|
|
7344
7346
|
event?: {
|
|
7345
7347
|
start: string;
|
|
7346
|
-
end
|
|
7348
|
+
end: string;
|
|
7347
7349
|
timezone?: string | undefined;
|
|
7348
7350
|
max_attendees?: number | undefined;
|
|
7349
7351
|
participant_count?: number | undefined;
|
|
@@ -7714,7 +7716,7 @@ export declare const getApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
7714
7716
|
}>, "many">>>;
|
|
7715
7717
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
7716
7718
|
start: zod.ZodString;
|
|
7717
|
-
end: zod.
|
|
7719
|
+
end: zod.ZodString;
|
|
7718
7720
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
7719
7721
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
7720
7722
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -7730,7 +7732,7 @@ export declare const getApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
7730
7732
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
7731
7733
|
}, "strip", zod.ZodTypeAny, {
|
|
7732
7734
|
start: string;
|
|
7733
|
-
end
|
|
7735
|
+
end: string;
|
|
7734
7736
|
timezone?: string | undefined;
|
|
7735
7737
|
max_attendees?: number | undefined;
|
|
7736
7738
|
participant_count?: number | undefined;
|
|
@@ -7746,7 +7748,7 @@ export declare const getApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
7746
7748
|
location?: Record<string, unknown> | null | undefined;
|
|
7747
7749
|
}, {
|
|
7748
7750
|
start: string;
|
|
7749
|
-
end
|
|
7751
|
+
end: string;
|
|
7750
7752
|
timezone?: string | undefined;
|
|
7751
7753
|
max_attendees?: number | undefined;
|
|
7752
7754
|
participant_count?: number | undefined;
|
|
@@ -7850,7 +7852,7 @@ export declare const getApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
7850
7852
|
tags?: string | null | undefined;
|
|
7851
7853
|
event?: {
|
|
7852
7854
|
start: string;
|
|
7853
|
-
end
|
|
7855
|
+
end: string;
|
|
7854
7856
|
timezone?: string | undefined;
|
|
7855
7857
|
max_attendees?: number | undefined;
|
|
7856
7858
|
participant_count?: number | undefined;
|
|
@@ -7920,7 +7922,7 @@ export declare const getApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
7920
7922
|
tags?: string | null | undefined;
|
|
7921
7923
|
event?: {
|
|
7922
7924
|
start: string;
|
|
7923
|
-
end
|
|
7925
|
+
end: string;
|
|
7924
7926
|
timezone?: string | undefined;
|
|
7925
7927
|
max_attendees?: number | undefined;
|
|
7926
7928
|
participant_count?: number | undefined;
|
|
@@ -8079,7 +8081,7 @@ export declare const getApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
8079
8081
|
tags?: string | null | undefined;
|
|
8080
8082
|
event?: {
|
|
8081
8083
|
start: string;
|
|
8082
|
-
end
|
|
8084
|
+
end: string;
|
|
8083
8085
|
timezone?: string | undefined;
|
|
8084
8086
|
max_attendees?: number | undefined;
|
|
8085
8087
|
participant_count?: number | undefined;
|
|
@@ -8238,7 +8240,7 @@ export declare const getApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
8238
8240
|
tags?: string | null | undefined;
|
|
8239
8241
|
event?: {
|
|
8240
8242
|
start: string;
|
|
8241
|
-
end
|
|
8243
|
+
end: string;
|
|
8242
8244
|
timezone?: string | undefined;
|
|
8243
8245
|
max_attendees?: number | undefined;
|
|
8244
8246
|
participant_count?: number | undefined;
|
|
@@ -8399,7 +8401,7 @@ export declare const getApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
8399
8401
|
tags?: string | null | undefined;
|
|
8400
8402
|
event?: {
|
|
8401
8403
|
start: string;
|
|
8402
|
-
end
|
|
8404
|
+
end: string;
|
|
8403
8405
|
timezone?: string | undefined;
|
|
8404
8406
|
max_attendees?: number | undefined;
|
|
8405
8407
|
participant_count?: number | undefined;
|
|
@@ -8560,7 +8562,7 @@ export declare const getApiAlphaCommentResponse: zod.ZodObject<{
|
|
|
8560
8562
|
tags?: string | null | undefined;
|
|
8561
8563
|
event?: {
|
|
8562
8564
|
start: string;
|
|
8563
|
-
end
|
|
8565
|
+
end: string;
|
|
8564
8566
|
timezone?: string | undefined;
|
|
8565
8567
|
max_attendees?: number | undefined;
|
|
8566
8568
|
participant_count?: number | undefined;
|
|
@@ -8934,7 +8936,7 @@ export declare const postApiAlphaCommentDeleteResponse: zod.ZodObject<{
|
|
|
8934
8936
|
}>, "many">>>;
|
|
8935
8937
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
8936
8938
|
start: zod.ZodString;
|
|
8937
|
-
end: zod.
|
|
8939
|
+
end: zod.ZodString;
|
|
8938
8940
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
8939
8941
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
8940
8942
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8950,7 +8952,7 @@ export declare const postApiAlphaCommentDeleteResponse: zod.ZodObject<{
|
|
|
8950
8952
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
8951
8953
|
}, "strip", zod.ZodTypeAny, {
|
|
8952
8954
|
start: string;
|
|
8953
|
-
end
|
|
8955
|
+
end: string;
|
|
8954
8956
|
timezone?: string | undefined;
|
|
8955
8957
|
max_attendees?: number | undefined;
|
|
8956
8958
|
participant_count?: number | undefined;
|
|
@@ -8966,7 +8968,7 @@ export declare const postApiAlphaCommentDeleteResponse: zod.ZodObject<{
|
|
|
8966
8968
|
location?: Record<string, unknown> | null | undefined;
|
|
8967
8969
|
}, {
|
|
8968
8970
|
start: string;
|
|
8969
|
-
end
|
|
8971
|
+
end: string;
|
|
8970
8972
|
timezone?: string | undefined;
|
|
8971
8973
|
max_attendees?: number | undefined;
|
|
8972
8974
|
participant_count?: number | undefined;
|
|
@@ -9070,7 +9072,7 @@ export declare const postApiAlphaCommentDeleteResponse: zod.ZodObject<{
|
|
|
9070
9072
|
tags?: string | null | undefined;
|
|
9071
9073
|
event?: {
|
|
9072
9074
|
start: string;
|
|
9073
|
-
end
|
|
9075
|
+
end: string;
|
|
9074
9076
|
timezone?: string | undefined;
|
|
9075
9077
|
max_attendees?: number | undefined;
|
|
9076
9078
|
participant_count?: number | undefined;
|
|
@@ -9140,7 +9142,7 @@ export declare const postApiAlphaCommentDeleteResponse: zod.ZodObject<{
|
|
|
9140
9142
|
tags?: string | null | undefined;
|
|
9141
9143
|
event?: {
|
|
9142
9144
|
start: string;
|
|
9143
|
-
end
|
|
9145
|
+
end: string;
|
|
9144
9146
|
timezone?: string | undefined;
|
|
9145
9147
|
max_attendees?: number | undefined;
|
|
9146
9148
|
participant_count?: number | undefined;
|
|
@@ -9299,7 +9301,7 @@ export declare const postApiAlphaCommentDeleteResponse: zod.ZodObject<{
|
|
|
9299
9301
|
tags?: string | null | undefined;
|
|
9300
9302
|
event?: {
|
|
9301
9303
|
start: string;
|
|
9302
|
-
end
|
|
9304
|
+
end: string;
|
|
9303
9305
|
timezone?: string | undefined;
|
|
9304
9306
|
max_attendees?: number | undefined;
|
|
9305
9307
|
participant_count?: number | undefined;
|
|
@@ -9458,7 +9460,7 @@ export declare const postApiAlphaCommentDeleteResponse: zod.ZodObject<{
|
|
|
9458
9460
|
tags?: string | null | undefined;
|
|
9459
9461
|
event?: {
|
|
9460
9462
|
start: string;
|
|
9461
|
-
end
|
|
9463
|
+
end: string;
|
|
9462
9464
|
timezone?: string | undefined;
|
|
9463
9465
|
max_attendees?: number | undefined;
|
|
9464
9466
|
participant_count?: number | undefined;
|
|
@@ -9619,7 +9621,7 @@ export declare const postApiAlphaCommentDeleteResponse: zod.ZodObject<{
|
|
|
9619
9621
|
tags?: string | null | undefined;
|
|
9620
9622
|
event?: {
|
|
9621
9623
|
start: string;
|
|
9622
|
-
end
|
|
9624
|
+
end: string;
|
|
9623
9625
|
timezone?: string | undefined;
|
|
9624
9626
|
max_attendees?: number | undefined;
|
|
9625
9627
|
participant_count?: number | undefined;
|
|
@@ -9780,7 +9782,7 @@ export declare const postApiAlphaCommentDeleteResponse: zod.ZodObject<{
|
|
|
9780
9782
|
tags?: string | null | undefined;
|
|
9781
9783
|
event?: {
|
|
9782
9784
|
start: string;
|
|
9783
|
-
end
|
|
9785
|
+
end: string;
|
|
9784
9786
|
timezone?: string | undefined;
|
|
9785
9787
|
max_attendees?: number | undefined;
|
|
9786
9788
|
participant_count?: number | undefined;
|
|
@@ -10163,7 +10165,7 @@ export declare const postApiAlphaCommentReportResponse: zod.ZodObject<{
|
|
|
10163
10165
|
}>, "many">>>;
|
|
10164
10166
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
10165
10167
|
start: zod.ZodString;
|
|
10166
|
-
end: zod.
|
|
10168
|
+
end: zod.ZodString;
|
|
10167
10169
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
10168
10170
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
10169
10171
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -10179,7 +10181,7 @@ export declare const postApiAlphaCommentReportResponse: zod.ZodObject<{
|
|
|
10179
10181
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
10180
10182
|
}, "strip", zod.ZodTypeAny, {
|
|
10181
10183
|
start: string;
|
|
10182
|
-
end
|
|
10184
|
+
end: string;
|
|
10183
10185
|
timezone?: string | undefined;
|
|
10184
10186
|
max_attendees?: number | undefined;
|
|
10185
10187
|
participant_count?: number | undefined;
|
|
@@ -10195,7 +10197,7 @@ export declare const postApiAlphaCommentReportResponse: zod.ZodObject<{
|
|
|
10195
10197
|
location?: Record<string, unknown> | null | undefined;
|
|
10196
10198
|
}, {
|
|
10197
10199
|
start: string;
|
|
10198
|
-
end
|
|
10200
|
+
end: string;
|
|
10199
10201
|
timezone?: string | undefined;
|
|
10200
10202
|
max_attendees?: number | undefined;
|
|
10201
10203
|
participant_count?: number | undefined;
|
|
@@ -10299,7 +10301,7 @@ export declare const postApiAlphaCommentReportResponse: zod.ZodObject<{
|
|
|
10299
10301
|
tags?: string | null | undefined;
|
|
10300
10302
|
event?: {
|
|
10301
10303
|
start: string;
|
|
10302
|
-
end
|
|
10304
|
+
end: string;
|
|
10303
10305
|
timezone?: string | undefined;
|
|
10304
10306
|
max_attendees?: number | undefined;
|
|
10305
10307
|
participant_count?: number | undefined;
|
|
@@ -10369,7 +10371,7 @@ export declare const postApiAlphaCommentReportResponse: zod.ZodObject<{
|
|
|
10369
10371
|
tags?: string | null | undefined;
|
|
10370
10372
|
event?: {
|
|
10371
10373
|
start: string;
|
|
10372
|
-
end
|
|
10374
|
+
end: string;
|
|
10373
10375
|
timezone?: string | undefined;
|
|
10374
10376
|
max_attendees?: number | undefined;
|
|
10375
10377
|
participant_count?: number | undefined;
|
|
@@ -10631,7 +10633,7 @@ export declare const postApiAlphaCommentReportResponse: zod.ZodObject<{
|
|
|
10631
10633
|
tags?: string | null | undefined;
|
|
10632
10634
|
event?: {
|
|
10633
10635
|
start: string;
|
|
10634
|
-
end
|
|
10636
|
+
end: string;
|
|
10635
10637
|
timezone?: string | undefined;
|
|
10636
10638
|
max_attendees?: number | undefined;
|
|
10637
10639
|
participant_count?: number | undefined;
|
|
@@ -10823,7 +10825,7 @@ export declare const postApiAlphaCommentReportResponse: zod.ZodObject<{
|
|
|
10823
10825
|
tags?: string | null | undefined;
|
|
10824
10826
|
event?: {
|
|
10825
10827
|
start: string;
|
|
10826
|
-
end
|
|
10828
|
+
end: string;
|
|
10827
10829
|
timezone?: string | undefined;
|
|
10828
10830
|
max_attendees?: number | undefined;
|
|
10829
10831
|
participant_count?: number | undefined;
|
|
@@ -11017,7 +11019,7 @@ export declare const postApiAlphaCommentReportResponse: zod.ZodObject<{
|
|
|
11017
11019
|
tags?: string | null | undefined;
|
|
11018
11020
|
event?: {
|
|
11019
11021
|
start: string;
|
|
11020
|
-
end
|
|
11022
|
+
end: string;
|
|
11021
11023
|
timezone?: string | undefined;
|
|
11022
11024
|
max_attendees?: number | undefined;
|
|
11023
11025
|
participant_count?: number | undefined;
|
|
@@ -11211,7 +11213,7 @@ export declare const postApiAlphaCommentReportResponse: zod.ZodObject<{
|
|
|
11211
11213
|
tags?: string | null | undefined;
|
|
11212
11214
|
event?: {
|
|
11213
11215
|
start: string;
|
|
11214
|
-
end
|
|
11216
|
+
end: string;
|
|
11215
11217
|
timezone?: string | undefined;
|
|
11216
11218
|
max_attendees?: number | undefined;
|
|
11217
11219
|
participant_count?: number | undefined;
|
|
@@ -11621,7 +11623,7 @@ export declare const postApiAlphaCommentRemoveResponse: zod.ZodObject<{
|
|
|
11621
11623
|
}>, "many">>>;
|
|
11622
11624
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
11623
11625
|
start: zod.ZodString;
|
|
11624
|
-
end: zod.
|
|
11626
|
+
end: zod.ZodString;
|
|
11625
11627
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
11626
11628
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
11627
11629
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -11637,7 +11639,7 @@ export declare const postApiAlphaCommentRemoveResponse: zod.ZodObject<{
|
|
|
11637
11639
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
11638
11640
|
}, "strip", zod.ZodTypeAny, {
|
|
11639
11641
|
start: string;
|
|
11640
|
-
end
|
|
11642
|
+
end: string;
|
|
11641
11643
|
timezone?: string | undefined;
|
|
11642
11644
|
max_attendees?: number | undefined;
|
|
11643
11645
|
participant_count?: number | undefined;
|
|
@@ -11653,7 +11655,7 @@ export declare const postApiAlphaCommentRemoveResponse: zod.ZodObject<{
|
|
|
11653
11655
|
location?: Record<string, unknown> | null | undefined;
|
|
11654
11656
|
}, {
|
|
11655
11657
|
start: string;
|
|
11656
|
-
end
|
|
11658
|
+
end: string;
|
|
11657
11659
|
timezone?: string | undefined;
|
|
11658
11660
|
max_attendees?: number | undefined;
|
|
11659
11661
|
participant_count?: number | undefined;
|
|
@@ -11757,7 +11759,7 @@ export declare const postApiAlphaCommentRemoveResponse: zod.ZodObject<{
|
|
|
11757
11759
|
tags?: string | null | undefined;
|
|
11758
11760
|
event?: {
|
|
11759
11761
|
start: string;
|
|
11760
|
-
end
|
|
11762
|
+
end: string;
|
|
11761
11763
|
timezone?: string | undefined;
|
|
11762
11764
|
max_attendees?: number | undefined;
|
|
11763
11765
|
participant_count?: number | undefined;
|
|
@@ -11827,7 +11829,7 @@ export declare const postApiAlphaCommentRemoveResponse: zod.ZodObject<{
|
|
|
11827
11829
|
tags?: string | null | undefined;
|
|
11828
11830
|
event?: {
|
|
11829
11831
|
start: string;
|
|
11830
|
-
end
|
|
11832
|
+
end: string;
|
|
11831
11833
|
timezone?: string | undefined;
|
|
11832
11834
|
max_attendees?: number | undefined;
|
|
11833
11835
|
participant_count?: number | undefined;
|
|
@@ -11986,7 +11988,7 @@ export declare const postApiAlphaCommentRemoveResponse: zod.ZodObject<{
|
|
|
11986
11988
|
tags?: string | null | undefined;
|
|
11987
11989
|
event?: {
|
|
11988
11990
|
start: string;
|
|
11989
|
-
end
|
|
11991
|
+
end: string;
|
|
11990
11992
|
timezone?: string | undefined;
|
|
11991
11993
|
max_attendees?: number | undefined;
|
|
11992
11994
|
participant_count?: number | undefined;
|
|
@@ -12145,7 +12147,7 @@ export declare const postApiAlphaCommentRemoveResponse: zod.ZodObject<{
|
|
|
12145
12147
|
tags?: string | null | undefined;
|
|
12146
12148
|
event?: {
|
|
12147
12149
|
start: string;
|
|
12148
|
-
end
|
|
12150
|
+
end: string;
|
|
12149
12151
|
timezone?: string | undefined;
|
|
12150
12152
|
max_attendees?: number | undefined;
|
|
12151
12153
|
participant_count?: number | undefined;
|
|
@@ -12306,7 +12308,7 @@ export declare const postApiAlphaCommentRemoveResponse: zod.ZodObject<{
|
|
|
12306
12308
|
tags?: string | null | undefined;
|
|
12307
12309
|
event?: {
|
|
12308
12310
|
start: string;
|
|
12309
|
-
end
|
|
12311
|
+
end: string;
|
|
12310
12312
|
timezone?: string | undefined;
|
|
12311
12313
|
max_attendees?: number | undefined;
|
|
12312
12314
|
participant_count?: number | undefined;
|
|
@@ -12467,7 +12469,7 @@ export declare const postApiAlphaCommentRemoveResponse: zod.ZodObject<{
|
|
|
12467
12469
|
tags?: string | null | undefined;
|
|
12468
12470
|
event?: {
|
|
12469
12471
|
start: string;
|
|
12470
|
-
end
|
|
12472
|
+
end: string;
|
|
12471
12473
|
timezone?: string | undefined;
|
|
12472
12474
|
max_attendees?: number | undefined;
|
|
12473
12475
|
participant_count?: number | undefined;
|
|
@@ -12862,7 +12864,7 @@ export declare const postApiAlphaCommentMarkAsReadResponse: zod.ZodObject<{
|
|
|
12862
12864
|
}>, "many">>>;
|
|
12863
12865
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
12864
12866
|
start: zod.ZodString;
|
|
12865
|
-
end: zod.
|
|
12867
|
+
end: zod.ZodString;
|
|
12866
12868
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
12867
12869
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
12868
12870
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -12878,7 +12880,7 @@ export declare const postApiAlphaCommentMarkAsReadResponse: zod.ZodObject<{
|
|
|
12878
12880
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
12879
12881
|
}, "strip", zod.ZodTypeAny, {
|
|
12880
12882
|
start: string;
|
|
12881
|
-
end
|
|
12883
|
+
end: string;
|
|
12882
12884
|
timezone?: string | undefined;
|
|
12883
12885
|
max_attendees?: number | undefined;
|
|
12884
12886
|
participant_count?: number | undefined;
|
|
@@ -12894,7 +12896,7 @@ export declare const postApiAlphaCommentMarkAsReadResponse: zod.ZodObject<{
|
|
|
12894
12896
|
location?: Record<string, unknown> | null | undefined;
|
|
12895
12897
|
}, {
|
|
12896
12898
|
start: string;
|
|
12897
|
-
end
|
|
12899
|
+
end: string;
|
|
12898
12900
|
timezone?: string | undefined;
|
|
12899
12901
|
max_attendees?: number | undefined;
|
|
12900
12902
|
participant_count?: number | undefined;
|
|
@@ -12998,7 +13000,7 @@ export declare const postApiAlphaCommentMarkAsReadResponse: zod.ZodObject<{
|
|
|
12998
13000
|
tags?: string | null | undefined;
|
|
12999
13001
|
event?: {
|
|
13000
13002
|
start: string;
|
|
13001
|
-
end
|
|
13003
|
+
end: string;
|
|
13002
13004
|
timezone?: string | undefined;
|
|
13003
13005
|
max_attendees?: number | undefined;
|
|
13004
13006
|
participant_count?: number | undefined;
|
|
@@ -13068,7 +13070,7 @@ export declare const postApiAlphaCommentMarkAsReadResponse: zod.ZodObject<{
|
|
|
13068
13070
|
tags?: string | null | undefined;
|
|
13069
13071
|
event?: {
|
|
13070
13072
|
start: string;
|
|
13071
|
-
end
|
|
13073
|
+
end: string;
|
|
13072
13074
|
timezone?: string | undefined;
|
|
13073
13075
|
max_attendees?: number | undefined;
|
|
13074
13076
|
participant_count?: number | undefined;
|
|
@@ -13299,7 +13301,7 @@ export declare const postApiAlphaCommentMarkAsReadResponse: zod.ZodObject<{
|
|
|
13299
13301
|
tags?: string | null | undefined;
|
|
13300
13302
|
event?: {
|
|
13301
13303
|
start: string;
|
|
13302
|
-
end
|
|
13304
|
+
end: string;
|
|
13303
13305
|
timezone?: string | undefined;
|
|
13304
13306
|
max_attendees?: number | undefined;
|
|
13305
13307
|
participant_count?: number | undefined;
|
|
@@ -13486,7 +13488,7 @@ export declare const postApiAlphaCommentMarkAsReadResponse: zod.ZodObject<{
|
|
|
13486
13488
|
tags?: string | null | undefined;
|
|
13487
13489
|
event?: {
|
|
13488
13490
|
start: string;
|
|
13489
|
-
end
|
|
13491
|
+
end: string;
|
|
13490
13492
|
timezone?: string | undefined;
|
|
13491
13493
|
max_attendees?: number | undefined;
|
|
13492
13494
|
participant_count?: number | undefined;
|
|
@@ -13675,7 +13677,7 @@ export declare const postApiAlphaCommentMarkAsReadResponse: zod.ZodObject<{
|
|
|
13675
13677
|
tags?: string | null | undefined;
|
|
13676
13678
|
event?: {
|
|
13677
13679
|
start: string;
|
|
13678
|
-
end
|
|
13680
|
+
end: string;
|
|
13679
13681
|
timezone?: string | undefined;
|
|
13680
13682
|
max_attendees?: number | undefined;
|
|
13681
13683
|
participant_count?: number | undefined;
|
|
@@ -13864,7 +13866,7 @@ export declare const postApiAlphaCommentMarkAsReadResponse: zod.ZodObject<{
|
|
|
13864
13866
|
tags?: string | null | undefined;
|
|
13865
13867
|
event?: {
|
|
13866
13868
|
start: string;
|
|
13867
|
-
end
|
|
13869
|
+
end: string;
|
|
13868
13870
|
timezone?: string | undefined;
|
|
13869
13871
|
max_attendees?: number | undefined;
|
|
13870
13872
|
participant_count?: number | undefined;
|
|
@@ -14288,7 +14290,7 @@ export declare const postApiAlphaCommentMarkAsAnswerResponse: zod.ZodObject<{
|
|
|
14288
14290
|
}>, "many">>>;
|
|
14289
14291
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
14290
14292
|
start: zod.ZodString;
|
|
14291
|
-
end: zod.
|
|
14293
|
+
end: zod.ZodString;
|
|
14292
14294
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
14293
14295
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
14294
14296
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -14304,7 +14306,7 @@ export declare const postApiAlphaCommentMarkAsAnswerResponse: zod.ZodObject<{
|
|
|
14304
14306
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
14305
14307
|
}, "strip", zod.ZodTypeAny, {
|
|
14306
14308
|
start: string;
|
|
14307
|
-
end
|
|
14309
|
+
end: string;
|
|
14308
14310
|
timezone?: string | undefined;
|
|
14309
14311
|
max_attendees?: number | undefined;
|
|
14310
14312
|
participant_count?: number | undefined;
|
|
@@ -14320,7 +14322,7 @@ export declare const postApiAlphaCommentMarkAsAnswerResponse: zod.ZodObject<{
|
|
|
14320
14322
|
location?: Record<string, unknown> | null | undefined;
|
|
14321
14323
|
}, {
|
|
14322
14324
|
start: string;
|
|
14323
|
-
end
|
|
14325
|
+
end: string;
|
|
14324
14326
|
timezone?: string | undefined;
|
|
14325
14327
|
max_attendees?: number | undefined;
|
|
14326
14328
|
participant_count?: number | undefined;
|
|
@@ -14424,7 +14426,7 @@ export declare const postApiAlphaCommentMarkAsAnswerResponse: zod.ZodObject<{
|
|
|
14424
14426
|
tags?: string | null | undefined;
|
|
14425
14427
|
event?: {
|
|
14426
14428
|
start: string;
|
|
14427
|
-
end
|
|
14429
|
+
end: string;
|
|
14428
14430
|
timezone?: string | undefined;
|
|
14429
14431
|
max_attendees?: number | undefined;
|
|
14430
14432
|
participant_count?: number | undefined;
|
|
@@ -14494,7 +14496,7 @@ export declare const postApiAlphaCommentMarkAsAnswerResponse: zod.ZodObject<{
|
|
|
14494
14496
|
tags?: string | null | undefined;
|
|
14495
14497
|
event?: {
|
|
14496
14498
|
start: string;
|
|
14497
|
-
end
|
|
14499
|
+
end: string;
|
|
14498
14500
|
timezone?: string | undefined;
|
|
14499
14501
|
max_attendees?: number | undefined;
|
|
14500
14502
|
participant_count?: number | undefined;
|
|
@@ -14725,7 +14727,7 @@ export declare const postApiAlphaCommentMarkAsAnswerResponse: zod.ZodObject<{
|
|
|
14725
14727
|
tags?: string | null | undefined;
|
|
14726
14728
|
event?: {
|
|
14727
14729
|
start: string;
|
|
14728
|
-
end
|
|
14730
|
+
end: string;
|
|
14729
14731
|
timezone?: string | undefined;
|
|
14730
14732
|
max_attendees?: number | undefined;
|
|
14731
14733
|
participant_count?: number | undefined;
|
|
@@ -14912,7 +14914,7 @@ export declare const postApiAlphaCommentMarkAsAnswerResponse: zod.ZodObject<{
|
|
|
14912
14914
|
tags?: string | null | undefined;
|
|
14913
14915
|
event?: {
|
|
14914
14916
|
start: string;
|
|
14915
|
-
end
|
|
14917
|
+
end: string;
|
|
14916
14918
|
timezone?: string | undefined;
|
|
14917
14919
|
max_attendees?: number | undefined;
|
|
14918
14920
|
participant_count?: number | undefined;
|
|
@@ -15101,7 +15103,7 @@ export declare const postApiAlphaCommentMarkAsAnswerResponse: zod.ZodObject<{
|
|
|
15101
15103
|
tags?: string | null | undefined;
|
|
15102
15104
|
event?: {
|
|
15103
15105
|
start: string;
|
|
15104
|
-
end
|
|
15106
|
+
end: string;
|
|
15105
15107
|
timezone?: string | undefined;
|
|
15106
15108
|
max_attendees?: number | undefined;
|
|
15107
15109
|
participant_count?: number | undefined;
|
|
@@ -15290,7 +15292,7 @@ export declare const postApiAlphaCommentMarkAsAnswerResponse: zod.ZodObject<{
|
|
|
15290
15292
|
tags?: string | null | undefined;
|
|
15291
15293
|
event?: {
|
|
15292
15294
|
start: string;
|
|
15293
|
-
end
|
|
15295
|
+
end: string;
|
|
15294
15296
|
timezone?: string | undefined;
|
|
15295
15297
|
max_attendees?: number | undefined;
|
|
15296
15298
|
participant_count?: number | undefined;
|
|
@@ -15693,7 +15695,7 @@ export declare const postApiAlphaCommentLockResponse: zod.ZodObject<{
|
|
|
15693
15695
|
}>, "many">>>;
|
|
15694
15696
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
15695
15697
|
start: zod.ZodString;
|
|
15696
|
-
end: zod.
|
|
15698
|
+
end: zod.ZodString;
|
|
15697
15699
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
15698
15700
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
15699
15701
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -15709,7 +15711,7 @@ export declare const postApiAlphaCommentLockResponse: zod.ZodObject<{
|
|
|
15709
15711
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
15710
15712
|
}, "strip", zod.ZodTypeAny, {
|
|
15711
15713
|
start: string;
|
|
15712
|
-
end
|
|
15714
|
+
end: string;
|
|
15713
15715
|
timezone?: string | undefined;
|
|
15714
15716
|
max_attendees?: number | undefined;
|
|
15715
15717
|
participant_count?: number | undefined;
|
|
@@ -15725,7 +15727,7 @@ export declare const postApiAlphaCommentLockResponse: zod.ZodObject<{
|
|
|
15725
15727
|
location?: Record<string, unknown> | null | undefined;
|
|
15726
15728
|
}, {
|
|
15727
15729
|
start: string;
|
|
15728
|
-
end
|
|
15730
|
+
end: string;
|
|
15729
15731
|
timezone?: string | undefined;
|
|
15730
15732
|
max_attendees?: number | undefined;
|
|
15731
15733
|
participant_count?: number | undefined;
|
|
@@ -15829,7 +15831,7 @@ export declare const postApiAlphaCommentLockResponse: zod.ZodObject<{
|
|
|
15829
15831
|
tags?: string | null | undefined;
|
|
15830
15832
|
event?: {
|
|
15831
15833
|
start: string;
|
|
15832
|
-
end
|
|
15834
|
+
end: string;
|
|
15833
15835
|
timezone?: string | undefined;
|
|
15834
15836
|
max_attendees?: number | undefined;
|
|
15835
15837
|
participant_count?: number | undefined;
|
|
@@ -15899,7 +15901,7 @@ export declare const postApiAlphaCommentLockResponse: zod.ZodObject<{
|
|
|
15899
15901
|
tags?: string | null | undefined;
|
|
15900
15902
|
event?: {
|
|
15901
15903
|
start: string;
|
|
15902
|
-
end
|
|
15904
|
+
end: string;
|
|
15903
15905
|
timezone?: string | undefined;
|
|
15904
15906
|
max_attendees?: number | undefined;
|
|
15905
15907
|
participant_count?: number | undefined;
|
|
@@ -16058,7 +16060,7 @@ export declare const postApiAlphaCommentLockResponse: zod.ZodObject<{
|
|
|
16058
16060
|
tags?: string | null | undefined;
|
|
16059
16061
|
event?: {
|
|
16060
16062
|
start: string;
|
|
16061
|
-
end
|
|
16063
|
+
end: string;
|
|
16062
16064
|
timezone?: string | undefined;
|
|
16063
16065
|
max_attendees?: number | undefined;
|
|
16064
16066
|
participant_count?: number | undefined;
|
|
@@ -16217,7 +16219,7 @@ export declare const postApiAlphaCommentLockResponse: zod.ZodObject<{
|
|
|
16217
16219
|
tags?: string | null | undefined;
|
|
16218
16220
|
event?: {
|
|
16219
16221
|
start: string;
|
|
16220
|
-
end
|
|
16222
|
+
end: string;
|
|
16221
16223
|
timezone?: string | undefined;
|
|
16222
16224
|
max_attendees?: number | undefined;
|
|
16223
16225
|
participant_count?: number | undefined;
|
|
@@ -16378,7 +16380,7 @@ export declare const postApiAlphaCommentLockResponse: zod.ZodObject<{
|
|
|
16378
16380
|
tags?: string | null | undefined;
|
|
16379
16381
|
event?: {
|
|
16380
16382
|
start: string;
|
|
16381
|
-
end
|
|
16383
|
+
end: string;
|
|
16382
16384
|
timezone?: string | undefined;
|
|
16383
16385
|
max_attendees?: number | undefined;
|
|
16384
16386
|
participant_count?: number | undefined;
|
|
@@ -16539,7 +16541,7 @@ export declare const postApiAlphaCommentLockResponse: zod.ZodObject<{
|
|
|
16539
16541
|
tags?: string | null | undefined;
|
|
16540
16542
|
event?: {
|
|
16541
16543
|
start: string;
|
|
16542
|
-
end
|
|
16544
|
+
end: string;
|
|
16543
16545
|
timezone?: string | undefined;
|
|
16544
16546
|
max_attendees?: number | undefined;
|
|
16545
16547
|
participant_count?: number | undefined;
|