File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
packages/lexicons/src/lib Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments