Skip to content

Commit 86db337

Browse files
chore: Update lexicons (#103)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9454dac commit 86db337

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

packages/lexicons/src/lib/lexicons.ts

Lines changed: 11 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-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

0 commit comments

Comments
 (0)