@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
package/dist/zod/post/post.d.ts
CHANGED
|
@@ -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,6 +9,7 @@ import * as zod from 'zod';
|
|
|
11
9
|
export declare const getApiAlphaPostListQuerySortDefault = "Hot";
|
|
12
10
|
export declare const getApiAlphaPostListQueryTypeDefault = "All";
|
|
13
11
|
export declare const getApiAlphaPostListQuerySavedOnlyDefault = false;
|
|
12
|
+
export declare const getApiAlphaPostListQueryNsfwDefault = "Include";
|
|
14
13
|
export declare const getApiAlphaPostListQueryLimitDefault = 50;
|
|
15
14
|
export declare const getApiAlphaPostListQueryPageDefault = 1;
|
|
16
15
|
export declare const getApiAlphaPostListQueryLikedOnlyDefault = false;
|
|
@@ -22,6 +21,7 @@ export declare const getApiAlphaPostListQueryParams: zod.ZodObject<{
|
|
|
22
21
|
community_name: zod.ZodOptional<zod.ZodString>;
|
|
23
22
|
community_id: zod.ZodOptional<zod.ZodNumber>;
|
|
24
23
|
saved_only: zod.ZodOptional<zod.ZodBoolean>;
|
|
24
|
+
nsfw: zod.ZodDefault<zod.ZodEnum<["Exclude", "Only", "Include"]>>;
|
|
25
25
|
person_id: zod.ZodOptional<zod.ZodNumber>;
|
|
26
26
|
limit: zod.ZodDefault<zod.ZodNumber>;
|
|
27
27
|
page: zod.ZodDefault<zod.ZodNumber>;
|
|
@@ -33,7 +33,8 @@ export declare const getApiAlphaPostListQueryParams: zod.ZodObject<{
|
|
|
33
33
|
limit: number;
|
|
34
34
|
page: number;
|
|
35
35
|
sort: "Old" | "New" | "Hot" | "Top" | "TopAll" | "Active" | "TopHour" | "TopSixHour" | "TopTwelveHour" | "TopWeek" | "TopDay" | "TopMonth" | "TopThreeMonths" | "TopSixMonths" | "TopNineMonths" | "TopYear" | "Scaled";
|
|
36
|
-
type_: "Subscribed" | "Local" | "All" | "
|
|
36
|
+
type_: "Subscribed" | "Local" | "All" | "Popular" | "Moderating" | "ModeratorView";
|
|
37
|
+
nsfw: "Exclude" | "Only" | "Include";
|
|
37
38
|
liked_only?: boolean | undefined;
|
|
38
39
|
saved_only?: boolean | undefined;
|
|
39
40
|
person_id?: number | undefined;
|
|
@@ -47,13 +48,14 @@ export declare const getApiAlphaPostListQueryParams: zod.ZodObject<{
|
|
|
47
48
|
limit?: number | undefined;
|
|
48
49
|
page?: number | undefined;
|
|
49
50
|
sort?: "Old" | "New" | "Hot" | "Top" | "TopAll" | "Active" | "TopHour" | "TopSixHour" | "TopTwelveHour" | "TopWeek" | "TopDay" | "TopMonth" | "TopThreeMonths" | "TopSixMonths" | "TopNineMonths" | "TopYear" | "Scaled" | undefined;
|
|
51
|
+
type_?: "Subscribed" | "Local" | "All" | "Popular" | "Moderating" | "ModeratorView" | undefined;
|
|
50
52
|
liked_only?: boolean | undefined;
|
|
51
53
|
saved_only?: boolean | undefined;
|
|
52
54
|
person_id?: number | undefined;
|
|
53
55
|
community_id?: number | undefined;
|
|
54
|
-
type_?: "Subscribed" | "Local" | "All" | "Moderating" | "ModeratorView" | "Popular" | undefined;
|
|
55
56
|
q?: string | undefined;
|
|
56
57
|
community_name?: string | undefined;
|
|
58
|
+
nsfw?: "Exclude" | "Only" | "Include" | undefined;
|
|
57
59
|
feed_id?: number | undefined;
|
|
58
60
|
topic_id?: number | undefined;
|
|
59
61
|
ignore_sticky?: boolean | undefined;
|
|
@@ -312,7 +314,7 @@ export declare const getApiAlphaPostListResponse: zod.ZodObject<{
|
|
|
312
314
|
}>, "many">>>;
|
|
313
315
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
314
316
|
start: zod.ZodString;
|
|
315
|
-
end: zod.
|
|
317
|
+
end: zod.ZodString;
|
|
316
318
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
317
319
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
318
320
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -328,7 +330,7 @@ export declare const getApiAlphaPostListResponse: zod.ZodObject<{
|
|
|
328
330
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
329
331
|
}, "strip", zod.ZodTypeAny, {
|
|
330
332
|
start: string;
|
|
331
|
-
end
|
|
333
|
+
end: string;
|
|
332
334
|
timezone?: string | undefined;
|
|
333
335
|
max_attendees?: number | undefined;
|
|
334
336
|
participant_count?: number | undefined;
|
|
@@ -344,7 +346,7 @@ export declare const getApiAlphaPostListResponse: zod.ZodObject<{
|
|
|
344
346
|
location?: Record<string, unknown> | null | undefined;
|
|
345
347
|
}, {
|
|
346
348
|
start: string;
|
|
347
|
-
end
|
|
349
|
+
end: string;
|
|
348
350
|
timezone?: string | undefined;
|
|
349
351
|
max_attendees?: number | undefined;
|
|
350
352
|
participant_count?: number | undefined;
|
|
@@ -448,7 +450,7 @@ export declare const getApiAlphaPostListResponse: zod.ZodObject<{
|
|
|
448
450
|
tags?: string | null | undefined;
|
|
449
451
|
event?: {
|
|
450
452
|
start: string;
|
|
451
|
-
end
|
|
453
|
+
end: string;
|
|
452
454
|
timezone?: string | undefined;
|
|
453
455
|
max_attendees?: number | undefined;
|
|
454
456
|
participant_count?: number | undefined;
|
|
@@ -518,7 +520,7 @@ export declare const getApiAlphaPostListResponse: zod.ZodObject<{
|
|
|
518
520
|
tags?: string | null | undefined;
|
|
519
521
|
event?: {
|
|
520
522
|
start: string;
|
|
521
|
-
end
|
|
523
|
+
end: string;
|
|
522
524
|
timezone?: string | undefined;
|
|
523
525
|
max_attendees?: number | undefined;
|
|
524
526
|
participant_count?: number | undefined;
|
|
@@ -684,7 +686,7 @@ export declare const getApiAlphaPostListResponse: zod.ZodObject<{
|
|
|
684
686
|
tags?: string | null | undefined;
|
|
685
687
|
event?: {
|
|
686
688
|
start: string;
|
|
687
|
-
end
|
|
689
|
+
end: string;
|
|
688
690
|
timezone?: string | undefined;
|
|
689
691
|
max_attendees?: number | undefined;
|
|
690
692
|
participant_count?: number | undefined;
|
|
@@ -834,7 +836,7 @@ export declare const getApiAlphaPostListResponse: zod.ZodObject<{
|
|
|
834
836
|
tags?: string | null | undefined;
|
|
835
837
|
event?: {
|
|
836
838
|
start: string;
|
|
837
|
-
end
|
|
839
|
+
end: string;
|
|
838
840
|
timezone?: string | undefined;
|
|
839
841
|
max_attendees?: number | undefined;
|
|
840
842
|
participant_count?: number | undefined;
|
|
@@ -987,7 +989,7 @@ export declare const getApiAlphaPostListResponse: zod.ZodObject<{
|
|
|
987
989
|
tags?: string | null | undefined;
|
|
988
990
|
event?: {
|
|
989
991
|
start: string;
|
|
990
|
-
end
|
|
992
|
+
end: string;
|
|
991
993
|
timezone?: string | undefined;
|
|
992
994
|
max_attendees?: number | undefined;
|
|
993
995
|
participant_count?: number | undefined;
|
|
@@ -1140,7 +1142,7 @@ export declare const getApiAlphaPostListResponse: zod.ZodObject<{
|
|
|
1140
1142
|
tags?: string | null | undefined;
|
|
1141
1143
|
event?: {
|
|
1142
1144
|
start: string;
|
|
1143
|
-
end
|
|
1145
|
+
end: string;
|
|
1144
1146
|
timezone?: string | undefined;
|
|
1145
1147
|
max_attendees?: number | undefined;
|
|
1146
1148
|
participant_count?: number | undefined;
|
|
@@ -1195,6 +1197,7 @@ export declare const getApiAlphaPostListResponse: zod.ZodObject<{
|
|
|
1195
1197
|
export declare const getApiAlphaPostList2QuerySortDefault = "Hot";
|
|
1196
1198
|
export declare const getApiAlphaPostList2QueryTypeDefault = "All";
|
|
1197
1199
|
export declare const getApiAlphaPostList2QuerySavedOnlyDefault = false;
|
|
1200
|
+
export declare const getApiAlphaPostList2QueryNsfwDefault = "Include";
|
|
1198
1201
|
export declare const getApiAlphaPostList2QueryLimitDefault = 50;
|
|
1199
1202
|
export declare const getApiAlphaPostList2QueryPageDefault = "";
|
|
1200
1203
|
export declare const getApiAlphaPostList2QueryLikedOnlyDefault = false;
|
|
@@ -1206,6 +1209,7 @@ export declare const getApiAlphaPostList2QueryParams: zod.ZodObject<{
|
|
|
1206
1209
|
community_name: zod.ZodOptional<zod.ZodString>;
|
|
1207
1210
|
community_id: zod.ZodOptional<zod.ZodNumber>;
|
|
1208
1211
|
saved_only: zod.ZodOptional<zod.ZodBoolean>;
|
|
1212
|
+
nsfw: zod.ZodDefault<zod.ZodEnum<["Exclude", "Only", "Include"]>>;
|
|
1209
1213
|
person_id: zod.ZodOptional<zod.ZodNumber>;
|
|
1210
1214
|
limit: zod.ZodDefault<zod.ZodNumber>;
|
|
1211
1215
|
page: zod.ZodOptional<zod.ZodString>;
|
|
@@ -1216,7 +1220,8 @@ export declare const getApiAlphaPostList2QueryParams: zod.ZodObject<{
|
|
|
1216
1220
|
}, "strip", zod.ZodTypeAny, {
|
|
1217
1221
|
limit: number;
|
|
1218
1222
|
sort: "Old" | "New" | "Hot" | "Top" | "TopAll" | "Active" | "TopHour" | "TopSixHour" | "TopTwelveHour" | "TopWeek" | "TopDay" | "TopMonth" | "TopThreeMonths" | "TopSixMonths" | "TopNineMonths" | "TopYear" | "Scaled";
|
|
1219
|
-
type_: "Subscribed" | "Local" | "All" | "
|
|
1223
|
+
type_: "Subscribed" | "Local" | "All" | "Popular" | "Moderating" | "ModeratorView";
|
|
1224
|
+
nsfw: "Exclude" | "Only" | "Include";
|
|
1220
1225
|
page?: string | undefined;
|
|
1221
1226
|
liked_only?: boolean | undefined;
|
|
1222
1227
|
saved_only?: boolean | undefined;
|
|
@@ -1231,13 +1236,14 @@ export declare const getApiAlphaPostList2QueryParams: zod.ZodObject<{
|
|
|
1231
1236
|
limit?: number | undefined;
|
|
1232
1237
|
page?: string | undefined;
|
|
1233
1238
|
sort?: "Old" | "New" | "Hot" | "Top" | "TopAll" | "Active" | "TopHour" | "TopSixHour" | "TopTwelveHour" | "TopWeek" | "TopDay" | "TopMonth" | "TopThreeMonths" | "TopSixMonths" | "TopNineMonths" | "TopYear" | "Scaled" | undefined;
|
|
1239
|
+
type_?: "Subscribed" | "Local" | "All" | "Popular" | "Moderating" | "ModeratorView" | undefined;
|
|
1234
1240
|
liked_only?: boolean | undefined;
|
|
1235
1241
|
saved_only?: boolean | undefined;
|
|
1236
1242
|
person_id?: number | undefined;
|
|
1237
1243
|
community_id?: number | undefined;
|
|
1238
|
-
type_?: "Subscribed" | "Local" | "All" | "Moderating" | "ModeratorView" | "Popular" | undefined;
|
|
1239
1244
|
q?: string | undefined;
|
|
1240
1245
|
community_name?: string | undefined;
|
|
1246
|
+
nsfw?: "Exclude" | "Only" | "Include" | undefined;
|
|
1241
1247
|
feed_id?: number | undefined;
|
|
1242
1248
|
topic_id?: number | undefined;
|
|
1243
1249
|
ignore_sticky?: boolean | undefined;
|
|
@@ -1496,7 +1502,7 @@ export declare const getApiAlphaPostList2Response: zod.ZodObject<{
|
|
|
1496
1502
|
}>, "many">>>;
|
|
1497
1503
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
1498
1504
|
start: zod.ZodString;
|
|
1499
|
-
end: zod.
|
|
1505
|
+
end: zod.ZodString;
|
|
1500
1506
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
1501
1507
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
1502
1508
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1512,7 +1518,7 @@ export declare const getApiAlphaPostList2Response: zod.ZodObject<{
|
|
|
1512
1518
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
1513
1519
|
}, "strip", zod.ZodTypeAny, {
|
|
1514
1520
|
start: string;
|
|
1515
|
-
end
|
|
1521
|
+
end: string;
|
|
1516
1522
|
timezone?: string | undefined;
|
|
1517
1523
|
max_attendees?: number | undefined;
|
|
1518
1524
|
participant_count?: number | undefined;
|
|
@@ -1528,7 +1534,7 @@ export declare const getApiAlphaPostList2Response: zod.ZodObject<{
|
|
|
1528
1534
|
location?: Record<string, unknown> | null | undefined;
|
|
1529
1535
|
}, {
|
|
1530
1536
|
start: string;
|
|
1531
|
-
end
|
|
1537
|
+
end: string;
|
|
1532
1538
|
timezone?: string | undefined;
|
|
1533
1539
|
max_attendees?: number | undefined;
|
|
1534
1540
|
participant_count?: number | undefined;
|
|
@@ -1632,7 +1638,7 @@ export declare const getApiAlphaPostList2Response: zod.ZodObject<{
|
|
|
1632
1638
|
tags?: string | null | undefined;
|
|
1633
1639
|
event?: {
|
|
1634
1640
|
start: string;
|
|
1635
|
-
end
|
|
1641
|
+
end: string;
|
|
1636
1642
|
timezone?: string | undefined;
|
|
1637
1643
|
max_attendees?: number | undefined;
|
|
1638
1644
|
participant_count?: number | undefined;
|
|
@@ -1702,7 +1708,7 @@ export declare const getApiAlphaPostList2Response: zod.ZodObject<{
|
|
|
1702
1708
|
tags?: string | null | undefined;
|
|
1703
1709
|
event?: {
|
|
1704
1710
|
start: string;
|
|
1705
|
-
end
|
|
1711
|
+
end: string;
|
|
1706
1712
|
timezone?: string | undefined;
|
|
1707
1713
|
max_attendees?: number | undefined;
|
|
1708
1714
|
participant_count?: number | undefined;
|
|
@@ -1868,7 +1874,7 @@ export declare const getApiAlphaPostList2Response: zod.ZodObject<{
|
|
|
1868
1874
|
tags?: string | null | undefined;
|
|
1869
1875
|
event?: {
|
|
1870
1876
|
start: string;
|
|
1871
|
-
end
|
|
1877
|
+
end: string;
|
|
1872
1878
|
timezone?: string | undefined;
|
|
1873
1879
|
max_attendees?: number | undefined;
|
|
1874
1880
|
participant_count?: number | undefined;
|
|
@@ -2018,7 +2024,7 @@ export declare const getApiAlphaPostList2Response: zod.ZodObject<{
|
|
|
2018
2024
|
tags?: string | null | undefined;
|
|
2019
2025
|
event?: {
|
|
2020
2026
|
start: string;
|
|
2021
|
-
end
|
|
2027
|
+
end: string;
|
|
2022
2028
|
timezone?: string | undefined;
|
|
2023
2029
|
max_attendees?: number | undefined;
|
|
2024
2030
|
participant_count?: number | undefined;
|
|
@@ -2171,7 +2177,7 @@ export declare const getApiAlphaPostList2Response: zod.ZodObject<{
|
|
|
2171
2177
|
tags?: string | null | undefined;
|
|
2172
2178
|
event?: {
|
|
2173
2179
|
start: string;
|
|
2174
|
-
end
|
|
2180
|
+
end: string;
|
|
2175
2181
|
timezone?: string | undefined;
|
|
2176
2182
|
max_attendees?: number | undefined;
|
|
2177
2183
|
participant_count?: number | undefined;
|
|
@@ -2324,7 +2330,7 @@ export declare const getApiAlphaPostList2Response: zod.ZodObject<{
|
|
|
2324
2330
|
tags?: string | null | undefined;
|
|
2325
2331
|
event?: {
|
|
2326
2332
|
start: string;
|
|
2327
|
-
end
|
|
2333
|
+
end: string;
|
|
2328
2334
|
timezone?: string | undefined;
|
|
2329
2335
|
max_attendees?: number | undefined;
|
|
2330
2336
|
participant_count?: number | undefined;
|
|
@@ -2650,7 +2656,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
2650
2656
|
}>, "many">>>;
|
|
2651
2657
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
2652
2658
|
start: zod.ZodString;
|
|
2653
|
-
end: zod.
|
|
2659
|
+
end: zod.ZodString;
|
|
2654
2660
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
2655
2661
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
2656
2662
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -2666,7 +2672,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
2666
2672
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
2667
2673
|
}, "strip", zod.ZodTypeAny, {
|
|
2668
2674
|
start: string;
|
|
2669
|
-
end
|
|
2675
|
+
end: string;
|
|
2670
2676
|
timezone?: string | undefined;
|
|
2671
2677
|
max_attendees?: number | undefined;
|
|
2672
2678
|
participant_count?: number | undefined;
|
|
@@ -2682,7 +2688,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
2682
2688
|
location?: Record<string, unknown> | null | undefined;
|
|
2683
2689
|
}, {
|
|
2684
2690
|
start: string;
|
|
2685
|
-
end
|
|
2691
|
+
end: string;
|
|
2686
2692
|
timezone?: string | undefined;
|
|
2687
2693
|
max_attendees?: number | undefined;
|
|
2688
2694
|
participant_count?: number | undefined;
|
|
@@ -2786,7 +2792,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
2786
2792
|
tags?: string | null | undefined;
|
|
2787
2793
|
event?: {
|
|
2788
2794
|
start: string;
|
|
2789
|
-
end
|
|
2795
|
+
end: string;
|
|
2790
2796
|
timezone?: string | undefined;
|
|
2791
2797
|
max_attendees?: number | undefined;
|
|
2792
2798
|
participant_count?: number | undefined;
|
|
@@ -2856,7 +2862,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
2856
2862
|
tags?: string | null | undefined;
|
|
2857
2863
|
event?: {
|
|
2858
2864
|
start: string;
|
|
2859
|
-
end
|
|
2865
|
+
end: string;
|
|
2860
2866
|
timezone?: string | undefined;
|
|
2861
2867
|
max_attendees?: number | undefined;
|
|
2862
2868
|
participant_count?: number | undefined;
|
|
@@ -3022,7 +3028,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
3022
3028
|
tags?: string | null | undefined;
|
|
3023
3029
|
event?: {
|
|
3024
3030
|
start: string;
|
|
3025
|
-
end
|
|
3031
|
+
end: string;
|
|
3026
3032
|
timezone?: string | undefined;
|
|
3027
3033
|
max_attendees?: number | undefined;
|
|
3028
3034
|
participant_count?: number | undefined;
|
|
@@ -3172,7 +3178,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
3172
3178
|
tags?: string | null | undefined;
|
|
3173
3179
|
event?: {
|
|
3174
3180
|
start: string;
|
|
3175
|
-
end
|
|
3181
|
+
end: string;
|
|
3176
3182
|
timezone?: string | undefined;
|
|
3177
3183
|
max_attendees?: number | undefined;
|
|
3178
3184
|
participant_count?: number | undefined;
|
|
@@ -3926,7 +3932,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
3926
3932
|
}>, "many">>>;
|
|
3927
3933
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
3928
3934
|
start: zod.ZodString;
|
|
3929
|
-
end: zod.
|
|
3935
|
+
end: zod.ZodString;
|
|
3930
3936
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
3931
3937
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
3932
3938
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3942,7 +3948,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
3942
3948
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
3943
3949
|
}, "strip", zod.ZodTypeAny, {
|
|
3944
3950
|
start: string;
|
|
3945
|
-
end
|
|
3951
|
+
end: string;
|
|
3946
3952
|
timezone?: string | undefined;
|
|
3947
3953
|
max_attendees?: number | undefined;
|
|
3948
3954
|
participant_count?: number | undefined;
|
|
@@ -3958,7 +3964,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
3958
3964
|
location?: Record<string, unknown> | null | undefined;
|
|
3959
3965
|
}, {
|
|
3960
3966
|
start: string;
|
|
3961
|
-
end
|
|
3967
|
+
end: string;
|
|
3962
3968
|
timezone?: string | undefined;
|
|
3963
3969
|
max_attendees?: number | undefined;
|
|
3964
3970
|
participant_count?: number | undefined;
|
|
@@ -4062,7 +4068,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
4062
4068
|
tags?: string | null | undefined;
|
|
4063
4069
|
event?: {
|
|
4064
4070
|
start: string;
|
|
4065
|
-
end
|
|
4071
|
+
end: string;
|
|
4066
4072
|
timezone?: string | undefined;
|
|
4067
4073
|
max_attendees?: number | undefined;
|
|
4068
4074
|
participant_count?: number | undefined;
|
|
@@ -4132,7 +4138,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
4132
4138
|
tags?: string | null | undefined;
|
|
4133
4139
|
event?: {
|
|
4134
4140
|
start: string;
|
|
4135
|
-
end
|
|
4141
|
+
end: string;
|
|
4136
4142
|
timezone?: string | undefined;
|
|
4137
4143
|
max_attendees?: number | undefined;
|
|
4138
4144
|
participant_count?: number | undefined;
|
|
@@ -4298,7 +4304,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
4298
4304
|
tags?: string | null | undefined;
|
|
4299
4305
|
event?: {
|
|
4300
4306
|
start: string;
|
|
4301
|
-
end
|
|
4307
|
+
end: string;
|
|
4302
4308
|
timezone?: string | undefined;
|
|
4303
4309
|
max_attendees?: number | undefined;
|
|
4304
4310
|
participant_count?: number | undefined;
|
|
@@ -4448,7 +4454,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
4448
4454
|
tags?: string | null | undefined;
|
|
4449
4455
|
event?: {
|
|
4450
4456
|
start: string;
|
|
4451
|
-
end
|
|
4457
|
+
end: string;
|
|
4452
4458
|
timezone?: string | undefined;
|
|
4453
4459
|
max_attendees?: number | undefined;
|
|
4454
4460
|
participant_count?: number | undefined;
|
|
@@ -4600,7 +4606,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
4600
4606
|
tags?: string | null | undefined;
|
|
4601
4607
|
event?: {
|
|
4602
4608
|
start: string;
|
|
4603
|
-
end
|
|
4609
|
+
end: string;
|
|
4604
4610
|
timezone?: string | undefined;
|
|
4605
4611
|
max_attendees?: number | undefined;
|
|
4606
4612
|
participant_count?: number | undefined;
|
|
@@ -4751,7 +4757,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
4751
4757
|
tags?: string | null | undefined;
|
|
4752
4758
|
event?: {
|
|
4753
4759
|
start: string;
|
|
4754
|
-
end
|
|
4760
|
+
end: string;
|
|
4755
4761
|
timezone?: string | undefined;
|
|
4756
4762
|
max_attendees?: number | undefined;
|
|
4757
4763
|
participant_count?: number | undefined;
|
|
@@ -5000,7 +5006,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
5000
5006
|
tags?: string | null | undefined;
|
|
5001
5007
|
event?: {
|
|
5002
5008
|
start: string;
|
|
5003
|
-
end
|
|
5009
|
+
end: string;
|
|
5004
5010
|
timezone?: string | undefined;
|
|
5005
5011
|
max_attendees?: number | undefined;
|
|
5006
5012
|
participant_count?: number | undefined;
|
|
@@ -5151,7 +5157,7 @@ export declare const getApiAlphaPostResponse: zod.ZodObject<{
|
|
|
5151
5157
|
tags?: string | null | undefined;
|
|
5152
5158
|
event?: {
|
|
5153
5159
|
start: string;
|
|
5154
|
-
end
|
|
5160
|
+
end: string;
|
|
5155
5161
|
timezone?: string | undefined;
|
|
5156
5162
|
max_attendees?: number | undefined;
|
|
5157
5163
|
participant_count?: number | undefined;
|
|
@@ -5319,7 +5325,7 @@ export declare const postApiAlphaPostBody: zod.ZodObject<{
|
|
|
5319
5325
|
language_id: zod.ZodOptional<zod.ZodNumber>;
|
|
5320
5326
|
event: zod.ZodOptional<zod.ZodUnion<[zod.ZodObject<{
|
|
5321
5327
|
start: zod.ZodString;
|
|
5322
|
-
end: zod.
|
|
5328
|
+
end: zod.ZodString;
|
|
5323
5329
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
5324
5330
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
5325
5331
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5335,7 +5341,7 @@ export declare const postApiAlphaPostBody: zod.ZodObject<{
|
|
|
5335
5341
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
5336
5342
|
}, "strip", zod.ZodTypeAny, {
|
|
5337
5343
|
start: string;
|
|
5338
|
-
end
|
|
5344
|
+
end: string;
|
|
5339
5345
|
timezone?: string | undefined;
|
|
5340
5346
|
max_attendees?: number | undefined;
|
|
5341
5347
|
participant_count?: number | undefined;
|
|
@@ -5351,7 +5357,7 @@ export declare const postApiAlphaPostBody: zod.ZodObject<{
|
|
|
5351
5357
|
location?: Record<string, unknown> | null | undefined;
|
|
5352
5358
|
}, {
|
|
5353
5359
|
start: string;
|
|
5354
|
-
end
|
|
5360
|
+
end: string;
|
|
5355
5361
|
timezone?: string | undefined;
|
|
5356
5362
|
max_attendees?: number | undefined;
|
|
5357
5363
|
participant_count?: number | undefined;
|
|
@@ -5424,7 +5430,7 @@ export declare const postApiAlphaPostBody: zod.ZodObject<{
|
|
|
5424
5430
|
alt_text?: string | undefined;
|
|
5425
5431
|
event?: {
|
|
5426
5432
|
start: string;
|
|
5427
|
-
end
|
|
5433
|
+
end: string;
|
|
5428
5434
|
timezone?: string | undefined;
|
|
5429
5435
|
max_attendees?: number | undefined;
|
|
5430
5436
|
participant_count?: number | undefined;
|
|
@@ -5463,7 +5469,7 @@ export declare const postApiAlphaPostBody: zod.ZodObject<{
|
|
|
5463
5469
|
alt_text?: string | undefined;
|
|
5464
5470
|
event?: {
|
|
5465
5471
|
start: string;
|
|
5466
|
-
end
|
|
5472
|
+
end: string;
|
|
5467
5473
|
timezone?: string | undefined;
|
|
5468
5474
|
max_attendees?: number | undefined;
|
|
5469
5475
|
participant_count?: number | undefined;
|
|
@@ -5759,7 +5765,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
5759
5765
|
}>, "many">>>;
|
|
5760
5766
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
5761
5767
|
start: zod.ZodString;
|
|
5762
|
-
end: zod.
|
|
5768
|
+
end: zod.ZodString;
|
|
5763
5769
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
5764
5770
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
5765
5771
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5775,7 +5781,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
5775
5781
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
5776
5782
|
}, "strip", zod.ZodTypeAny, {
|
|
5777
5783
|
start: string;
|
|
5778
|
-
end
|
|
5784
|
+
end: string;
|
|
5779
5785
|
timezone?: string | undefined;
|
|
5780
5786
|
max_attendees?: number | undefined;
|
|
5781
5787
|
participant_count?: number | undefined;
|
|
@@ -5791,7 +5797,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
5791
5797
|
location?: Record<string, unknown> | null | undefined;
|
|
5792
5798
|
}, {
|
|
5793
5799
|
start: string;
|
|
5794
|
-
end
|
|
5800
|
+
end: string;
|
|
5795
5801
|
timezone?: string | undefined;
|
|
5796
5802
|
max_attendees?: number | undefined;
|
|
5797
5803
|
participant_count?: number | undefined;
|
|
@@ -5895,7 +5901,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
5895
5901
|
tags?: string | null | undefined;
|
|
5896
5902
|
event?: {
|
|
5897
5903
|
start: string;
|
|
5898
|
-
end
|
|
5904
|
+
end: string;
|
|
5899
5905
|
timezone?: string | undefined;
|
|
5900
5906
|
max_attendees?: number | undefined;
|
|
5901
5907
|
participant_count?: number | undefined;
|
|
@@ -5965,7 +5971,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
5965
5971
|
tags?: string | null | undefined;
|
|
5966
5972
|
event?: {
|
|
5967
5973
|
start: string;
|
|
5968
|
-
end
|
|
5974
|
+
end: string;
|
|
5969
5975
|
timezone?: string | undefined;
|
|
5970
5976
|
max_attendees?: number | undefined;
|
|
5971
5977
|
participant_count?: number | undefined;
|
|
@@ -6131,7 +6137,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
6131
6137
|
tags?: string | null | undefined;
|
|
6132
6138
|
event?: {
|
|
6133
6139
|
start: string;
|
|
6134
|
-
end
|
|
6140
|
+
end: string;
|
|
6135
6141
|
timezone?: string | undefined;
|
|
6136
6142
|
max_attendees?: number | undefined;
|
|
6137
6143
|
participant_count?: number | undefined;
|
|
@@ -6281,7 +6287,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
6281
6287
|
tags?: string | null | undefined;
|
|
6282
6288
|
event?: {
|
|
6283
6289
|
start: string;
|
|
6284
|
-
end
|
|
6290
|
+
end: string;
|
|
6285
6291
|
timezone?: string | undefined;
|
|
6286
6292
|
max_attendees?: number | undefined;
|
|
6287
6293
|
participant_count?: number | undefined;
|
|
@@ -7035,7 +7041,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
7035
7041
|
}>, "many">>>;
|
|
7036
7042
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
7037
7043
|
start: zod.ZodString;
|
|
7038
|
-
end: zod.
|
|
7044
|
+
end: zod.ZodString;
|
|
7039
7045
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
7040
7046
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
7041
7047
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -7051,7 +7057,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
7051
7057
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
7052
7058
|
}, "strip", zod.ZodTypeAny, {
|
|
7053
7059
|
start: string;
|
|
7054
|
-
end
|
|
7060
|
+
end: string;
|
|
7055
7061
|
timezone?: string | undefined;
|
|
7056
7062
|
max_attendees?: number | undefined;
|
|
7057
7063
|
participant_count?: number | undefined;
|
|
@@ -7067,7 +7073,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
7067
7073
|
location?: Record<string, unknown> | null | undefined;
|
|
7068
7074
|
}, {
|
|
7069
7075
|
start: string;
|
|
7070
|
-
end
|
|
7076
|
+
end: string;
|
|
7071
7077
|
timezone?: string | undefined;
|
|
7072
7078
|
max_attendees?: number | undefined;
|
|
7073
7079
|
participant_count?: number | undefined;
|
|
@@ -7171,7 +7177,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
7171
7177
|
tags?: string | null | undefined;
|
|
7172
7178
|
event?: {
|
|
7173
7179
|
start: string;
|
|
7174
|
-
end
|
|
7180
|
+
end: string;
|
|
7175
7181
|
timezone?: string | undefined;
|
|
7176
7182
|
max_attendees?: number | undefined;
|
|
7177
7183
|
participant_count?: number | undefined;
|
|
@@ -7241,7 +7247,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
7241
7247
|
tags?: string | null | undefined;
|
|
7242
7248
|
event?: {
|
|
7243
7249
|
start: string;
|
|
7244
|
-
end
|
|
7250
|
+
end: string;
|
|
7245
7251
|
timezone?: string | undefined;
|
|
7246
7252
|
max_attendees?: number | undefined;
|
|
7247
7253
|
participant_count?: number | undefined;
|
|
@@ -7407,7 +7413,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
7407
7413
|
tags?: string | null | undefined;
|
|
7408
7414
|
event?: {
|
|
7409
7415
|
start: string;
|
|
7410
|
-
end
|
|
7416
|
+
end: string;
|
|
7411
7417
|
timezone?: string | undefined;
|
|
7412
7418
|
max_attendees?: number | undefined;
|
|
7413
7419
|
participant_count?: number | undefined;
|
|
@@ -7557,7 +7563,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
7557
7563
|
tags?: string | null | undefined;
|
|
7558
7564
|
event?: {
|
|
7559
7565
|
start: string;
|
|
7560
|
-
end
|
|
7566
|
+
end: string;
|
|
7561
7567
|
timezone?: string | undefined;
|
|
7562
7568
|
max_attendees?: number | undefined;
|
|
7563
7569
|
participant_count?: number | undefined;
|
|
@@ -7709,7 +7715,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
7709
7715
|
tags?: string | null | undefined;
|
|
7710
7716
|
event?: {
|
|
7711
7717
|
start: string;
|
|
7712
|
-
end
|
|
7718
|
+
end: string;
|
|
7713
7719
|
timezone?: string | undefined;
|
|
7714
7720
|
max_attendees?: number | undefined;
|
|
7715
7721
|
participant_count?: number | undefined;
|
|
@@ -7860,7 +7866,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
7860
7866
|
tags?: string | null | undefined;
|
|
7861
7867
|
event?: {
|
|
7862
7868
|
start: string;
|
|
7863
|
-
end
|
|
7869
|
+
end: string;
|
|
7864
7870
|
timezone?: string | undefined;
|
|
7865
7871
|
max_attendees?: number | undefined;
|
|
7866
7872
|
participant_count?: number | undefined;
|
|
@@ -8109,7 +8115,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
8109
8115
|
tags?: string | null | undefined;
|
|
8110
8116
|
event?: {
|
|
8111
8117
|
start: string;
|
|
8112
|
-
end
|
|
8118
|
+
end: string;
|
|
8113
8119
|
timezone?: string | undefined;
|
|
8114
8120
|
max_attendees?: number | undefined;
|
|
8115
8121
|
participant_count?: number | undefined;
|
|
@@ -8260,7 +8266,7 @@ export declare const postApiAlphaPostResponse: zod.ZodObject<{
|
|
|
8260
8266
|
tags?: string | null | undefined;
|
|
8261
8267
|
event?: {
|
|
8262
8268
|
start: string;
|
|
8263
|
-
end
|
|
8269
|
+
end: string;
|
|
8264
8270
|
timezone?: string | undefined;
|
|
8265
8271
|
max_attendees?: number | undefined;
|
|
8266
8272
|
participant_count?: number | undefined;
|
|
@@ -8427,7 +8433,7 @@ export declare const putApiAlphaPostBody: zod.ZodObject<{
|
|
|
8427
8433
|
language_id: zod.ZodOptional<zod.ZodNumber>;
|
|
8428
8434
|
event: zod.ZodOptional<zod.ZodUnion<[zod.ZodObject<{
|
|
8429
8435
|
start: zod.ZodString;
|
|
8430
|
-
end: zod.
|
|
8436
|
+
end: zod.ZodString;
|
|
8431
8437
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
8432
8438
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
8433
8439
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8443,7 +8449,7 @@ export declare const putApiAlphaPostBody: zod.ZodObject<{
|
|
|
8443
8449
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
8444
8450
|
}, "strip", zod.ZodTypeAny, {
|
|
8445
8451
|
start: string;
|
|
8446
|
-
end
|
|
8452
|
+
end: string;
|
|
8447
8453
|
timezone?: string | undefined;
|
|
8448
8454
|
max_attendees?: number | undefined;
|
|
8449
8455
|
participant_count?: number | undefined;
|
|
@@ -8459,7 +8465,7 @@ export declare const putApiAlphaPostBody: zod.ZodObject<{
|
|
|
8459
8465
|
location?: Record<string, unknown> | null | undefined;
|
|
8460
8466
|
}, {
|
|
8461
8467
|
start: string;
|
|
8462
|
-
end
|
|
8468
|
+
end: string;
|
|
8463
8469
|
timezone?: string | undefined;
|
|
8464
8470
|
max_attendees?: number | undefined;
|
|
8465
8471
|
participant_count?: number | undefined;
|
|
@@ -8535,7 +8541,7 @@ export declare const putApiAlphaPostBody: zod.ZodObject<{
|
|
|
8535
8541
|
tags?: string | null | undefined;
|
|
8536
8542
|
event?: {
|
|
8537
8543
|
start: string;
|
|
8538
|
-
end
|
|
8544
|
+
end: string;
|
|
8539
8545
|
timezone?: string | undefined;
|
|
8540
8546
|
max_attendees?: number | undefined;
|
|
8541
8547
|
participant_count?: number | undefined;
|
|
@@ -8575,7 +8581,7 @@ export declare const putApiAlphaPostBody: zod.ZodObject<{
|
|
|
8575
8581
|
tags?: string | null | undefined;
|
|
8576
8582
|
event?: {
|
|
8577
8583
|
start: string;
|
|
8578
|
-
end
|
|
8584
|
+
end: string;
|
|
8579
8585
|
timezone?: string | undefined;
|
|
8580
8586
|
max_attendees?: number | undefined;
|
|
8581
8587
|
participant_count?: number | undefined;
|
|
@@ -8871,7 +8877,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
8871
8877
|
}>, "many">>>;
|
|
8872
8878
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
8873
8879
|
start: zod.ZodString;
|
|
8874
|
-
end: zod.
|
|
8880
|
+
end: zod.ZodString;
|
|
8875
8881
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
8876
8882
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
8877
8883
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8887,7 +8893,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
8887
8893
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
8888
8894
|
}, "strip", zod.ZodTypeAny, {
|
|
8889
8895
|
start: string;
|
|
8890
|
-
end
|
|
8896
|
+
end: string;
|
|
8891
8897
|
timezone?: string | undefined;
|
|
8892
8898
|
max_attendees?: number | undefined;
|
|
8893
8899
|
participant_count?: number | undefined;
|
|
@@ -8903,7 +8909,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
8903
8909
|
location?: Record<string, unknown> | null | undefined;
|
|
8904
8910
|
}, {
|
|
8905
8911
|
start: string;
|
|
8906
|
-
end
|
|
8912
|
+
end: string;
|
|
8907
8913
|
timezone?: string | undefined;
|
|
8908
8914
|
max_attendees?: number | undefined;
|
|
8909
8915
|
participant_count?: number | undefined;
|
|
@@ -9007,7 +9013,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
9007
9013
|
tags?: string | null | undefined;
|
|
9008
9014
|
event?: {
|
|
9009
9015
|
start: string;
|
|
9010
|
-
end
|
|
9016
|
+
end: string;
|
|
9011
9017
|
timezone?: string | undefined;
|
|
9012
9018
|
max_attendees?: number | undefined;
|
|
9013
9019
|
participant_count?: number | undefined;
|
|
@@ -9077,7 +9083,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
9077
9083
|
tags?: string | null | undefined;
|
|
9078
9084
|
event?: {
|
|
9079
9085
|
start: string;
|
|
9080
|
-
end
|
|
9086
|
+
end: string;
|
|
9081
9087
|
timezone?: string | undefined;
|
|
9082
9088
|
max_attendees?: number | undefined;
|
|
9083
9089
|
participant_count?: number | undefined;
|
|
@@ -9243,7 +9249,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
9243
9249
|
tags?: string | null | undefined;
|
|
9244
9250
|
event?: {
|
|
9245
9251
|
start: string;
|
|
9246
|
-
end
|
|
9252
|
+
end: string;
|
|
9247
9253
|
timezone?: string | undefined;
|
|
9248
9254
|
max_attendees?: number | undefined;
|
|
9249
9255
|
participant_count?: number | undefined;
|
|
@@ -9393,7 +9399,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
9393
9399
|
tags?: string | null | undefined;
|
|
9394
9400
|
event?: {
|
|
9395
9401
|
start: string;
|
|
9396
|
-
end
|
|
9402
|
+
end: string;
|
|
9397
9403
|
timezone?: string | undefined;
|
|
9398
9404
|
max_attendees?: number | undefined;
|
|
9399
9405
|
participant_count?: number | undefined;
|
|
@@ -10147,7 +10153,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
10147
10153
|
}>, "many">>>;
|
|
10148
10154
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
10149
10155
|
start: zod.ZodString;
|
|
10150
|
-
end: zod.
|
|
10156
|
+
end: zod.ZodString;
|
|
10151
10157
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
10152
10158
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
10153
10159
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -10163,7 +10169,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
10163
10169
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
10164
10170
|
}, "strip", zod.ZodTypeAny, {
|
|
10165
10171
|
start: string;
|
|
10166
|
-
end
|
|
10172
|
+
end: string;
|
|
10167
10173
|
timezone?: string | undefined;
|
|
10168
10174
|
max_attendees?: number | undefined;
|
|
10169
10175
|
participant_count?: number | undefined;
|
|
@@ -10179,7 +10185,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
10179
10185
|
location?: Record<string, unknown> | null | undefined;
|
|
10180
10186
|
}, {
|
|
10181
10187
|
start: string;
|
|
10182
|
-
end
|
|
10188
|
+
end: string;
|
|
10183
10189
|
timezone?: string | undefined;
|
|
10184
10190
|
max_attendees?: number | undefined;
|
|
10185
10191
|
participant_count?: number | undefined;
|
|
@@ -10283,7 +10289,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
10283
10289
|
tags?: string | null | undefined;
|
|
10284
10290
|
event?: {
|
|
10285
10291
|
start: string;
|
|
10286
|
-
end
|
|
10292
|
+
end: string;
|
|
10287
10293
|
timezone?: string | undefined;
|
|
10288
10294
|
max_attendees?: number | undefined;
|
|
10289
10295
|
participant_count?: number | undefined;
|
|
@@ -10353,7 +10359,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
10353
10359
|
tags?: string | null | undefined;
|
|
10354
10360
|
event?: {
|
|
10355
10361
|
start: string;
|
|
10356
|
-
end
|
|
10362
|
+
end: string;
|
|
10357
10363
|
timezone?: string | undefined;
|
|
10358
10364
|
max_attendees?: number | undefined;
|
|
10359
10365
|
participant_count?: number | undefined;
|
|
@@ -10519,7 +10525,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
10519
10525
|
tags?: string | null | undefined;
|
|
10520
10526
|
event?: {
|
|
10521
10527
|
start: string;
|
|
10522
|
-
end
|
|
10528
|
+
end: string;
|
|
10523
10529
|
timezone?: string | undefined;
|
|
10524
10530
|
max_attendees?: number | undefined;
|
|
10525
10531
|
participant_count?: number | undefined;
|
|
@@ -10669,7 +10675,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
10669
10675
|
tags?: string | null | undefined;
|
|
10670
10676
|
event?: {
|
|
10671
10677
|
start: string;
|
|
10672
|
-
end
|
|
10678
|
+
end: string;
|
|
10673
10679
|
timezone?: string | undefined;
|
|
10674
10680
|
max_attendees?: number | undefined;
|
|
10675
10681
|
participant_count?: number | undefined;
|
|
@@ -10821,7 +10827,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
10821
10827
|
tags?: string | null | undefined;
|
|
10822
10828
|
event?: {
|
|
10823
10829
|
start: string;
|
|
10824
|
-
end
|
|
10830
|
+
end: string;
|
|
10825
10831
|
timezone?: string | undefined;
|
|
10826
10832
|
max_attendees?: number | undefined;
|
|
10827
10833
|
participant_count?: number | undefined;
|
|
@@ -10972,7 +10978,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
10972
10978
|
tags?: string | null | undefined;
|
|
10973
10979
|
event?: {
|
|
10974
10980
|
start: string;
|
|
10975
|
-
end
|
|
10981
|
+
end: string;
|
|
10976
10982
|
timezone?: string | undefined;
|
|
10977
10983
|
max_attendees?: number | undefined;
|
|
10978
10984
|
participant_count?: number | undefined;
|
|
@@ -11221,7 +11227,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
11221
11227
|
tags?: string | null | undefined;
|
|
11222
11228
|
event?: {
|
|
11223
11229
|
start: string;
|
|
11224
|
-
end
|
|
11230
|
+
end: string;
|
|
11225
11231
|
timezone?: string | undefined;
|
|
11226
11232
|
max_attendees?: number | undefined;
|
|
11227
11233
|
participant_count?: number | undefined;
|
|
@@ -11372,7 +11378,7 @@ export declare const putApiAlphaPostResponse: zod.ZodObject<{
|
|
|
11372
11378
|
tags?: string | null | undefined;
|
|
11373
11379
|
event?: {
|
|
11374
11380
|
start: string;
|
|
11375
|
-
end
|
|
11381
|
+
end: string;
|
|
11376
11382
|
timezone?: string | undefined;
|
|
11377
11383
|
max_attendees?: number | undefined;
|
|
11378
11384
|
participant_count?: number | undefined;
|
|
@@ -11868,7 +11874,7 @@ export declare const getApiAlphaPostRepliesResponse: zod.ZodObject<{
|
|
|
11868
11874
|
}>, "many">>>;
|
|
11869
11875
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
11870
11876
|
start: zod.ZodString;
|
|
11871
|
-
end: zod.
|
|
11877
|
+
end: zod.ZodString;
|
|
11872
11878
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
11873
11879
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
11874
11880
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -11884,7 +11890,7 @@ export declare const getApiAlphaPostRepliesResponse: zod.ZodObject<{
|
|
|
11884
11890
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
11885
11891
|
}, "strip", zod.ZodTypeAny, {
|
|
11886
11892
|
start: string;
|
|
11887
|
-
end
|
|
11893
|
+
end: string;
|
|
11888
11894
|
timezone?: string | undefined;
|
|
11889
11895
|
max_attendees?: number | undefined;
|
|
11890
11896
|
participant_count?: number | undefined;
|
|
@@ -11900,7 +11906,7 @@ export declare const getApiAlphaPostRepliesResponse: zod.ZodObject<{
|
|
|
11900
11906
|
location?: Record<string, unknown> | null | undefined;
|
|
11901
11907
|
}, {
|
|
11902
11908
|
start: string;
|
|
11903
|
-
end
|
|
11909
|
+
end: string;
|
|
11904
11910
|
timezone?: string | undefined;
|
|
11905
11911
|
max_attendees?: number | undefined;
|
|
11906
11912
|
participant_count?: number | undefined;
|
|
@@ -12004,7 +12010,7 @@ export declare const getApiAlphaPostRepliesResponse: zod.ZodObject<{
|
|
|
12004
12010
|
tags?: string | null | undefined;
|
|
12005
12011
|
event?: {
|
|
12006
12012
|
start: string;
|
|
12007
|
-
end
|
|
12013
|
+
end: string;
|
|
12008
12014
|
timezone?: string | undefined;
|
|
12009
12015
|
max_attendees?: number | undefined;
|
|
12010
12016
|
participant_count?: number | undefined;
|
|
@@ -12074,7 +12080,7 @@ export declare const getApiAlphaPostRepliesResponse: zod.ZodObject<{
|
|
|
12074
12080
|
tags?: string | null | undefined;
|
|
12075
12081
|
event?: {
|
|
12076
12082
|
start: string;
|
|
12077
|
-
end
|
|
12083
|
+
end: string;
|
|
12078
12084
|
timezone?: string | undefined;
|
|
12079
12085
|
max_attendees?: number | undefined;
|
|
12080
12086
|
participant_count?: number | undefined;
|
|
@@ -12236,7 +12242,7 @@ export declare const getApiAlphaPostRepliesResponse: zod.ZodObject<{
|
|
|
12236
12242
|
tags?: string | null | undefined;
|
|
12237
12243
|
event?: {
|
|
12238
12244
|
start: string;
|
|
12239
|
-
end
|
|
12245
|
+
end: string;
|
|
12240
12246
|
timezone?: string | undefined;
|
|
12241
12247
|
max_attendees?: number | undefined;
|
|
12242
12248
|
participant_count?: number | undefined;
|
|
@@ -12396,7 +12402,7 @@ export declare const getApiAlphaPostRepliesResponse: zod.ZodObject<{
|
|
|
12396
12402
|
tags?: string | null | undefined;
|
|
12397
12403
|
event?: {
|
|
12398
12404
|
start: string;
|
|
12399
|
-
end
|
|
12405
|
+
end: string;
|
|
12400
12406
|
timezone?: string | undefined;
|
|
12401
12407
|
max_attendees?: number | undefined;
|
|
12402
12408
|
participant_count?: number | undefined;
|
|
@@ -12559,7 +12565,7 @@ export declare const getApiAlphaPostRepliesResponse: zod.ZodObject<{
|
|
|
12559
12565
|
tags?: string | null | undefined;
|
|
12560
12566
|
event?: {
|
|
12561
12567
|
start: string;
|
|
12562
|
-
end
|
|
12568
|
+
end: string;
|
|
12563
12569
|
timezone?: string | undefined;
|
|
12564
12570
|
max_attendees?: number | undefined;
|
|
12565
12571
|
participant_count?: number | undefined;
|
|
@@ -12722,7 +12728,7 @@ export declare const getApiAlphaPostRepliesResponse: zod.ZodObject<{
|
|
|
12722
12728
|
tags?: string | null | undefined;
|
|
12723
12729
|
event?: {
|
|
12724
12730
|
start: string;
|
|
12725
|
-
end
|
|
12731
|
+
end: string;
|
|
12726
12732
|
timezone?: string | undefined;
|
|
12727
12733
|
max_attendees?: number | undefined;
|
|
12728
12734
|
participant_count?: number | undefined;
|
|
@@ -13085,7 +13091,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
13085
13091
|
}>, "many">>>;
|
|
13086
13092
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
13087
13093
|
start: zod.ZodString;
|
|
13088
|
-
end: zod.
|
|
13094
|
+
end: zod.ZodString;
|
|
13089
13095
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
13090
13096
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
13091
13097
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -13101,7 +13107,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
13101
13107
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
13102
13108
|
}, "strip", zod.ZodTypeAny, {
|
|
13103
13109
|
start: string;
|
|
13104
|
-
end
|
|
13110
|
+
end: string;
|
|
13105
13111
|
timezone?: string | undefined;
|
|
13106
13112
|
max_attendees?: number | undefined;
|
|
13107
13113
|
participant_count?: number | undefined;
|
|
@@ -13117,7 +13123,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
13117
13123
|
location?: Record<string, unknown> | null | undefined;
|
|
13118
13124
|
}, {
|
|
13119
13125
|
start: string;
|
|
13120
|
-
end
|
|
13126
|
+
end: string;
|
|
13121
13127
|
timezone?: string | undefined;
|
|
13122
13128
|
max_attendees?: number | undefined;
|
|
13123
13129
|
participant_count?: number | undefined;
|
|
@@ -13221,7 +13227,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
13221
13227
|
tags?: string | null | undefined;
|
|
13222
13228
|
event?: {
|
|
13223
13229
|
start: string;
|
|
13224
|
-
end
|
|
13230
|
+
end: string;
|
|
13225
13231
|
timezone?: string | undefined;
|
|
13226
13232
|
max_attendees?: number | undefined;
|
|
13227
13233
|
participant_count?: number | undefined;
|
|
@@ -13291,7 +13297,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
13291
13297
|
tags?: string | null | undefined;
|
|
13292
13298
|
event?: {
|
|
13293
13299
|
start: string;
|
|
13294
|
-
end
|
|
13300
|
+
end: string;
|
|
13295
13301
|
timezone?: string | undefined;
|
|
13296
13302
|
max_attendees?: number | undefined;
|
|
13297
13303
|
participant_count?: number | undefined;
|
|
@@ -13457,7 +13463,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
13457
13463
|
tags?: string | null | undefined;
|
|
13458
13464
|
event?: {
|
|
13459
13465
|
start: string;
|
|
13460
|
-
end
|
|
13466
|
+
end: string;
|
|
13461
13467
|
timezone?: string | undefined;
|
|
13462
13468
|
max_attendees?: number | undefined;
|
|
13463
13469
|
participant_count?: number | undefined;
|
|
@@ -13607,7 +13613,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
13607
13613
|
tags?: string | null | undefined;
|
|
13608
13614
|
event?: {
|
|
13609
13615
|
start: string;
|
|
13610
|
-
end
|
|
13616
|
+
end: string;
|
|
13611
13617
|
timezone?: string | undefined;
|
|
13612
13618
|
max_attendees?: number | undefined;
|
|
13613
13619
|
participant_count?: number | undefined;
|
|
@@ -14361,7 +14367,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
14361
14367
|
}>, "many">>>;
|
|
14362
14368
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
14363
14369
|
start: zod.ZodString;
|
|
14364
|
-
end: zod.
|
|
14370
|
+
end: zod.ZodString;
|
|
14365
14371
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
14366
14372
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
14367
14373
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -14377,7 +14383,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
14377
14383
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
14378
14384
|
}, "strip", zod.ZodTypeAny, {
|
|
14379
14385
|
start: string;
|
|
14380
|
-
end
|
|
14386
|
+
end: string;
|
|
14381
14387
|
timezone?: string | undefined;
|
|
14382
14388
|
max_attendees?: number | undefined;
|
|
14383
14389
|
participant_count?: number | undefined;
|
|
@@ -14393,7 +14399,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
14393
14399
|
location?: Record<string, unknown> | null | undefined;
|
|
14394
14400
|
}, {
|
|
14395
14401
|
start: string;
|
|
14396
|
-
end
|
|
14402
|
+
end: string;
|
|
14397
14403
|
timezone?: string | undefined;
|
|
14398
14404
|
max_attendees?: number | undefined;
|
|
14399
14405
|
participant_count?: number | undefined;
|
|
@@ -14497,7 +14503,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
14497
14503
|
tags?: string | null | undefined;
|
|
14498
14504
|
event?: {
|
|
14499
14505
|
start: string;
|
|
14500
|
-
end
|
|
14506
|
+
end: string;
|
|
14501
14507
|
timezone?: string | undefined;
|
|
14502
14508
|
max_attendees?: number | undefined;
|
|
14503
14509
|
participant_count?: number | undefined;
|
|
@@ -14567,7 +14573,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
14567
14573
|
tags?: string | null | undefined;
|
|
14568
14574
|
event?: {
|
|
14569
14575
|
start: string;
|
|
14570
|
-
end
|
|
14576
|
+
end: string;
|
|
14571
14577
|
timezone?: string | undefined;
|
|
14572
14578
|
max_attendees?: number | undefined;
|
|
14573
14579
|
participant_count?: number | undefined;
|
|
@@ -14733,7 +14739,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
14733
14739
|
tags?: string | null | undefined;
|
|
14734
14740
|
event?: {
|
|
14735
14741
|
start: string;
|
|
14736
|
-
end
|
|
14742
|
+
end: string;
|
|
14737
14743
|
timezone?: string | undefined;
|
|
14738
14744
|
max_attendees?: number | undefined;
|
|
14739
14745
|
participant_count?: number | undefined;
|
|
@@ -14883,7 +14889,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
14883
14889
|
tags?: string | null | undefined;
|
|
14884
14890
|
event?: {
|
|
14885
14891
|
start: string;
|
|
14886
|
-
end
|
|
14892
|
+
end: string;
|
|
14887
14893
|
timezone?: string | undefined;
|
|
14888
14894
|
max_attendees?: number | undefined;
|
|
14889
14895
|
participant_count?: number | undefined;
|
|
@@ -15035,7 +15041,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
15035
15041
|
tags?: string | null | undefined;
|
|
15036
15042
|
event?: {
|
|
15037
15043
|
start: string;
|
|
15038
|
-
end
|
|
15044
|
+
end: string;
|
|
15039
15045
|
timezone?: string | undefined;
|
|
15040
15046
|
max_attendees?: number | undefined;
|
|
15041
15047
|
participant_count?: number | undefined;
|
|
@@ -15186,7 +15192,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
15186
15192
|
tags?: string | null | undefined;
|
|
15187
15193
|
event?: {
|
|
15188
15194
|
start: string;
|
|
15189
|
-
end
|
|
15195
|
+
end: string;
|
|
15190
15196
|
timezone?: string | undefined;
|
|
15191
15197
|
max_attendees?: number | undefined;
|
|
15192
15198
|
participant_count?: number | undefined;
|
|
@@ -15435,7 +15441,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
15435
15441
|
tags?: string | null | undefined;
|
|
15436
15442
|
event?: {
|
|
15437
15443
|
start: string;
|
|
15438
|
-
end
|
|
15444
|
+
end: string;
|
|
15439
15445
|
timezone?: string | undefined;
|
|
15440
15446
|
max_attendees?: number | undefined;
|
|
15441
15447
|
participant_count?: number | undefined;
|
|
@@ -15586,7 +15592,7 @@ export declare const postApiAlphaPostLikeResponse: zod.ZodObject<{
|
|
|
15586
15592
|
tags?: string | null | undefined;
|
|
15587
15593
|
event?: {
|
|
15588
15594
|
start: string;
|
|
15589
|
-
end
|
|
15595
|
+
end: string;
|
|
15590
15596
|
timezone?: string | undefined;
|
|
15591
15597
|
max_attendees?: number | undefined;
|
|
15592
15598
|
participant_count?: number | undefined;
|
|
@@ -16011,7 +16017,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
16011
16017
|
}>, "many">>>;
|
|
16012
16018
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
16013
16019
|
start: zod.ZodString;
|
|
16014
|
-
end: zod.
|
|
16020
|
+
end: zod.ZodString;
|
|
16015
16021
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
16016
16022
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
16017
16023
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -16027,7 +16033,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
16027
16033
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
16028
16034
|
}, "strip", zod.ZodTypeAny, {
|
|
16029
16035
|
start: string;
|
|
16030
|
-
end
|
|
16036
|
+
end: string;
|
|
16031
16037
|
timezone?: string | undefined;
|
|
16032
16038
|
max_attendees?: number | undefined;
|
|
16033
16039
|
participant_count?: number | undefined;
|
|
@@ -16043,7 +16049,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
16043
16049
|
location?: Record<string, unknown> | null | undefined;
|
|
16044
16050
|
}, {
|
|
16045
16051
|
start: string;
|
|
16046
|
-
end
|
|
16052
|
+
end: string;
|
|
16047
16053
|
timezone?: string | undefined;
|
|
16048
16054
|
max_attendees?: number | undefined;
|
|
16049
16055
|
participant_count?: number | undefined;
|
|
@@ -16147,7 +16153,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
16147
16153
|
tags?: string | null | undefined;
|
|
16148
16154
|
event?: {
|
|
16149
16155
|
start: string;
|
|
16150
|
-
end
|
|
16156
|
+
end: string;
|
|
16151
16157
|
timezone?: string | undefined;
|
|
16152
16158
|
max_attendees?: number | undefined;
|
|
16153
16159
|
participant_count?: number | undefined;
|
|
@@ -16217,7 +16223,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
16217
16223
|
tags?: string | null | undefined;
|
|
16218
16224
|
event?: {
|
|
16219
16225
|
start: string;
|
|
16220
|
-
end
|
|
16226
|
+
end: string;
|
|
16221
16227
|
timezone?: string | undefined;
|
|
16222
16228
|
max_attendees?: number | undefined;
|
|
16223
16229
|
participant_count?: number | undefined;
|
|
@@ -16383,7 +16389,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
16383
16389
|
tags?: string | null | undefined;
|
|
16384
16390
|
event?: {
|
|
16385
16391
|
start: string;
|
|
16386
|
-
end
|
|
16392
|
+
end: string;
|
|
16387
16393
|
timezone?: string | undefined;
|
|
16388
16394
|
max_attendees?: number | undefined;
|
|
16389
16395
|
participant_count?: number | undefined;
|
|
@@ -16533,7 +16539,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
16533
16539
|
tags?: string | null | undefined;
|
|
16534
16540
|
event?: {
|
|
16535
16541
|
start: string;
|
|
16536
|
-
end
|
|
16542
|
+
end: string;
|
|
16537
16543
|
timezone?: string | undefined;
|
|
16538
16544
|
max_attendees?: number | undefined;
|
|
16539
16545
|
participant_count?: number | undefined;
|
|
@@ -17287,7 +17293,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
17287
17293
|
}>, "many">>>;
|
|
17288
17294
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
17289
17295
|
start: zod.ZodString;
|
|
17290
|
-
end: zod.
|
|
17296
|
+
end: zod.ZodString;
|
|
17291
17297
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
17292
17298
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
17293
17299
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -17303,7 +17309,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
17303
17309
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
17304
17310
|
}, "strip", zod.ZodTypeAny, {
|
|
17305
17311
|
start: string;
|
|
17306
|
-
end
|
|
17312
|
+
end: string;
|
|
17307
17313
|
timezone?: string | undefined;
|
|
17308
17314
|
max_attendees?: number | undefined;
|
|
17309
17315
|
participant_count?: number | undefined;
|
|
@@ -17319,7 +17325,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
17319
17325
|
location?: Record<string, unknown> | null | undefined;
|
|
17320
17326
|
}, {
|
|
17321
17327
|
start: string;
|
|
17322
|
-
end
|
|
17328
|
+
end: string;
|
|
17323
17329
|
timezone?: string | undefined;
|
|
17324
17330
|
max_attendees?: number | undefined;
|
|
17325
17331
|
participant_count?: number | undefined;
|
|
@@ -17423,7 +17429,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
17423
17429
|
tags?: string | null | undefined;
|
|
17424
17430
|
event?: {
|
|
17425
17431
|
start: string;
|
|
17426
|
-
end
|
|
17432
|
+
end: string;
|
|
17427
17433
|
timezone?: string | undefined;
|
|
17428
17434
|
max_attendees?: number | undefined;
|
|
17429
17435
|
participant_count?: number | undefined;
|
|
@@ -17493,7 +17499,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
17493
17499
|
tags?: string | null | undefined;
|
|
17494
17500
|
event?: {
|
|
17495
17501
|
start: string;
|
|
17496
|
-
end
|
|
17502
|
+
end: string;
|
|
17497
17503
|
timezone?: string | undefined;
|
|
17498
17504
|
max_attendees?: number | undefined;
|
|
17499
17505
|
participant_count?: number | undefined;
|
|
@@ -17659,7 +17665,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
17659
17665
|
tags?: string | null | undefined;
|
|
17660
17666
|
event?: {
|
|
17661
17667
|
start: string;
|
|
17662
|
-
end
|
|
17668
|
+
end: string;
|
|
17663
17669
|
timezone?: string | undefined;
|
|
17664
17670
|
max_attendees?: number | undefined;
|
|
17665
17671
|
participant_count?: number | undefined;
|
|
@@ -17809,7 +17815,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
17809
17815
|
tags?: string | null | undefined;
|
|
17810
17816
|
event?: {
|
|
17811
17817
|
start: string;
|
|
17812
|
-
end
|
|
17818
|
+
end: string;
|
|
17813
17819
|
timezone?: string | undefined;
|
|
17814
17820
|
max_attendees?: number | undefined;
|
|
17815
17821
|
participant_count?: number | undefined;
|
|
@@ -17961,7 +17967,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
17961
17967
|
tags?: string | null | undefined;
|
|
17962
17968
|
event?: {
|
|
17963
17969
|
start: string;
|
|
17964
|
-
end
|
|
17970
|
+
end: string;
|
|
17965
17971
|
timezone?: string | undefined;
|
|
17966
17972
|
max_attendees?: number | undefined;
|
|
17967
17973
|
participant_count?: number | undefined;
|
|
@@ -18112,7 +18118,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
18112
18118
|
tags?: string | null | undefined;
|
|
18113
18119
|
event?: {
|
|
18114
18120
|
start: string;
|
|
18115
|
-
end
|
|
18121
|
+
end: string;
|
|
18116
18122
|
timezone?: string | undefined;
|
|
18117
18123
|
max_attendees?: number | undefined;
|
|
18118
18124
|
participant_count?: number | undefined;
|
|
@@ -18361,7 +18367,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
18361
18367
|
tags?: string | null | undefined;
|
|
18362
18368
|
event?: {
|
|
18363
18369
|
start: string;
|
|
18364
|
-
end
|
|
18370
|
+
end: string;
|
|
18365
18371
|
timezone?: string | undefined;
|
|
18366
18372
|
max_attendees?: number | undefined;
|
|
18367
18373
|
participant_count?: number | undefined;
|
|
@@ -18512,7 +18518,7 @@ export declare const putApiAlphaPostSaveResponse: zod.ZodObject<{
|
|
|
18512
18518
|
tags?: string | null | undefined;
|
|
18513
18519
|
event?: {
|
|
18514
18520
|
start: string;
|
|
18515
|
-
end
|
|
18521
|
+
end: string;
|
|
18516
18522
|
timezone?: string | undefined;
|
|
18517
18523
|
max_attendees?: number | undefined;
|
|
18518
18524
|
participant_count?: number | undefined;
|
|
@@ -18937,7 +18943,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
18937
18943
|
}>, "many">>>;
|
|
18938
18944
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
18939
18945
|
start: zod.ZodString;
|
|
18940
|
-
end: zod.
|
|
18946
|
+
end: zod.ZodString;
|
|
18941
18947
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
18942
18948
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
18943
18949
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -18953,7 +18959,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
18953
18959
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
18954
18960
|
}, "strip", zod.ZodTypeAny, {
|
|
18955
18961
|
start: string;
|
|
18956
|
-
end
|
|
18962
|
+
end: string;
|
|
18957
18963
|
timezone?: string | undefined;
|
|
18958
18964
|
max_attendees?: number | undefined;
|
|
18959
18965
|
participant_count?: number | undefined;
|
|
@@ -18969,7 +18975,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
18969
18975
|
location?: Record<string, unknown> | null | undefined;
|
|
18970
18976
|
}, {
|
|
18971
18977
|
start: string;
|
|
18972
|
-
end
|
|
18978
|
+
end: string;
|
|
18973
18979
|
timezone?: string | undefined;
|
|
18974
18980
|
max_attendees?: number | undefined;
|
|
18975
18981
|
participant_count?: number | undefined;
|
|
@@ -19073,7 +19079,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
19073
19079
|
tags?: string | null | undefined;
|
|
19074
19080
|
event?: {
|
|
19075
19081
|
start: string;
|
|
19076
|
-
end
|
|
19082
|
+
end: string;
|
|
19077
19083
|
timezone?: string | undefined;
|
|
19078
19084
|
max_attendees?: number | undefined;
|
|
19079
19085
|
participant_count?: number | undefined;
|
|
@@ -19143,7 +19149,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
19143
19149
|
tags?: string | null | undefined;
|
|
19144
19150
|
event?: {
|
|
19145
19151
|
start: string;
|
|
19146
|
-
end
|
|
19152
|
+
end: string;
|
|
19147
19153
|
timezone?: string | undefined;
|
|
19148
19154
|
max_attendees?: number | undefined;
|
|
19149
19155
|
participant_count?: number | undefined;
|
|
@@ -19309,7 +19315,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
19309
19315
|
tags?: string | null | undefined;
|
|
19310
19316
|
event?: {
|
|
19311
19317
|
start: string;
|
|
19312
|
-
end
|
|
19318
|
+
end: string;
|
|
19313
19319
|
timezone?: string | undefined;
|
|
19314
19320
|
max_attendees?: number | undefined;
|
|
19315
19321
|
participant_count?: number | undefined;
|
|
@@ -19459,7 +19465,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
19459
19465
|
tags?: string | null | undefined;
|
|
19460
19466
|
event?: {
|
|
19461
19467
|
start: string;
|
|
19462
|
-
end
|
|
19468
|
+
end: string;
|
|
19463
19469
|
timezone?: string | undefined;
|
|
19464
19470
|
max_attendees?: number | undefined;
|
|
19465
19471
|
participant_count?: number | undefined;
|
|
@@ -20213,7 +20219,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
20213
20219
|
}>, "many">>>;
|
|
20214
20220
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
20215
20221
|
start: zod.ZodString;
|
|
20216
|
-
end: zod.
|
|
20222
|
+
end: zod.ZodString;
|
|
20217
20223
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
20218
20224
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
20219
20225
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -20229,7 +20235,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
20229
20235
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
20230
20236
|
}, "strip", zod.ZodTypeAny, {
|
|
20231
20237
|
start: string;
|
|
20232
|
-
end
|
|
20238
|
+
end: string;
|
|
20233
20239
|
timezone?: string | undefined;
|
|
20234
20240
|
max_attendees?: number | undefined;
|
|
20235
20241
|
participant_count?: number | undefined;
|
|
@@ -20245,7 +20251,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
20245
20251
|
location?: Record<string, unknown> | null | undefined;
|
|
20246
20252
|
}, {
|
|
20247
20253
|
start: string;
|
|
20248
|
-
end
|
|
20254
|
+
end: string;
|
|
20249
20255
|
timezone?: string | undefined;
|
|
20250
20256
|
max_attendees?: number | undefined;
|
|
20251
20257
|
participant_count?: number | undefined;
|
|
@@ -20349,7 +20355,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
20349
20355
|
tags?: string | null | undefined;
|
|
20350
20356
|
event?: {
|
|
20351
20357
|
start: string;
|
|
20352
|
-
end
|
|
20358
|
+
end: string;
|
|
20353
20359
|
timezone?: string | undefined;
|
|
20354
20360
|
max_attendees?: number | undefined;
|
|
20355
20361
|
participant_count?: number | undefined;
|
|
@@ -20419,7 +20425,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
20419
20425
|
tags?: string | null | undefined;
|
|
20420
20426
|
event?: {
|
|
20421
20427
|
start: string;
|
|
20422
|
-
end
|
|
20428
|
+
end: string;
|
|
20423
20429
|
timezone?: string | undefined;
|
|
20424
20430
|
max_attendees?: number | undefined;
|
|
20425
20431
|
participant_count?: number | undefined;
|
|
@@ -20585,7 +20591,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
20585
20591
|
tags?: string | null | undefined;
|
|
20586
20592
|
event?: {
|
|
20587
20593
|
start: string;
|
|
20588
|
-
end
|
|
20594
|
+
end: string;
|
|
20589
20595
|
timezone?: string | undefined;
|
|
20590
20596
|
max_attendees?: number | undefined;
|
|
20591
20597
|
participant_count?: number | undefined;
|
|
@@ -20735,7 +20741,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
20735
20741
|
tags?: string | null | undefined;
|
|
20736
20742
|
event?: {
|
|
20737
20743
|
start: string;
|
|
20738
|
-
end
|
|
20744
|
+
end: string;
|
|
20739
20745
|
timezone?: string | undefined;
|
|
20740
20746
|
max_attendees?: number | undefined;
|
|
20741
20747
|
participant_count?: number | undefined;
|
|
@@ -20887,7 +20893,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
20887
20893
|
tags?: string | null | undefined;
|
|
20888
20894
|
event?: {
|
|
20889
20895
|
start: string;
|
|
20890
|
-
end
|
|
20896
|
+
end: string;
|
|
20891
20897
|
timezone?: string | undefined;
|
|
20892
20898
|
max_attendees?: number | undefined;
|
|
20893
20899
|
participant_count?: number | undefined;
|
|
@@ -21038,7 +21044,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
21038
21044
|
tags?: string | null | undefined;
|
|
21039
21045
|
event?: {
|
|
21040
21046
|
start: string;
|
|
21041
|
-
end
|
|
21047
|
+
end: string;
|
|
21042
21048
|
timezone?: string | undefined;
|
|
21043
21049
|
max_attendees?: number | undefined;
|
|
21044
21050
|
participant_count?: number | undefined;
|
|
@@ -21287,7 +21293,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
21287
21293
|
tags?: string | null | undefined;
|
|
21288
21294
|
event?: {
|
|
21289
21295
|
start: string;
|
|
21290
|
-
end
|
|
21296
|
+
end: string;
|
|
21291
21297
|
timezone?: string | undefined;
|
|
21292
21298
|
max_attendees?: number | undefined;
|
|
21293
21299
|
participant_count?: number | undefined;
|
|
@@ -21438,7 +21444,7 @@ export declare const putApiAlphaPostSubscribeResponse: zod.ZodObject<{
|
|
|
21438
21444
|
tags?: string | null | undefined;
|
|
21439
21445
|
event?: {
|
|
21440
21446
|
start: string;
|
|
21441
|
-
end
|
|
21447
|
+
end: string;
|
|
21442
21448
|
timezone?: string | undefined;
|
|
21443
21449
|
max_attendees?: number | undefined;
|
|
21444
21450
|
participant_count?: number | undefined;
|
|
@@ -21863,7 +21869,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
21863
21869
|
}>, "many">>>;
|
|
21864
21870
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
21865
21871
|
start: zod.ZodString;
|
|
21866
|
-
end: zod.
|
|
21872
|
+
end: zod.ZodString;
|
|
21867
21873
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
21868
21874
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
21869
21875
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -21879,7 +21885,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
21879
21885
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
21880
21886
|
}, "strip", zod.ZodTypeAny, {
|
|
21881
21887
|
start: string;
|
|
21882
|
-
end
|
|
21888
|
+
end: string;
|
|
21883
21889
|
timezone?: string | undefined;
|
|
21884
21890
|
max_attendees?: number | undefined;
|
|
21885
21891
|
participant_count?: number | undefined;
|
|
@@ -21895,7 +21901,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
21895
21901
|
location?: Record<string, unknown> | null | undefined;
|
|
21896
21902
|
}, {
|
|
21897
21903
|
start: string;
|
|
21898
|
-
end
|
|
21904
|
+
end: string;
|
|
21899
21905
|
timezone?: string | undefined;
|
|
21900
21906
|
max_attendees?: number | undefined;
|
|
21901
21907
|
participant_count?: number | undefined;
|
|
@@ -21999,7 +22005,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
21999
22005
|
tags?: string | null | undefined;
|
|
22000
22006
|
event?: {
|
|
22001
22007
|
start: string;
|
|
22002
|
-
end
|
|
22008
|
+
end: string;
|
|
22003
22009
|
timezone?: string | undefined;
|
|
22004
22010
|
max_attendees?: number | undefined;
|
|
22005
22011
|
participant_count?: number | undefined;
|
|
@@ -22069,7 +22075,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
22069
22075
|
tags?: string | null | undefined;
|
|
22070
22076
|
event?: {
|
|
22071
22077
|
start: string;
|
|
22072
|
-
end
|
|
22078
|
+
end: string;
|
|
22073
22079
|
timezone?: string | undefined;
|
|
22074
22080
|
max_attendees?: number | undefined;
|
|
22075
22081
|
participant_count?: number | undefined;
|
|
@@ -22235,7 +22241,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
22235
22241
|
tags?: string | null | undefined;
|
|
22236
22242
|
event?: {
|
|
22237
22243
|
start: string;
|
|
22238
|
-
end
|
|
22244
|
+
end: string;
|
|
22239
22245
|
timezone?: string | undefined;
|
|
22240
22246
|
max_attendees?: number | undefined;
|
|
22241
22247
|
participant_count?: number | undefined;
|
|
@@ -22385,7 +22391,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
22385
22391
|
tags?: string | null | undefined;
|
|
22386
22392
|
event?: {
|
|
22387
22393
|
start: string;
|
|
22388
|
-
end
|
|
22394
|
+
end: string;
|
|
22389
22395
|
timezone?: string | undefined;
|
|
22390
22396
|
max_attendees?: number | undefined;
|
|
22391
22397
|
participant_count?: number | undefined;
|
|
@@ -23139,7 +23145,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
23139
23145
|
}>, "many">>>;
|
|
23140
23146
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
23141
23147
|
start: zod.ZodString;
|
|
23142
|
-
end: zod.
|
|
23148
|
+
end: zod.ZodString;
|
|
23143
23149
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
23144
23150
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
23145
23151
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -23155,7 +23161,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
23155
23161
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
23156
23162
|
}, "strip", zod.ZodTypeAny, {
|
|
23157
23163
|
start: string;
|
|
23158
|
-
end
|
|
23164
|
+
end: string;
|
|
23159
23165
|
timezone?: string | undefined;
|
|
23160
23166
|
max_attendees?: number | undefined;
|
|
23161
23167
|
participant_count?: number | undefined;
|
|
@@ -23171,7 +23177,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
23171
23177
|
location?: Record<string, unknown> | null | undefined;
|
|
23172
23178
|
}, {
|
|
23173
23179
|
start: string;
|
|
23174
|
-
end
|
|
23180
|
+
end: string;
|
|
23175
23181
|
timezone?: string | undefined;
|
|
23176
23182
|
max_attendees?: number | undefined;
|
|
23177
23183
|
participant_count?: number | undefined;
|
|
@@ -23275,7 +23281,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
23275
23281
|
tags?: string | null | undefined;
|
|
23276
23282
|
event?: {
|
|
23277
23283
|
start: string;
|
|
23278
|
-
end
|
|
23284
|
+
end: string;
|
|
23279
23285
|
timezone?: string | undefined;
|
|
23280
23286
|
max_attendees?: number | undefined;
|
|
23281
23287
|
participant_count?: number | undefined;
|
|
@@ -23345,7 +23351,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
23345
23351
|
tags?: string | null | undefined;
|
|
23346
23352
|
event?: {
|
|
23347
23353
|
start: string;
|
|
23348
|
-
end
|
|
23354
|
+
end: string;
|
|
23349
23355
|
timezone?: string | undefined;
|
|
23350
23356
|
max_attendees?: number | undefined;
|
|
23351
23357
|
participant_count?: number | undefined;
|
|
@@ -23511,7 +23517,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
23511
23517
|
tags?: string | null | undefined;
|
|
23512
23518
|
event?: {
|
|
23513
23519
|
start: string;
|
|
23514
|
-
end
|
|
23520
|
+
end: string;
|
|
23515
23521
|
timezone?: string | undefined;
|
|
23516
23522
|
max_attendees?: number | undefined;
|
|
23517
23523
|
participant_count?: number | undefined;
|
|
@@ -23661,7 +23667,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
23661
23667
|
tags?: string | null | undefined;
|
|
23662
23668
|
event?: {
|
|
23663
23669
|
start: string;
|
|
23664
|
-
end
|
|
23670
|
+
end: string;
|
|
23665
23671
|
timezone?: string | undefined;
|
|
23666
23672
|
max_attendees?: number | undefined;
|
|
23667
23673
|
participant_count?: number | undefined;
|
|
@@ -23813,7 +23819,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
23813
23819
|
tags?: string | null | undefined;
|
|
23814
23820
|
event?: {
|
|
23815
23821
|
start: string;
|
|
23816
|
-
end
|
|
23822
|
+
end: string;
|
|
23817
23823
|
timezone?: string | undefined;
|
|
23818
23824
|
max_attendees?: number | undefined;
|
|
23819
23825
|
participant_count?: number | undefined;
|
|
@@ -23964,7 +23970,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
23964
23970
|
tags?: string | null | undefined;
|
|
23965
23971
|
event?: {
|
|
23966
23972
|
start: string;
|
|
23967
|
-
end
|
|
23973
|
+
end: string;
|
|
23968
23974
|
timezone?: string | undefined;
|
|
23969
23975
|
max_attendees?: number | undefined;
|
|
23970
23976
|
participant_count?: number | undefined;
|
|
@@ -24213,7 +24219,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
24213
24219
|
tags?: string | null | undefined;
|
|
24214
24220
|
event?: {
|
|
24215
24221
|
start: string;
|
|
24216
|
-
end
|
|
24222
|
+
end: string;
|
|
24217
24223
|
timezone?: string | undefined;
|
|
24218
24224
|
max_attendees?: number | undefined;
|
|
24219
24225
|
participant_count?: number | undefined;
|
|
@@ -24364,7 +24370,7 @@ export declare const postApiAlphaPostDeleteResponse: zod.ZodObject<{
|
|
|
24364
24370
|
tags?: string | null | undefined;
|
|
24365
24371
|
event?: {
|
|
24366
24372
|
start: string;
|
|
24367
|
-
end
|
|
24373
|
+
end: string;
|
|
24368
24374
|
timezone?: string | undefined;
|
|
24369
24375
|
max_attendees?: number | undefined;
|
|
24370
24376
|
participant_count?: number | undefined;
|
|
@@ -24638,7 +24644,7 @@ export declare const postApiAlphaPostReportResponse: zod.ZodObject<{
|
|
|
24638
24644
|
}>, "many">>>;
|
|
24639
24645
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
24640
24646
|
start: zod.ZodString;
|
|
24641
|
-
end: zod.
|
|
24647
|
+
end: zod.ZodString;
|
|
24642
24648
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
24643
24649
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
24644
24650
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -24654,7 +24660,7 @@ export declare const postApiAlphaPostReportResponse: zod.ZodObject<{
|
|
|
24654
24660
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
24655
24661
|
}, "strip", zod.ZodTypeAny, {
|
|
24656
24662
|
start: string;
|
|
24657
|
-
end
|
|
24663
|
+
end: string;
|
|
24658
24664
|
timezone?: string | undefined;
|
|
24659
24665
|
max_attendees?: number | undefined;
|
|
24660
24666
|
participant_count?: number | undefined;
|
|
@@ -24670,7 +24676,7 @@ export declare const postApiAlphaPostReportResponse: zod.ZodObject<{
|
|
|
24670
24676
|
location?: Record<string, unknown> | null | undefined;
|
|
24671
24677
|
}, {
|
|
24672
24678
|
start: string;
|
|
24673
|
-
end
|
|
24679
|
+
end: string;
|
|
24674
24680
|
timezone?: string | undefined;
|
|
24675
24681
|
max_attendees?: number | undefined;
|
|
24676
24682
|
participant_count?: number | undefined;
|
|
@@ -24774,7 +24780,7 @@ export declare const postApiAlphaPostReportResponse: zod.ZodObject<{
|
|
|
24774
24780
|
tags?: string | null | undefined;
|
|
24775
24781
|
event?: {
|
|
24776
24782
|
start: string;
|
|
24777
|
-
end
|
|
24783
|
+
end: string;
|
|
24778
24784
|
timezone?: string | undefined;
|
|
24779
24785
|
max_attendees?: number | undefined;
|
|
24780
24786
|
participant_count?: number | undefined;
|
|
@@ -24844,7 +24850,7 @@ export declare const postApiAlphaPostReportResponse: zod.ZodObject<{
|
|
|
24844
24850
|
tags?: string | null | undefined;
|
|
24845
24851
|
event?: {
|
|
24846
24852
|
start: string;
|
|
24847
|
-
end
|
|
24853
|
+
end: string;
|
|
24848
24854
|
timezone?: string | undefined;
|
|
24849
24855
|
max_attendees?: number | undefined;
|
|
24850
24856
|
participant_count?: number | undefined;
|
|
@@ -25227,7 +25233,7 @@ export declare const postApiAlphaPostReportResponse: zod.ZodObject<{
|
|
|
25227
25233
|
tags?: string | null | undefined;
|
|
25228
25234
|
event?: {
|
|
25229
25235
|
start: string;
|
|
25230
|
-
end
|
|
25236
|
+
end: string;
|
|
25231
25237
|
timezone?: string | undefined;
|
|
25232
25238
|
max_attendees?: number | undefined;
|
|
25233
25239
|
participant_count?: number | undefined;
|
|
@@ -25394,7 +25400,7 @@ export declare const postApiAlphaPostReportResponse: zod.ZodObject<{
|
|
|
25394
25400
|
tags?: string | null | undefined;
|
|
25395
25401
|
event?: {
|
|
25396
25402
|
start: string;
|
|
25397
|
-
end
|
|
25403
|
+
end: string;
|
|
25398
25404
|
timezone?: string | undefined;
|
|
25399
25405
|
max_attendees?: number | undefined;
|
|
25400
25406
|
participant_count?: number | undefined;
|
|
@@ -25563,7 +25569,7 @@ export declare const postApiAlphaPostReportResponse: zod.ZodObject<{
|
|
|
25563
25569
|
tags?: string | null | undefined;
|
|
25564
25570
|
event?: {
|
|
25565
25571
|
start: string;
|
|
25566
|
-
end
|
|
25572
|
+
end: string;
|
|
25567
25573
|
timezone?: string | undefined;
|
|
25568
25574
|
max_attendees?: number | undefined;
|
|
25569
25575
|
participant_count?: number | undefined;
|
|
@@ -25732,7 +25738,7 @@ export declare const postApiAlphaPostReportResponse: zod.ZodObject<{
|
|
|
25732
25738
|
tags?: string | null | undefined;
|
|
25733
25739
|
event?: {
|
|
25734
25740
|
start: string;
|
|
25735
|
-
end
|
|
25741
|
+
end: string;
|
|
25736
25742
|
timezone?: string | undefined;
|
|
25737
25743
|
max_attendees?: number | undefined;
|
|
25738
25744
|
participant_count?: number | undefined;
|
|
@@ -26078,7 +26084,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
26078
26084
|
}>, "many">>>;
|
|
26079
26085
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
26080
26086
|
start: zod.ZodString;
|
|
26081
|
-
end: zod.
|
|
26087
|
+
end: zod.ZodString;
|
|
26082
26088
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
26083
26089
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
26084
26090
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -26094,7 +26100,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
26094
26100
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
26095
26101
|
}, "strip", zod.ZodTypeAny, {
|
|
26096
26102
|
start: string;
|
|
26097
|
-
end
|
|
26103
|
+
end: string;
|
|
26098
26104
|
timezone?: string | undefined;
|
|
26099
26105
|
max_attendees?: number | undefined;
|
|
26100
26106
|
participant_count?: number | undefined;
|
|
@@ -26110,7 +26116,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
26110
26116
|
location?: Record<string, unknown> | null | undefined;
|
|
26111
26117
|
}, {
|
|
26112
26118
|
start: string;
|
|
26113
|
-
end
|
|
26119
|
+
end: string;
|
|
26114
26120
|
timezone?: string | undefined;
|
|
26115
26121
|
max_attendees?: number | undefined;
|
|
26116
26122
|
participant_count?: number | undefined;
|
|
@@ -26214,7 +26220,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
26214
26220
|
tags?: string | null | undefined;
|
|
26215
26221
|
event?: {
|
|
26216
26222
|
start: string;
|
|
26217
|
-
end
|
|
26223
|
+
end: string;
|
|
26218
26224
|
timezone?: string | undefined;
|
|
26219
26225
|
max_attendees?: number | undefined;
|
|
26220
26226
|
participant_count?: number | undefined;
|
|
@@ -26284,7 +26290,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
26284
26290
|
tags?: string | null | undefined;
|
|
26285
26291
|
event?: {
|
|
26286
26292
|
start: string;
|
|
26287
|
-
end
|
|
26293
|
+
end: string;
|
|
26288
26294
|
timezone?: string | undefined;
|
|
26289
26295
|
max_attendees?: number | undefined;
|
|
26290
26296
|
participant_count?: number | undefined;
|
|
@@ -26450,7 +26456,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
26450
26456
|
tags?: string | null | undefined;
|
|
26451
26457
|
event?: {
|
|
26452
26458
|
start: string;
|
|
26453
|
-
end
|
|
26459
|
+
end: string;
|
|
26454
26460
|
timezone?: string | undefined;
|
|
26455
26461
|
max_attendees?: number | undefined;
|
|
26456
26462
|
participant_count?: number | undefined;
|
|
@@ -26600,7 +26606,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
26600
26606
|
tags?: string | null | undefined;
|
|
26601
26607
|
event?: {
|
|
26602
26608
|
start: string;
|
|
26603
|
-
end
|
|
26609
|
+
end: string;
|
|
26604
26610
|
timezone?: string | undefined;
|
|
26605
26611
|
max_attendees?: number | undefined;
|
|
26606
26612
|
participant_count?: number | undefined;
|
|
@@ -27354,7 +27360,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
27354
27360
|
}>, "many">>>;
|
|
27355
27361
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
27356
27362
|
start: zod.ZodString;
|
|
27357
|
-
end: zod.
|
|
27363
|
+
end: zod.ZodString;
|
|
27358
27364
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
27359
27365
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
27360
27366
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -27370,7 +27376,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
27370
27376
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
27371
27377
|
}, "strip", zod.ZodTypeAny, {
|
|
27372
27378
|
start: string;
|
|
27373
|
-
end
|
|
27379
|
+
end: string;
|
|
27374
27380
|
timezone?: string | undefined;
|
|
27375
27381
|
max_attendees?: number | undefined;
|
|
27376
27382
|
participant_count?: number | undefined;
|
|
@@ -27386,7 +27392,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
27386
27392
|
location?: Record<string, unknown> | null | undefined;
|
|
27387
27393
|
}, {
|
|
27388
27394
|
start: string;
|
|
27389
|
-
end
|
|
27395
|
+
end: string;
|
|
27390
27396
|
timezone?: string | undefined;
|
|
27391
27397
|
max_attendees?: number | undefined;
|
|
27392
27398
|
participant_count?: number | undefined;
|
|
@@ -27490,7 +27496,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
27490
27496
|
tags?: string | null | undefined;
|
|
27491
27497
|
event?: {
|
|
27492
27498
|
start: string;
|
|
27493
|
-
end
|
|
27499
|
+
end: string;
|
|
27494
27500
|
timezone?: string | undefined;
|
|
27495
27501
|
max_attendees?: number | undefined;
|
|
27496
27502
|
participant_count?: number | undefined;
|
|
@@ -27560,7 +27566,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
27560
27566
|
tags?: string | null | undefined;
|
|
27561
27567
|
event?: {
|
|
27562
27568
|
start: string;
|
|
27563
|
-
end
|
|
27569
|
+
end: string;
|
|
27564
27570
|
timezone?: string | undefined;
|
|
27565
27571
|
max_attendees?: number | undefined;
|
|
27566
27572
|
participant_count?: number | undefined;
|
|
@@ -27726,7 +27732,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
27726
27732
|
tags?: string | null | undefined;
|
|
27727
27733
|
event?: {
|
|
27728
27734
|
start: string;
|
|
27729
|
-
end
|
|
27735
|
+
end: string;
|
|
27730
27736
|
timezone?: string | undefined;
|
|
27731
27737
|
max_attendees?: number | undefined;
|
|
27732
27738
|
participant_count?: number | undefined;
|
|
@@ -27876,7 +27882,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
27876
27882
|
tags?: string | null | undefined;
|
|
27877
27883
|
event?: {
|
|
27878
27884
|
start: string;
|
|
27879
|
-
end
|
|
27885
|
+
end: string;
|
|
27880
27886
|
timezone?: string | undefined;
|
|
27881
27887
|
max_attendees?: number | undefined;
|
|
27882
27888
|
participant_count?: number | undefined;
|
|
@@ -28028,7 +28034,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
28028
28034
|
tags?: string | null | undefined;
|
|
28029
28035
|
event?: {
|
|
28030
28036
|
start: string;
|
|
28031
|
-
end
|
|
28037
|
+
end: string;
|
|
28032
28038
|
timezone?: string | undefined;
|
|
28033
28039
|
max_attendees?: number | undefined;
|
|
28034
28040
|
participant_count?: number | undefined;
|
|
@@ -28179,7 +28185,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
28179
28185
|
tags?: string | null | undefined;
|
|
28180
28186
|
event?: {
|
|
28181
28187
|
start: string;
|
|
28182
|
-
end
|
|
28188
|
+
end: string;
|
|
28183
28189
|
timezone?: string | undefined;
|
|
28184
28190
|
max_attendees?: number | undefined;
|
|
28185
28191
|
participant_count?: number | undefined;
|
|
@@ -28428,7 +28434,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
28428
28434
|
tags?: string | null | undefined;
|
|
28429
28435
|
event?: {
|
|
28430
28436
|
start: string;
|
|
28431
|
-
end
|
|
28437
|
+
end: string;
|
|
28432
28438
|
timezone?: string | undefined;
|
|
28433
28439
|
max_attendees?: number | undefined;
|
|
28434
28440
|
participant_count?: number | undefined;
|
|
@@ -28579,7 +28585,7 @@ export declare const postApiAlphaPostLockResponse: zod.ZodObject<{
|
|
|
28579
28585
|
tags?: string | null | undefined;
|
|
28580
28586
|
event?: {
|
|
28581
28587
|
start: string;
|
|
28582
|
-
end
|
|
28588
|
+
end: string;
|
|
28583
28589
|
timezone?: string | undefined;
|
|
28584
28590
|
max_attendees?: number | undefined;
|
|
28585
28591
|
participant_count?: number | undefined;
|
|
@@ -29004,7 +29010,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
29004
29010
|
}>, "many">>>;
|
|
29005
29011
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
29006
29012
|
start: zod.ZodString;
|
|
29007
|
-
end: zod.
|
|
29013
|
+
end: zod.ZodString;
|
|
29008
29014
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
29009
29015
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
29010
29016
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -29020,7 +29026,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
29020
29026
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
29021
29027
|
}, "strip", zod.ZodTypeAny, {
|
|
29022
29028
|
start: string;
|
|
29023
|
-
end
|
|
29029
|
+
end: string;
|
|
29024
29030
|
timezone?: string | undefined;
|
|
29025
29031
|
max_attendees?: number | undefined;
|
|
29026
29032
|
participant_count?: number | undefined;
|
|
@@ -29036,7 +29042,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
29036
29042
|
location?: Record<string, unknown> | null | undefined;
|
|
29037
29043
|
}, {
|
|
29038
29044
|
start: string;
|
|
29039
|
-
end
|
|
29045
|
+
end: string;
|
|
29040
29046
|
timezone?: string | undefined;
|
|
29041
29047
|
max_attendees?: number | undefined;
|
|
29042
29048
|
participant_count?: number | undefined;
|
|
@@ -29140,7 +29146,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
29140
29146
|
tags?: string | null | undefined;
|
|
29141
29147
|
event?: {
|
|
29142
29148
|
start: string;
|
|
29143
|
-
end
|
|
29149
|
+
end: string;
|
|
29144
29150
|
timezone?: string | undefined;
|
|
29145
29151
|
max_attendees?: number | undefined;
|
|
29146
29152
|
participant_count?: number | undefined;
|
|
@@ -29210,7 +29216,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
29210
29216
|
tags?: string | null | undefined;
|
|
29211
29217
|
event?: {
|
|
29212
29218
|
start: string;
|
|
29213
|
-
end
|
|
29219
|
+
end: string;
|
|
29214
29220
|
timezone?: string | undefined;
|
|
29215
29221
|
max_attendees?: number | undefined;
|
|
29216
29222
|
participant_count?: number | undefined;
|
|
@@ -29376,7 +29382,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
29376
29382
|
tags?: string | null | undefined;
|
|
29377
29383
|
event?: {
|
|
29378
29384
|
start: string;
|
|
29379
|
-
end
|
|
29385
|
+
end: string;
|
|
29380
29386
|
timezone?: string | undefined;
|
|
29381
29387
|
max_attendees?: number | undefined;
|
|
29382
29388
|
participant_count?: number | undefined;
|
|
@@ -29526,7 +29532,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
29526
29532
|
tags?: string | null | undefined;
|
|
29527
29533
|
event?: {
|
|
29528
29534
|
start: string;
|
|
29529
|
-
end
|
|
29535
|
+
end: string;
|
|
29530
29536
|
timezone?: string | undefined;
|
|
29531
29537
|
max_attendees?: number | undefined;
|
|
29532
29538
|
participant_count?: number | undefined;
|
|
@@ -30280,7 +30286,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
30280
30286
|
}>, "many">>>;
|
|
30281
30287
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
30282
30288
|
start: zod.ZodString;
|
|
30283
|
-
end: zod.
|
|
30289
|
+
end: zod.ZodString;
|
|
30284
30290
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
30285
30291
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
30286
30292
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -30296,7 +30302,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
30296
30302
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
30297
30303
|
}, "strip", zod.ZodTypeAny, {
|
|
30298
30304
|
start: string;
|
|
30299
|
-
end
|
|
30305
|
+
end: string;
|
|
30300
30306
|
timezone?: string | undefined;
|
|
30301
30307
|
max_attendees?: number | undefined;
|
|
30302
30308
|
participant_count?: number | undefined;
|
|
@@ -30312,7 +30318,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
30312
30318
|
location?: Record<string, unknown> | null | undefined;
|
|
30313
30319
|
}, {
|
|
30314
30320
|
start: string;
|
|
30315
|
-
end
|
|
30321
|
+
end: string;
|
|
30316
30322
|
timezone?: string | undefined;
|
|
30317
30323
|
max_attendees?: number | undefined;
|
|
30318
30324
|
participant_count?: number | undefined;
|
|
@@ -30416,7 +30422,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
30416
30422
|
tags?: string | null | undefined;
|
|
30417
30423
|
event?: {
|
|
30418
30424
|
start: string;
|
|
30419
|
-
end
|
|
30425
|
+
end: string;
|
|
30420
30426
|
timezone?: string | undefined;
|
|
30421
30427
|
max_attendees?: number | undefined;
|
|
30422
30428
|
participant_count?: number | undefined;
|
|
@@ -30486,7 +30492,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
30486
30492
|
tags?: string | null | undefined;
|
|
30487
30493
|
event?: {
|
|
30488
30494
|
start: string;
|
|
30489
|
-
end
|
|
30495
|
+
end: string;
|
|
30490
30496
|
timezone?: string | undefined;
|
|
30491
30497
|
max_attendees?: number | undefined;
|
|
30492
30498
|
participant_count?: number | undefined;
|
|
@@ -30652,7 +30658,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
30652
30658
|
tags?: string | null | undefined;
|
|
30653
30659
|
event?: {
|
|
30654
30660
|
start: string;
|
|
30655
|
-
end
|
|
30661
|
+
end: string;
|
|
30656
30662
|
timezone?: string | undefined;
|
|
30657
30663
|
max_attendees?: number | undefined;
|
|
30658
30664
|
participant_count?: number | undefined;
|
|
@@ -30802,7 +30808,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
30802
30808
|
tags?: string | null | undefined;
|
|
30803
30809
|
event?: {
|
|
30804
30810
|
start: string;
|
|
30805
|
-
end
|
|
30811
|
+
end: string;
|
|
30806
30812
|
timezone?: string | undefined;
|
|
30807
30813
|
max_attendees?: number | undefined;
|
|
30808
30814
|
participant_count?: number | undefined;
|
|
@@ -30954,7 +30960,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
30954
30960
|
tags?: string | null | undefined;
|
|
30955
30961
|
event?: {
|
|
30956
30962
|
start: string;
|
|
30957
|
-
end
|
|
30963
|
+
end: string;
|
|
30958
30964
|
timezone?: string | undefined;
|
|
30959
30965
|
max_attendees?: number | undefined;
|
|
30960
30966
|
participant_count?: number | undefined;
|
|
@@ -31105,7 +31111,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
31105
31111
|
tags?: string | null | undefined;
|
|
31106
31112
|
event?: {
|
|
31107
31113
|
start: string;
|
|
31108
|
-
end
|
|
31114
|
+
end: string;
|
|
31109
31115
|
timezone?: string | undefined;
|
|
31110
31116
|
max_attendees?: number | undefined;
|
|
31111
31117
|
participant_count?: number | undefined;
|
|
@@ -31354,7 +31360,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
31354
31360
|
tags?: string | null | undefined;
|
|
31355
31361
|
event?: {
|
|
31356
31362
|
start: string;
|
|
31357
|
-
end
|
|
31363
|
+
end: string;
|
|
31358
31364
|
timezone?: string | undefined;
|
|
31359
31365
|
max_attendees?: number | undefined;
|
|
31360
31366
|
participant_count?: number | undefined;
|
|
@@ -31505,7 +31511,7 @@ export declare const postApiAlphaPostHideResponse: zod.ZodObject<{
|
|
|
31505
31511
|
tags?: string | null | undefined;
|
|
31506
31512
|
event?: {
|
|
31507
31513
|
start: string;
|
|
31508
|
-
end
|
|
31514
|
+
end: string;
|
|
31509
31515
|
timezone?: string | undefined;
|
|
31510
31516
|
max_attendees?: number | undefined;
|
|
31511
31517
|
participant_count?: number | undefined;
|
|
@@ -31934,7 +31940,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
31934
31940
|
}>, "many">>>;
|
|
31935
31941
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
31936
31942
|
start: zod.ZodString;
|
|
31937
|
-
end: zod.
|
|
31943
|
+
end: zod.ZodString;
|
|
31938
31944
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
31939
31945
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
31940
31946
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -31950,7 +31956,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
31950
31956
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
31951
31957
|
}, "strip", zod.ZodTypeAny, {
|
|
31952
31958
|
start: string;
|
|
31953
|
-
end
|
|
31959
|
+
end: string;
|
|
31954
31960
|
timezone?: string | undefined;
|
|
31955
31961
|
max_attendees?: number | undefined;
|
|
31956
31962
|
participant_count?: number | undefined;
|
|
@@ -31966,7 +31972,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
31966
31972
|
location?: Record<string, unknown> | null | undefined;
|
|
31967
31973
|
}, {
|
|
31968
31974
|
start: string;
|
|
31969
|
-
end
|
|
31975
|
+
end: string;
|
|
31970
31976
|
timezone?: string | undefined;
|
|
31971
31977
|
max_attendees?: number | undefined;
|
|
31972
31978
|
participant_count?: number | undefined;
|
|
@@ -32070,7 +32076,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
32070
32076
|
tags?: string | null | undefined;
|
|
32071
32077
|
event?: {
|
|
32072
32078
|
start: string;
|
|
32073
|
-
end
|
|
32079
|
+
end: string;
|
|
32074
32080
|
timezone?: string | undefined;
|
|
32075
32081
|
max_attendees?: number | undefined;
|
|
32076
32082
|
participant_count?: number | undefined;
|
|
@@ -32140,7 +32146,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
32140
32146
|
tags?: string | null | undefined;
|
|
32141
32147
|
event?: {
|
|
32142
32148
|
start: string;
|
|
32143
|
-
end
|
|
32149
|
+
end: string;
|
|
32144
32150
|
timezone?: string | undefined;
|
|
32145
32151
|
max_attendees?: number | undefined;
|
|
32146
32152
|
participant_count?: number | undefined;
|
|
@@ -32306,7 +32312,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
32306
32312
|
tags?: string | null | undefined;
|
|
32307
32313
|
event?: {
|
|
32308
32314
|
start: string;
|
|
32309
|
-
end
|
|
32315
|
+
end: string;
|
|
32310
32316
|
timezone?: string | undefined;
|
|
32311
32317
|
max_attendees?: number | undefined;
|
|
32312
32318
|
participant_count?: number | undefined;
|
|
@@ -32456,7 +32462,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
32456
32462
|
tags?: string | null | undefined;
|
|
32457
32463
|
event?: {
|
|
32458
32464
|
start: string;
|
|
32459
|
-
end
|
|
32465
|
+
end: string;
|
|
32460
32466
|
timezone?: string | undefined;
|
|
32461
32467
|
max_attendees?: number | undefined;
|
|
32462
32468
|
participant_count?: number | undefined;
|
|
@@ -33210,7 +33216,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
33210
33216
|
}>, "many">>>;
|
|
33211
33217
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
33212
33218
|
start: zod.ZodString;
|
|
33213
|
-
end: zod.
|
|
33219
|
+
end: zod.ZodString;
|
|
33214
33220
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
33215
33221
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
33216
33222
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -33226,7 +33232,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
33226
33232
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
33227
33233
|
}, "strip", zod.ZodTypeAny, {
|
|
33228
33234
|
start: string;
|
|
33229
|
-
end
|
|
33235
|
+
end: string;
|
|
33230
33236
|
timezone?: string | undefined;
|
|
33231
33237
|
max_attendees?: number | undefined;
|
|
33232
33238
|
participant_count?: number | undefined;
|
|
@@ -33242,7 +33248,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
33242
33248
|
location?: Record<string, unknown> | null | undefined;
|
|
33243
33249
|
}, {
|
|
33244
33250
|
start: string;
|
|
33245
|
-
end
|
|
33251
|
+
end: string;
|
|
33246
33252
|
timezone?: string | undefined;
|
|
33247
33253
|
max_attendees?: number | undefined;
|
|
33248
33254
|
participant_count?: number | undefined;
|
|
@@ -33346,7 +33352,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
33346
33352
|
tags?: string | null | undefined;
|
|
33347
33353
|
event?: {
|
|
33348
33354
|
start: string;
|
|
33349
|
-
end
|
|
33355
|
+
end: string;
|
|
33350
33356
|
timezone?: string | undefined;
|
|
33351
33357
|
max_attendees?: number | undefined;
|
|
33352
33358
|
participant_count?: number | undefined;
|
|
@@ -33416,7 +33422,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
33416
33422
|
tags?: string | null | undefined;
|
|
33417
33423
|
event?: {
|
|
33418
33424
|
start: string;
|
|
33419
|
-
end
|
|
33425
|
+
end: string;
|
|
33420
33426
|
timezone?: string | undefined;
|
|
33421
33427
|
max_attendees?: number | undefined;
|
|
33422
33428
|
participant_count?: number | undefined;
|
|
@@ -33582,7 +33588,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
33582
33588
|
tags?: string | null | undefined;
|
|
33583
33589
|
event?: {
|
|
33584
33590
|
start: string;
|
|
33585
|
-
end
|
|
33591
|
+
end: string;
|
|
33586
33592
|
timezone?: string | undefined;
|
|
33587
33593
|
max_attendees?: number | undefined;
|
|
33588
33594
|
participant_count?: number | undefined;
|
|
@@ -33732,7 +33738,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
33732
33738
|
tags?: string | null | undefined;
|
|
33733
33739
|
event?: {
|
|
33734
33740
|
start: string;
|
|
33735
|
-
end
|
|
33741
|
+
end: string;
|
|
33736
33742
|
timezone?: string | undefined;
|
|
33737
33743
|
max_attendees?: number | undefined;
|
|
33738
33744
|
participant_count?: number | undefined;
|
|
@@ -33884,7 +33890,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
33884
33890
|
tags?: string | null | undefined;
|
|
33885
33891
|
event?: {
|
|
33886
33892
|
start: string;
|
|
33887
|
-
end
|
|
33893
|
+
end: string;
|
|
33888
33894
|
timezone?: string | undefined;
|
|
33889
33895
|
max_attendees?: number | undefined;
|
|
33890
33896
|
participant_count?: number | undefined;
|
|
@@ -34035,7 +34041,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
34035
34041
|
tags?: string | null | undefined;
|
|
34036
34042
|
event?: {
|
|
34037
34043
|
start: string;
|
|
34038
|
-
end
|
|
34044
|
+
end: string;
|
|
34039
34045
|
timezone?: string | undefined;
|
|
34040
34046
|
max_attendees?: number | undefined;
|
|
34041
34047
|
participant_count?: number | undefined;
|
|
@@ -34284,7 +34290,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
34284
34290
|
tags?: string | null | undefined;
|
|
34285
34291
|
event?: {
|
|
34286
34292
|
start: string;
|
|
34287
|
-
end
|
|
34293
|
+
end: string;
|
|
34288
34294
|
timezone?: string | undefined;
|
|
34289
34295
|
max_attendees?: number | undefined;
|
|
34290
34296
|
participant_count?: number | undefined;
|
|
@@ -34435,7 +34441,7 @@ export declare const postApiAlphaPostFeatureResponse: zod.ZodObject<{
|
|
|
34435
34441
|
tags?: string | null | undefined;
|
|
34436
34442
|
event?: {
|
|
34437
34443
|
start: string;
|
|
34438
|
-
end
|
|
34444
|
+
end: string;
|
|
34439
34445
|
timezone?: string | undefined;
|
|
34440
34446
|
max_attendees?: number | undefined;
|
|
34441
34447
|
participant_count?: number | undefined;
|
|
@@ -34863,7 +34869,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
34863
34869
|
}>, "many">>>;
|
|
34864
34870
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
34865
34871
|
start: zod.ZodString;
|
|
34866
|
-
end: zod.
|
|
34872
|
+
end: zod.ZodString;
|
|
34867
34873
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
34868
34874
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
34869
34875
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -34879,7 +34885,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
34879
34885
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
34880
34886
|
}, "strip", zod.ZodTypeAny, {
|
|
34881
34887
|
start: string;
|
|
34882
|
-
end
|
|
34888
|
+
end: string;
|
|
34883
34889
|
timezone?: string | undefined;
|
|
34884
34890
|
max_attendees?: number | undefined;
|
|
34885
34891
|
participant_count?: number | undefined;
|
|
@@ -34895,7 +34901,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
34895
34901
|
location?: Record<string, unknown> | null | undefined;
|
|
34896
34902
|
}, {
|
|
34897
34903
|
start: string;
|
|
34898
|
-
end
|
|
34904
|
+
end: string;
|
|
34899
34905
|
timezone?: string | undefined;
|
|
34900
34906
|
max_attendees?: number | undefined;
|
|
34901
34907
|
participant_count?: number | undefined;
|
|
@@ -34999,7 +35005,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
34999
35005
|
tags?: string | null | undefined;
|
|
35000
35006
|
event?: {
|
|
35001
35007
|
start: string;
|
|
35002
|
-
end
|
|
35008
|
+
end: string;
|
|
35003
35009
|
timezone?: string | undefined;
|
|
35004
35010
|
max_attendees?: number | undefined;
|
|
35005
35011
|
participant_count?: number | undefined;
|
|
@@ -35069,7 +35075,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
35069
35075
|
tags?: string | null | undefined;
|
|
35070
35076
|
event?: {
|
|
35071
35077
|
start: string;
|
|
35072
|
-
end
|
|
35078
|
+
end: string;
|
|
35073
35079
|
timezone?: string | undefined;
|
|
35074
35080
|
max_attendees?: number | undefined;
|
|
35075
35081
|
participant_count?: number | undefined;
|
|
@@ -35235,7 +35241,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
35235
35241
|
tags?: string | null | undefined;
|
|
35236
35242
|
event?: {
|
|
35237
35243
|
start: string;
|
|
35238
|
-
end
|
|
35244
|
+
end: string;
|
|
35239
35245
|
timezone?: string | undefined;
|
|
35240
35246
|
max_attendees?: number | undefined;
|
|
35241
35247
|
participant_count?: number | undefined;
|
|
@@ -35385,7 +35391,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
35385
35391
|
tags?: string | null | undefined;
|
|
35386
35392
|
event?: {
|
|
35387
35393
|
start: string;
|
|
35388
|
-
end
|
|
35394
|
+
end: string;
|
|
35389
35395
|
timezone?: string | undefined;
|
|
35390
35396
|
max_attendees?: number | undefined;
|
|
35391
35397
|
participant_count?: number | undefined;
|
|
@@ -36139,7 +36145,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
36139
36145
|
}>, "many">>>;
|
|
36140
36146
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
36141
36147
|
start: zod.ZodString;
|
|
36142
|
-
end: zod.
|
|
36148
|
+
end: zod.ZodString;
|
|
36143
36149
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
36144
36150
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
36145
36151
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -36155,7 +36161,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
36155
36161
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
36156
36162
|
}, "strip", zod.ZodTypeAny, {
|
|
36157
36163
|
start: string;
|
|
36158
|
-
end
|
|
36164
|
+
end: string;
|
|
36159
36165
|
timezone?: string | undefined;
|
|
36160
36166
|
max_attendees?: number | undefined;
|
|
36161
36167
|
participant_count?: number | undefined;
|
|
@@ -36171,7 +36177,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
36171
36177
|
location?: Record<string, unknown> | null | undefined;
|
|
36172
36178
|
}, {
|
|
36173
36179
|
start: string;
|
|
36174
|
-
end
|
|
36180
|
+
end: string;
|
|
36175
36181
|
timezone?: string | undefined;
|
|
36176
36182
|
max_attendees?: number | undefined;
|
|
36177
36183
|
participant_count?: number | undefined;
|
|
@@ -36275,7 +36281,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
36275
36281
|
tags?: string | null | undefined;
|
|
36276
36282
|
event?: {
|
|
36277
36283
|
start: string;
|
|
36278
|
-
end
|
|
36284
|
+
end: string;
|
|
36279
36285
|
timezone?: string | undefined;
|
|
36280
36286
|
max_attendees?: number | undefined;
|
|
36281
36287
|
participant_count?: number | undefined;
|
|
@@ -36345,7 +36351,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
36345
36351
|
tags?: string | null | undefined;
|
|
36346
36352
|
event?: {
|
|
36347
36353
|
start: string;
|
|
36348
|
-
end
|
|
36354
|
+
end: string;
|
|
36349
36355
|
timezone?: string | undefined;
|
|
36350
36356
|
max_attendees?: number | undefined;
|
|
36351
36357
|
participant_count?: number | undefined;
|
|
@@ -36511,7 +36517,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
36511
36517
|
tags?: string | null | undefined;
|
|
36512
36518
|
event?: {
|
|
36513
36519
|
start: string;
|
|
36514
|
-
end
|
|
36520
|
+
end: string;
|
|
36515
36521
|
timezone?: string | undefined;
|
|
36516
36522
|
max_attendees?: number | undefined;
|
|
36517
36523
|
participant_count?: number | undefined;
|
|
@@ -36661,7 +36667,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
36661
36667
|
tags?: string | null | undefined;
|
|
36662
36668
|
event?: {
|
|
36663
36669
|
start: string;
|
|
36664
|
-
end
|
|
36670
|
+
end: string;
|
|
36665
36671
|
timezone?: string | undefined;
|
|
36666
36672
|
max_attendees?: number | undefined;
|
|
36667
36673
|
participant_count?: number | undefined;
|
|
@@ -36813,7 +36819,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
36813
36819
|
tags?: string | null | undefined;
|
|
36814
36820
|
event?: {
|
|
36815
36821
|
start: string;
|
|
36816
|
-
end
|
|
36822
|
+
end: string;
|
|
36817
36823
|
timezone?: string | undefined;
|
|
36818
36824
|
max_attendees?: number | undefined;
|
|
36819
36825
|
participant_count?: number | undefined;
|
|
@@ -36964,7 +36970,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
36964
36970
|
tags?: string | null | undefined;
|
|
36965
36971
|
event?: {
|
|
36966
36972
|
start: string;
|
|
36967
|
-
end
|
|
36973
|
+
end: string;
|
|
36968
36974
|
timezone?: string | undefined;
|
|
36969
36975
|
max_attendees?: number | undefined;
|
|
36970
36976
|
participant_count?: number | undefined;
|
|
@@ -37213,7 +37219,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
37213
37219
|
tags?: string | null | undefined;
|
|
37214
37220
|
event?: {
|
|
37215
37221
|
start: string;
|
|
37216
|
-
end
|
|
37222
|
+
end: string;
|
|
37217
37223
|
timezone?: string | undefined;
|
|
37218
37224
|
max_attendees?: number | undefined;
|
|
37219
37225
|
participant_count?: number | undefined;
|
|
@@ -37364,7 +37370,7 @@ export declare const postApiAlphaPostRemoveResponse: zod.ZodObject<{
|
|
|
37364
37370
|
tags?: string | null | undefined;
|
|
37365
37371
|
event?: {
|
|
37366
37372
|
start: string;
|
|
37367
|
-
end
|
|
37373
|
+
end: string;
|
|
37368
37374
|
timezone?: string | undefined;
|
|
37369
37375
|
max_attendees?: number | undefined;
|
|
37370
37376
|
participant_count?: number | undefined;
|
|
@@ -38015,7 +38021,7 @@ export declare const postApiAlphaPostAssignFlairResponse: zod.ZodObject<{
|
|
|
38015
38021
|
}>, "many">>>;
|
|
38016
38022
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
38017
38023
|
start: zod.ZodString;
|
|
38018
|
-
end: zod.
|
|
38024
|
+
end: zod.ZodString;
|
|
38019
38025
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
38020
38026
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
38021
38027
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -38031,7 +38037,7 @@ export declare const postApiAlphaPostAssignFlairResponse: zod.ZodObject<{
|
|
|
38031
38037
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
38032
38038
|
}, "strip", zod.ZodTypeAny, {
|
|
38033
38039
|
start: string;
|
|
38034
|
-
end
|
|
38040
|
+
end: string;
|
|
38035
38041
|
timezone?: string | undefined;
|
|
38036
38042
|
max_attendees?: number | undefined;
|
|
38037
38043
|
participant_count?: number | undefined;
|
|
@@ -38047,7 +38053,7 @@ export declare const postApiAlphaPostAssignFlairResponse: zod.ZodObject<{
|
|
|
38047
38053
|
location?: Record<string, unknown> | null | undefined;
|
|
38048
38054
|
}, {
|
|
38049
38055
|
start: string;
|
|
38050
|
-
end
|
|
38056
|
+
end: string;
|
|
38051
38057
|
timezone?: string | undefined;
|
|
38052
38058
|
max_attendees?: number | undefined;
|
|
38053
38059
|
participant_count?: number | undefined;
|
|
@@ -38151,7 +38157,7 @@ export declare const postApiAlphaPostAssignFlairResponse: zod.ZodObject<{
|
|
|
38151
38157
|
tags?: string | null | undefined;
|
|
38152
38158
|
event?: {
|
|
38153
38159
|
start: string;
|
|
38154
|
-
end
|
|
38160
|
+
end: string;
|
|
38155
38161
|
timezone?: string | undefined;
|
|
38156
38162
|
max_attendees?: number | undefined;
|
|
38157
38163
|
participant_count?: number | undefined;
|
|
@@ -38221,7 +38227,7 @@ export declare const postApiAlphaPostAssignFlairResponse: zod.ZodObject<{
|
|
|
38221
38227
|
tags?: string | null | undefined;
|
|
38222
38228
|
event?: {
|
|
38223
38229
|
start: string;
|
|
38224
|
-
end
|
|
38230
|
+
end: string;
|
|
38225
38231
|
timezone?: string | undefined;
|
|
38226
38232
|
max_attendees?: number | undefined;
|
|
38227
38233
|
participant_count?: number | undefined;
|
|
@@ -38387,7 +38393,7 @@ export declare const postApiAlphaPostAssignFlairResponse: zod.ZodObject<{
|
|
|
38387
38393
|
tags?: string | null | undefined;
|
|
38388
38394
|
event?: {
|
|
38389
38395
|
start: string;
|
|
38390
|
-
end
|
|
38396
|
+
end: string;
|
|
38391
38397
|
timezone?: string | undefined;
|
|
38392
38398
|
max_attendees?: number | undefined;
|
|
38393
38399
|
participant_count?: number | undefined;
|
|
@@ -38537,7 +38543,7 @@ export declare const postApiAlphaPostAssignFlairResponse: zod.ZodObject<{
|
|
|
38537
38543
|
tags?: string | null | undefined;
|
|
38538
38544
|
event?: {
|
|
38539
38545
|
start: string;
|
|
38540
|
-
end
|
|
38546
|
+
end: string;
|
|
38541
38547
|
timezone?: string | undefined;
|
|
38542
38548
|
max_attendees?: number | undefined;
|
|
38543
38549
|
participant_count?: number | undefined;
|
|
@@ -38851,7 +38857,7 @@ export declare const postApiAlphaPostPollVoteResponse: zod.ZodObject<{
|
|
|
38851
38857
|
}>, "many">>>;
|
|
38852
38858
|
event: zod.ZodOptional<zod.ZodObject<{
|
|
38853
38859
|
start: zod.ZodString;
|
|
38854
|
-
end: zod.
|
|
38860
|
+
end: zod.ZodString;
|
|
38855
38861
|
timezone: zod.ZodOptional<zod.ZodString>;
|
|
38856
38862
|
max_attendees: zod.ZodOptional<zod.ZodNumber>;
|
|
38857
38863
|
participant_count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -38867,7 +38873,7 @@ export declare const postApiAlphaPostPollVoteResponse: zod.ZodObject<{
|
|
|
38867
38873
|
location: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
38868
38874
|
}, "strip", zod.ZodTypeAny, {
|
|
38869
38875
|
start: string;
|
|
38870
|
-
end
|
|
38876
|
+
end: string;
|
|
38871
38877
|
timezone?: string | undefined;
|
|
38872
38878
|
max_attendees?: number | undefined;
|
|
38873
38879
|
participant_count?: number | undefined;
|
|
@@ -38883,7 +38889,7 @@ export declare const postApiAlphaPostPollVoteResponse: zod.ZodObject<{
|
|
|
38883
38889
|
location?: Record<string, unknown> | null | undefined;
|
|
38884
38890
|
}, {
|
|
38885
38891
|
start: string;
|
|
38886
|
-
end
|
|
38892
|
+
end: string;
|
|
38887
38893
|
timezone?: string | undefined;
|
|
38888
38894
|
max_attendees?: number | undefined;
|
|
38889
38895
|
participant_count?: number | undefined;
|
|
@@ -38987,7 +38993,7 @@ export declare const postApiAlphaPostPollVoteResponse: zod.ZodObject<{
|
|
|
38987
38993
|
tags?: string | null | undefined;
|
|
38988
38994
|
event?: {
|
|
38989
38995
|
start: string;
|
|
38990
|
-
end
|
|
38996
|
+
end: string;
|
|
38991
38997
|
timezone?: string | undefined;
|
|
38992
38998
|
max_attendees?: number | undefined;
|
|
38993
38999
|
participant_count?: number | undefined;
|
|
@@ -39057,7 +39063,7 @@ export declare const postApiAlphaPostPollVoteResponse: zod.ZodObject<{
|
|
|
39057
39063
|
tags?: string | null | undefined;
|
|
39058
39064
|
event?: {
|
|
39059
39065
|
start: string;
|
|
39060
|
-
end
|
|
39066
|
+
end: string;
|
|
39061
39067
|
timezone?: string | undefined;
|
|
39062
39068
|
max_attendees?: number | undefined;
|
|
39063
39069
|
participant_count?: number | undefined;
|
|
@@ -39223,7 +39229,7 @@ export declare const postApiAlphaPostPollVoteResponse: zod.ZodObject<{
|
|
|
39223
39229
|
tags?: string | null | undefined;
|
|
39224
39230
|
event?: {
|
|
39225
39231
|
start: string;
|
|
39226
|
-
end
|
|
39232
|
+
end: string;
|
|
39227
39233
|
timezone?: string | undefined;
|
|
39228
39234
|
max_attendees?: number | undefined;
|
|
39229
39235
|
participant_count?: number | undefined;
|
|
@@ -39373,7 +39379,7 @@ export declare const postApiAlphaPostPollVoteResponse: zod.ZodObject<{
|
|
|
39373
39379
|
tags?: string | null | undefined;
|
|
39374
39380
|
event?: {
|
|
39375
39381
|
start: string;
|
|
39376
|
-
end
|
|
39382
|
+
end: string;
|
|
39377
39383
|
timezone?: string | undefined;
|
|
39378
39384
|
max_attendees?: number | undefined;
|
|
39379
39385
|
participant_count?: number | undefined;
|
|
@@ -39525,7 +39531,7 @@ export declare const postApiAlphaPostPollVoteResponse: zod.ZodObject<{
|
|
|
39525
39531
|
tags?: string | null | undefined;
|
|
39526
39532
|
event?: {
|
|
39527
39533
|
start: string;
|
|
39528
|
-
end
|
|
39534
|
+
end: string;
|
|
39529
39535
|
timezone?: string | undefined;
|
|
39530
39536
|
max_attendees?: number | undefined;
|
|
39531
39537
|
participant_count?: number | undefined;
|
|
@@ -39677,7 +39683,7 @@ export declare const postApiAlphaPostPollVoteResponse: zod.ZodObject<{
|
|
|
39677
39683
|
tags?: string | null | undefined;
|
|
39678
39684
|
event?: {
|
|
39679
39685
|
start: string;
|
|
39680
|
-
end
|
|
39686
|
+
end: string;
|
|
39681
39687
|
timezone?: string | undefined;
|
|
39682
39688
|
max_attendees?: number | undefined;
|
|
39683
39689
|
participant_count?: number | undefined;
|