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