Skip to content

Commit a7e57ef

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

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

packages/lexicons/src/lib/lexicons.ts

Lines changed: 12 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-30T04:47:14.769Z
8+
* Generated on: 2026-01-31T04:40:27.185Z
99
* Version: main
10-
* Source: https://github.com/bluesky-social/atproto/tree/3ba21f9a36edec348ef14f18a0d6eb2a8d6a82d8/lexicons
10+
* Source: https://github.com/bluesky-social/atproto/tree/4f5c4001271bbf38b30506efd30ebdabb969878f/lexicons
1111
*/
1212

1313
/** Base type with optional type field */
@@ -1054,6 +1054,16 @@ export declare namespace AppBskyDraftDefs {
10541054
* Maximum array length: 100
10551055
*/
10561056
posts: DraftPost[];
1057+
/**
1058+
* UUIDv4 identifier of the device that created this draft.
1059+
* Maximum string length: 100
1060+
*/
1061+
deviceId?: string;
1062+
/**
1063+
* The device and/or platform on which the draft was created.
1064+
* Maximum string length: 100
1065+
*/
1066+
deviceName?: string;
10571067
/**
10581068
* Indicates human language of posts primary text content.
10591069
* Maximum array length: 3

0 commit comments

Comments
 (0)