diff --git a/Sources/ATProtoKit/APIReference/AppBskyAPI/GetTimeline.swift b/Sources/ATProtoKit/APIReference/AppBskyAPI/GetTimeline.swift index 81fd396ab7..8b187d183f 100644 --- a/Sources/ATProtoKit/APIReference/AppBskyAPI/GetTimeline.swift +++ b/Sources/ATProtoKit/APIReference/AppBskyAPI/GetTimeline.swift @@ -13,7 +13,7 @@ extension ATProtoKit { /// /// - Note: As of now, the `algorithm` value only supports a reverse-chonological order, and /// so the use cases of this are limited. It's best to use methods such as - /// ``getFeedGenerators(_:)`` and combine them with this method if you want to tweak how + /// ``getFeedGenerators(by:)`` and combine them with this method if you want to tweak how /// the timeline works. /// /// - Note: According to the AT Protocol specifications: "Get a view of the requesting 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 988e5d9d67..4043c0848a 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 @@ -102,6 +102,10 @@ - ``MuteThreadRequestBody`` +### app.bsky.graph.searchStarterPack + +- ``SearchStarterPacksOutput`` + ### app.bsky.graph.starterpack - ``StarterpackRecord`` diff --git a/Sources/ATProtoKit/ATProtoKit.docc/Extensions/Lexicons/Models/app.bsky/AppBskyUnspecced.md b/Sources/ATProtoKit/ATProtoKit.docc/Extensions/Lexicons/Models/app.bsky/AppBskyUnspecced.md index 7a015db28e..41ff4aa6a5 100644 --- a/Sources/ATProtoKit/ATProtoKit.docc/Extensions/Lexicons/Models/app.bsky/AppBskyUnspecced.md +++ b/Sources/ATProtoKit/ATProtoKit.docc/Extensions/Lexicons/Models/app.bsky/AppBskyUnspecced.md @@ -6,6 +6,12 @@ - ``SkeletonSearchPostDefinition`` - ``SkeletonSearchActorDefinition`` +- ``SkeletonSearchStarterPackDefinition`` +- ``TrendingTopic`` + +### app.bsky.unspecced.getConfig + +- ``GetConfigOutput`` ### app.bsky.unspecced.getPopularFeedGenerators @@ -19,6 +25,10 @@ - ``GetTaggedSuggestionsOutput`` +### app.bsky.unspecced.getTrendingTopics + +- ``GetTrendingTopicsOutput`` + ### app.bsky.unspecced.searchActorsSkeleton - ``SearchActorsSkeletonOutput`` @@ -27,3 +37,7 @@ - ``SearchPostsSkeleton`` - ``SearchPostsSkeletonOutput`` + +### app.bsky.unspecced.searchStarterPacksSkeleton + +- ``SearchStarterPackSkeletonOutput``