Skip to content

Commit 28cce4b

Browse files
chore: Update lexicons (#49)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e7db3ad commit 28cce4b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

packages/lexicons/src/lib/lexicons.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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;

0 commit comments

Comments
 (0)