File tree Expand file tree Collapse file tree
packages/lexicons/src/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 * @module
66 * Contains type declarations for Bluesky lexicons
77 * @generated
8- * Generated on: 2025-01-21T16:36:07.633Z
8+ * Generated on: 2025-01-22T06:49:03.357Z
99 * Version: main
10- * Source: https://github.com/bluesky-social/atproto/tree/ee9779d07405d991b6be1b1780dae7828ff9d619 /lexicons
10+ * Source: https://github.com/bluesky-social/atproto/tree/c0a75d310aa92c067799a97d1acc5bd0543114c5 /lexicons
1111 */
1212
1313/** Base type with optional type field */
@@ -747,6 +747,10 @@ export declare namespace AppBskyFeedDefs {
747747 interface SkeletonReasonRepost extends TypedBase {
748748 repost : At . Uri ;
749749 }
750+ /** Metadata about this post within the context of the thread it is in. */
751+ interface ThreadContext extends TypedBase {
752+ rootAuthorLike ?: At . Uri ;
753+ }
750754 interface ThreadgateView extends TypedBase {
751755 cid ?: At . CID ;
752756 lists ?: AppBskyGraphDefs . ListViewBasic [ ] ;
@@ -757,6 +761,7 @@ export declare namespace AppBskyFeedDefs {
757761 post : PostView ;
758762 parent ?: TypeUnion < BlockedPost | NotFoundPost | ThreadViewPost > ;
759763 replies ?: TypeUnion < BlockedPost | NotFoundPost | ThreadViewPost > [ ] ;
764+ threadContext ?: ThreadContext ;
760765 }
761766 /** Metadata about the requesting account's relationship with the subject content. Only has meaningful content for authed requests. */
762767 interface ViewerState extends TypedBase {
@@ -872,6 +877,7 @@ export declare namespace AppBskyFeedGetAuthorFeed {
872877 | "posts_no_replies"
873878 | "posts_with_media"
874879 | "posts_with_replies"
880+ | "posts_with_video"
875881 | ( string & { } ) ;
876882 /** \@default false */
877883 includePins ?: boolean ;
You can’t perform that action at this time.
0 commit comments