diff --git a/src/openapi/schemas/tweet.yaml b/src/openapi/schemas/tweet.yaml index 534a468..b232d80 100644 --- a/src/openapi/schemas/tweet.yaml +++ b/src/openapi/schemas/tweet.yaml @@ -488,10 +488,10 @@ components: $ref: "#/components/schemas/CommunityJoinRequestsResult" join_policy: type: string - enum: [Open] + enum: [Open, RestrictedJoinRequestsRequireModeratorApproval] invites_policy: type: string - enum: [MemberInvitesAllowed] + enum: [MemberInvitesAllowed, ModeratorInvitesAllowed] is_pinned: type: boolean members_facepile_results: diff --git a/src/openapi/schemas/typename.yaml b/src/openapi/schemas/typename.yaml index 1b34fc3..0384bdc 100644 --- a/src/openapi/schemas/typename.yaml +++ b/src/openapi/schemas/typename.yaml @@ -27,6 +27,7 @@ components: Community, CommunityDeleteActionUnavailable, CommunityJoinAction, + CommunityJoinActionUnavailable, CommunityLeaveActionUnavailable, CommunityTweetPinActionUnavailable, CommunityTweetUnpinActionUnavailable,