File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/lexicons/src/lib Expand file tree Collapse file tree 1 file changed +4
-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: 2025-09-26T03:34:40.912Z
8+ * Generated on: 2025-09-27T03:31:13.456Z
99 * Version: main
10- * Source: https://github.com/bluesky-social/atproto/tree/1a5d7427bf5811a019e7b50c7c2af711b8f2dd33 /lexicons
10+ * Source: https://github.com/bluesky-social/atproto/tree/7f38ee03c01357686a4ce54cdf8eed4e37074a58 /lexicons
1111 */
1212
1313/** Base type with optional type field */
@@ -272,6 +272,7 @@ export declare namespace AppBskyActorDefs {
272272 displayName ?: string ;
273273 indexedAt ?: string ;
274274 labels ?: ComAtprotoLabelDefs . Label [ ] ;
275+ pronouns ?: string ;
275276 status ?: StatusView ;
276277 verification ?: VerificationState ;
277278 viewer ?: ViewerState ;
@@ -288,6 +289,7 @@ export declare namespace AppBskyActorDefs {
288289 */
289290 displayName ?: string ;
290291 labels ?: ComAtprotoLabelDefs . Label [ ] ;
292+ pronouns ?: string ;
291293 status ?: StatusView ;
292294 verification ?: VerificationState ;
293295 viewer ?: ViewerState ;
You can’t perform that action at this time.
0 commit comments