From 5ff8f14bc111a888751e5b38027fce8ecfc83a2d Mon Sep 17 00:00:00 2001 From: Christopher Jr Riley Date: Sun, 25 Aug 2024 01:02:45 -0400 Subject: [PATCH] Re-organize DocC - Fixed an issue where UnmuteThreadRequestBody wasn't in its proper place even though it was in the extensions file. - Added the new lexicon models in their appropriate place. - Added missing models to their appropriate places. --- .../Extensions/Lexicons/Models/app.bsky/AppBskyFeed.md | 8 ++++++++ .../Extensions/Lexicons/Models/app.bsky/AppBskyGraph.md | 2 +- .../Lexicons/Models/com.atproto/ComAtprotoServer.md | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Sources/ATProtoKit/ATProtoKit.docc/Extensions/Lexicons/Models/app.bsky/AppBskyFeed.md b/Sources/ATProtoKit/ATProtoKit.docc/Extensions/Lexicons/Models/app.bsky/AppBskyFeed.md index f32b8b03cf..00a0199976 100644 --- a/Sources/ATProtoKit/ATProtoKit.docc/Extensions/Lexicons/Models/app.bsky/AppBskyFeed.md +++ b/Sources/ATProtoKit/ATProtoKit.docc/Extensions/Lexicons/Models/app.bsky/AppBskyFeed.md @@ -69,6 +69,10 @@ - ``GetPostsOutput`` +### app.bsky.feed.getQuotes + +- ``GetQuotesOutput`` + ### app.bsky.feed.getPostThread - ``GetPostThreadOutput`` @@ -93,6 +97,10 @@ - ``PostRecord`` +### app.bsky.feed.postgate + +- ``PostgateRecord`` + ### app.bsky.feed.repost - ``RepostRecord`` diff --git a/Sources/ATProtoKit/ATProtoKit.docc/Extensions/Lexicons/Models/app.bsky/AppBskyGraph.md b/Sources/ATProtoKit/ATProtoKit.docc/Extensions/Lexicons/Models/app.bsky/AppBskyGraph.md index ac776c40a1..988e5d9d67 100644 --- a/Sources/ATProtoKit/ATProtoKit.docc/Extensions/Lexicons/Models/app.bsky/AppBskyGraph.md +++ b/Sources/ATProtoKit/ATProtoKit.docc/Extensions/Lexicons/Models/app.bsky/AppBskyGraph.md @@ -116,4 +116,4 @@ ### app.bsky.graph.unmuteThread -= ``UnmuteThreadRequestBody`` +- ``UnmuteThreadRequestBody`` diff --git a/Sources/ATProtoKit/ATProtoKit.docc/Extensions/Lexicons/Models/com.atproto/ComAtprotoServer.md b/Sources/ATProtoKit/ATProtoKit.docc/Extensions/Lexicons/Models/com.atproto/ComAtprotoServer.md index 956d30d0d0..eb043d7a53 100644 --- a/Sources/ATProtoKit/ATProtoKit.docc/Extensions/Lexicons/Models/com.atproto/ComAtprotoServer.md +++ b/Sources/ATProtoKit/ATProtoKit.docc/Extensions/Lexicons/Models/com.atproto/ComAtprotoServer.md @@ -30,6 +30,7 @@ ### com.atproto.server.createInviteCodes +- ``AccountCodes`` - ``ComAtprotoLexicon/Server/CreateInviteCodesRequestBody`` - ``ComAtprotoLexicon/Server/CreateInviteCodesOutput``