File tree Expand file tree Collapse file tree
packages/lexicons/src/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 * @module
66 * Contains type declarations for Bluesky lexicons
77 * @generated
8- * Generated on: 2026-01-16T12:18:49.085Z
8+ * Generated on: 2026-01-20T04:11:34.320Z
99 * Version: main
10- * Source: https://github.com/bluesky-social/atproto/tree/f7ae44d7f6d83aa97b7bdae1a755fbe321b50d42 /lexicons
10+ * Source: https://github.com/bluesky-social/atproto/tree/d8e53636c84da6dd3dd69e1d260f4fa617f3883c /lexicons
1111 */
1212
1313/** Base type with optional type field */
@@ -3343,8 +3343,6 @@ export declare namespace AppBskyUnspeccedGetSuggestedUsers {
33433343 type Input = undefined ;
33443344 interface Output extends TypedBase {
33453345 actors : AppBskyActorDefs . ProfileView [ ] ;
3346- /** Snowflake for this recommendation, use when submitting recommendation events. */
3347- recId ?: number ;
33483346 }
33493347}
33503348
@@ -3365,8 +3363,6 @@ export declare namespace AppBskyUnspeccedGetSuggestedUsersSkeleton {
33653363 type Input = undefined ;
33663364 interface Output extends TypedBase {
33673365 dids : At . DID [ ] ;
3368- /** Snowflake for this recommendation, use when submitting recommendation events. */
3369- recId ?: number ;
33703366 }
33713367}
33723368
You can’t perform that action at this time.
0 commit comments