Skip to content

Commit aab3bde

Browse files
chore: Update lexicons (#115)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 994bbb9 commit aab3bde

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/lexicons/src/lib/lexicons.ts

Lines changed: 6 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: 2026-01-22T04:14:17.501Z
8+
* Generated on: 2026-01-28T04:11:07.415Z
99
* Version: main
10-
* Source: https://github.com/bluesky-social/atproto/tree/2c4eb7fe207e0ae5f1840881940f400c486bf143/lexicons
10+
* Source: https://github.com/bluesky-social/atproto/tree/2830daeaa6f580fbf777a0f832d64a6579616dc7/lexicons
1111
*/
1212

1313
/** Base type with optional type field */
@@ -1320,6 +1320,8 @@ export declare namespace AppBskyEmbedVideo {
13201320
aspectRatio?: AppBskyEmbedDefs.AspectRatio;
13211321
/** Maximum array length: 20 */
13221322
captions?: Caption[];
1323+
/** A hint to the client about how to present the video. */
1324+
presentation?: "default" | "gif" | (string & {});
13231325
}
13241326
interface Caption extends TypedBase {
13251327
file: At.Blob;
@@ -1334,6 +1336,8 @@ export declare namespace AppBskyEmbedVideo {
13341336
*/
13351337
alt?: string;
13361338
aspectRatio?: AppBskyEmbedDefs.AspectRatio;
1339+
/** A hint to the client about how to present the video. */
1340+
presentation?: "default" | "gif" | (string & {});
13371341
thumbnail?: string;
13381342
}
13391343
}

0 commit comments

Comments
 (0)