Skip to content

Commit 9b3bc06

Browse files
chore: Update lexicons (#81)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d8b382b commit 9b3bc06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/lexicons/src/lib/lexicons.ts

Lines changed: 3 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-03-01T03:33:31.541Z
8+
* Generated on: 2025-03-04T03:32:05.550Z
99
* Version: main
10-
* Source: https://github.com/bluesky-social/atproto/tree/38320191e559f8b928c6e951a9b4a6207240bfc1/lexicons
10+
* Source: https://github.com/bluesky-social/atproto/tree/6bcbb6d8cd3696280935ff7892d8e191fd21fa49/lexicons
1111
*/
1212

1313
/** Base type with optional type field */
@@ -612,6 +612,7 @@ export declare namespace AppBskyEmbedRecordWithMedia {
612612

613613
export declare namespace AppBskyEmbedVideo {
614614
interface Main extends TypedBase {
615+
/** The mp4 video file. May be up to 100mb, formerly limited to 50mb. */
615616
video: At.Blob;
616617
/**
617618
* Alt text description of the video, for accessibility.

0 commit comments

Comments
 (0)