|
5 | 5 | * @module |
6 | 6 | * Contains type declarations for Bluesky lexicons |
7 | 7 | * @generated |
8 | | - * Generated on: 2025-05-17T03:40:45.178Z |
| 8 | + * Generated on: 2025-05-21T03:45:42.866Z |
9 | 9 | * Version: main |
10 | | - * Source: https://github.com/bluesky-social/atproto/tree/86b3153884099ceeb0cfdb9d2bfdd447c39fb35a/lexicons |
| 10 | + * Source: https://github.com/bluesky-social/atproto/tree/80f402f3663af08fd048300738d04c67aa2b9cb8/lexicons |
11 | 11 | */ |
12 | 12 |
|
13 | 13 | /** Base type with optional type field */ |
@@ -730,6 +730,11 @@ export declare namespace AppBskyFeedDefs { |
730 | 730 | feedContext?: string; |
731 | 731 | reason?: TypeUnion<ReasonPin | ReasonRepost>; |
732 | 732 | reply?: ReplyRef; |
| 733 | + /** |
| 734 | + * Unique identifier per request that may be passed back alongside interactions. |
| 735 | + * Maximum string length: 100 |
| 736 | + */ |
| 737 | + reqId?: string; |
733 | 738 | } |
734 | 739 | interface GeneratorView extends TypedBase { |
735 | 740 | cid: At.CID; |
@@ -779,6 +784,11 @@ export declare namespace AppBskyFeedDefs { |
779 | 784 | */ |
780 | 785 | feedContext?: string; |
781 | 786 | item?: At.Uri; |
| 787 | + /** |
| 788 | + * Unique identifier per request that may be passed back alongside interactions. |
| 789 | + * Maximum string length: 100 |
| 790 | + */ |
| 791 | + reqId?: string; |
782 | 792 | } |
783 | 793 | type InteractionLike = "app.bsky.feed.defs#interactionLike"; |
784 | 794 | type InteractionQuote = "app.bsky.feed.defs#interactionQuote"; |
@@ -1055,6 +1065,11 @@ export declare namespace AppBskyFeedGetFeedSkeleton { |
1055 | 1065 | interface Output extends TypedBase { |
1056 | 1066 | feed: AppBskyFeedDefs.SkeletonFeedPost[]; |
1057 | 1067 | cursor?: string; |
| 1068 | + /** |
| 1069 | + * Unique identifier per request that may be passed back alongside interactions. |
| 1070 | + * Maximum string length: 100 |
| 1071 | + */ |
| 1072 | + reqId?: string; |
1058 | 1073 | } |
1059 | 1074 | interface Errors extends TypedBase { |
1060 | 1075 | UnknownFeed: {}; |
|
0 commit comments