Skip to content

Commit e0581dd

Browse files
chore: Update lexicons (#99)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 91f7a51 commit e0581dd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/lexicons/src/lib/lexicons.ts

Lines changed: 4 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: 2025-08-13T03:54:02.686Z
8+
* Generated on: 2025-08-21T03:42:39.018Z
99
* Version: main
10-
* Source: https://github.com/bluesky-social/atproto/tree/c370d933b76b4e15b83a82b40d1b6a32bd54add6/lexicons
10+
* Source: https://github.com/bluesky-social/atproto/tree/3156ddf61519fede9ed148478f082184a1e3242e/lexicons
1111
*/
1212

1313
/** Base type with optional type field */
@@ -5935,6 +5935,8 @@ export declare namespace ToolsOzoneModerationQueryEvents {
59355935
| "reset"
59365936
| "unknown"
59375937
| (string & {});
5938+
/** If specified, only events where the batchId matches the given value are returned */
5939+
batchId?: string;
59385940
/**
59395941
* If specified, only events where the subject belongs to the given collections will be returned. When subjectType is set to 'account', this will be ignored.
59405942
* Maximum array length: 20

0 commit comments

Comments
 (0)