Skip to content

Commit 25dc965

Browse files
chore: Update lexicons (#54)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 856cac8 commit 25dc965

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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-01-22T06:49:03.357Z
8+
* Generated on: 2025-02-01T06:30:15.294Z
99
* Version: main
10-
* Source: https://github.com/bluesky-social/atproto/tree/c0a75d310aa92c067799a97d1acc5bd0543114c5/lexicons
10+
* Source: https://github.com/bluesky-social/atproto/tree/d377d1a9be6bdd4508c090e37f47af15bca81540/lexicons
1111
*/
1212

1313
/** Base type with optional type field */
@@ -4356,6 +4356,8 @@ export declare namespace ToolsOzoneModerationDefs {
43564356
createLabelVals: string[];
43574357
negateLabelVals: string[];
43584358
comment?: string;
4359+
/** Indicates how long the label will remain on the subject. Only applies on labels that are being added. */
4360+
durationInHours?: number;
43594361
}
43604362
/** Mute incoming reports on a subject */
43614363
interface ModEventMute extends TypedBase {

0 commit comments

Comments
 (0)