File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
packages/lexicons/src/lib Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments