Skip to content

Commit 28485b1

Browse files
chore: Update lexicons (#94)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 72a261b commit 28485b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/lexicons/src/lib/lexicons.ts

Lines changed: 3 additions & 3 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-05-21T03:45:42.866Z
8+
* Generated on: 2025-05-21T07:58:36.895Z
99
* Version: main
10-
* Source: https://github.com/bluesky-social/atproto/tree/80f402f3663af08fd048300738d04c67aa2b9cb8/lexicons
10+
* Source: https://github.com/bluesky-social/atproto/tree/24e20b96c6d39100cfe016c549e2f4d9184fa770/lexicons
1111
*/
1212

1313
/** Base type with optional type field */
@@ -1371,7 +1371,7 @@ export declare namespace AppBskyFeedRepost {
13711371
}
13721372
}
13731373

1374-
/** Find posts matching search criteria, returning views of those posts. */
1374+
/** Find posts matching search criteria, returning views of those posts. Note that this API endpoint may require authentication (eg, not public) for some service providers and implementations. */
13751375
export declare namespace AppBskyFeedSearchPosts {
13761376
interface Params extends TypedBase {
13771377
/** Search query string; syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended. */

0 commit comments

Comments
 (0)