File tree Expand file tree Collapse file tree
packages/lexicons/src/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 * @module
66 * Contains type declarations for Bluesky lexicons
77 * @generated
8- * Generated on: 2025-09-10T03:31:30.265Z
8+ * Generated on: 2025-09-25T03:36:53.660Z
99 * Version: main
10- * Source: https://github.com/bluesky-social/atproto/tree/55cc15cdd664865d53f027e63708226012dc39ef /lexicons
10+ * Source: https://github.com/bluesky-social/atproto/tree/8dc4caf55840578c835b4c851d4a599c15627a78 /lexicons
1111 */
1212
1313/** Base type with optional type field */
@@ -316,9 +316,11 @@ export declare namespace AppBskyActorDefs {
316316 labels ?: ComAtprotoLabelDefs . Label [ ] ;
317317 pinnedPost ?: ComAtprotoRepoStrongRef . Main ;
318318 postsCount ?: number ;
319+ pronouns ?: string ;
319320 status ?: StatusView ;
320321 verification ?: VerificationState ;
321322 viewer ?: ViewerState ;
323+ website ?: string ;
322324 }
323325 interface SavedFeed extends TypedBase {
324326 id : string ;
@@ -475,6 +477,13 @@ export declare namespace AppBskyActorProfile {
475477 /** Self-label values, specific to the Bluesky application, on the overall account. */
476478 labels ?: TypeUnion < ComAtprotoLabelDefs . SelfLabels > ;
477479 pinnedPost ?: ComAtprotoRepoStrongRef . Main ;
480+ /**
481+ * Free-form pronouns text.
482+ * Maximum string length: 200
483+ * Maximum grapheme length: 20
484+ */
485+ pronouns ?: string ;
486+ website ?: string ;
478487 }
479488}
480489
You can’t perform that action at this time.
0 commit comments