Skip to content

Commit 72a261b

Browse files
chore: Update lexicons (#93)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f76eaba commit 72a261b

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

packages/lexicons/src/lib/lexicons.ts

Lines changed: 17 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-05-17T03:40:45.178Z
8+
* Generated on: 2025-05-21T03:45:42.866Z
99
* Version: main
10-
* Source: https://github.com/bluesky-social/atproto/tree/86b3153884099ceeb0cfdb9d2bfdd447c39fb35a/lexicons
10+
* Source: https://github.com/bluesky-social/atproto/tree/80f402f3663af08fd048300738d04c67aa2b9cb8/lexicons
1111
*/
1212

1313
/** Base type with optional type field */
@@ -730,6 +730,11 @@ export declare namespace AppBskyFeedDefs {
730730
feedContext?: string;
731731
reason?: TypeUnion<ReasonPin | ReasonRepost>;
732732
reply?: ReplyRef;
733+
/**
734+
* Unique identifier per request that may be passed back alongside interactions.
735+
* Maximum string length: 100
736+
*/
737+
reqId?: string;
733738
}
734739
interface GeneratorView extends TypedBase {
735740
cid: At.CID;
@@ -779,6 +784,11 @@ export declare namespace AppBskyFeedDefs {
779784
*/
780785
feedContext?: string;
781786
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;
782792
}
783793
type InteractionLike = "app.bsky.feed.defs#interactionLike";
784794
type InteractionQuote = "app.bsky.feed.defs#interactionQuote";
@@ -1055,6 +1065,11 @@ export declare namespace AppBskyFeedGetFeedSkeleton {
10551065
interface Output extends TypedBase {
10561066
feed: AppBskyFeedDefs.SkeletonFeedPost[];
10571067
cursor?: string;
1068+
/**
1069+
* Unique identifier per request that may be passed back alongside interactions.
1070+
* Maximum string length: 100
1071+
*/
1072+
reqId?: string;
10581073
}
10591074
interface Errors extends TypedBase {
10601075
UnknownFeed: {};

0 commit comments

Comments
 (0)