Skip to content

Commit dccefa7

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/lexicons/src/lib/lexicons.ts

Lines changed: 4 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-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;

0 commit comments

Comments
 (0)