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 5
5
* @module
6
6
* Contains type declarations for Bluesky lexicons
7
7
* @generated
8
- * Generated on: 2025-05-06T03:41 :45.469Z
8
+ * Generated on: 2025-05-17T03:40 :45.178Z
9
9
* Version: main
10
- * Source: https://github.com/bluesky-social/atproto/tree/3a65b68f7dc63c8bfbea0ae615f8ae984272f2e4 /lexicons
10
+ * Source: https://github.com/bluesky-social/atproto/tree/86b3153884099ceeb0cfdb9d2bfdd447c39fb35a /lexicons
11
11
*/
12
12
13
13
/** Base type with optional type field */
@@ -2227,6 +2227,11 @@ export declare namespace AppBskyUnspeccedGetConfig {
2227
2227
type Input = undefined ;
2228
2228
interface Output extends TypedBase {
2229
2229
checkEmailConfirmed ?: boolean ;
2230
+ liveNow ?: LiveNowConfig [ ] ;
2231
+ }
2232
+ interface LiveNowConfig extends TypedBase {
2233
+ did : At . DID ;
2234
+ domains : string [ ] ;
2230
2235
}
2231
2236
}
2232
2237
You can’t perform that action at this time.
0 commit comments