Skip to content

Commit f26054e

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

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

packages/lexicons/src/lib/lexicons.ts

Lines changed: 2 additions & 6 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-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

0 commit comments

Comments
 (0)