Skip to content

Commit 4428ebe

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

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

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: 2026-01-20T04:11:34.320Z
8+
* Generated on: 2026-01-21T05:31:42.772Z
99
* Version: main
10-
* Source: https://github.com/bluesky-social/atproto/tree/d8e53636c84da6dd3dd69e1d260f4fa617f3883c/lexicons
10+
* Source: https://github.com/bluesky-social/atproto/tree/9bdd35881aa7efce6595ef708ba13d99c473d114/lexicons
1111
*/
1212

1313
/** Base type with optional type field */
@@ -281,6 +281,7 @@ export declare namespace AppBskyActorDefs {
281281
activitySubscription?: ProfileAssociatedActivitySubscription;
282282
chat?: ProfileAssociatedChat;
283283
feedgens?: number;
284+
germ?: ProfileAssociatedGerm;
284285
labeler?: boolean;
285286
lists?: number;
286287
starterPacks?: number;
@@ -291,6 +292,10 @@ export declare namespace AppBskyActorDefs {
291292
interface ProfileAssociatedChat extends TypedBase {
292293
allowIncoming: "all" | "following" | "none" | (string & {});
293294
}
295+
interface ProfileAssociatedGerm extends TypedBase {
296+
messageMeUrl: string;
297+
showButtonTo: "everyone" | "usersIFollow" | (string & {});
298+
}
294299
interface ProfileView extends TypedBase {
295300
did: At.DID;
296301
handle: At.Handle;
@@ -3343,6 +3348,8 @@ export declare namespace AppBskyUnspeccedGetSuggestedUsers {
33433348
type Input = undefined;
33443349
interface Output extends TypedBase {
33453350
actors: AppBskyActorDefs.ProfileView[];
3351+
/** Snowflake for this recommendation, use when submitting recommendation events. */
3352+
recId?: string;
33463353
}
33473354
}
33483355

@@ -3363,6 +3370,8 @@ export declare namespace AppBskyUnspeccedGetSuggestedUsersSkeleton {
33633370
type Input = undefined;
33643371
interface Output extends TypedBase {
33653372
dids: At.DID[];
3373+
/** Snowflake for this recommendation, use when submitting recommendation events. */
3374+
recId?: string;
33663375
}
33673376
}
33683377

0 commit comments

Comments
 (0)