Skip to content

Commit f76eaba

Browse files
chore: Update lexicons (#92)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8534dbf commit f76eaba

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

packages/lexicons/src/lib/lexicons.ts

Lines changed: 7 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-05-06T03:41:45.469Z
8+
* Generated on: 2025-05-17T03:40:45.178Z
99
* Version: main
10-
* Source: https://github.com/bluesky-social/atproto/tree/3a65b68f7dc63c8bfbea0ae615f8ae984272f2e4/lexicons
10+
* Source: https://github.com/bluesky-social/atproto/tree/86b3153884099ceeb0cfdb9d2bfdd447c39fb35a/lexicons
1111
*/
1212

1313
/** Base type with optional type field */
@@ -2227,6 +2227,11 @@ export declare namespace AppBskyUnspeccedGetConfig {
22272227
type Input = undefined;
22282228
interface Output extends TypedBase {
22292229
checkEmailConfirmed?: boolean;
2230+
liveNow?: LiveNowConfig[];
2231+
}
2232+
interface LiveNowConfig extends TypedBase {
2233+
did: At.DID;
2234+
domains: string[];
22302235
}
22312236
}
22322237

0 commit comments

Comments
 (0)