File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/lexicons/src/lib Expand file tree Collapse file tree 1 file changed +4
-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-02-18T04:46:48.978Z
8
+ * Generated on: 2025-02-19T09:17:40.945Z
9
9
* Version: main
10
- * Source: https://github.com/bluesky-social/atproto/tree/010f10c6f212f699ad42c0349a58bbcf2172e3cc /lexicons
10
+ * Source: https://github.com/bluesky-social/atproto/tree/7449f8607c1be948a0b55611c21075757c3d7261 /lexicons
11
11
*/
12
12
13
13
/** Base type with optional type field */
@@ -5341,12 +5341,14 @@ export declare namespace ToolsOzoneTeamDeleteMember {
5341
5341
export declare namespace ToolsOzoneTeamListMembers {
5342
5342
interface Params extends TypedBase {
5343
5343
cursor ?: string ;
5344
+ disabled ?: boolean ;
5344
5345
/**
5345
5346
* Minimum: 1
5346
5347
* Maximum: 100
5347
5348
* \@default 50
5348
5349
*/
5349
5350
limit ?: number ;
5351
+ roles ?: string [ ] ;
5350
5352
}
5351
5353
type Input = undefined ;
5352
5354
interface Output extends TypedBase {
You can’t perform that action at this time.
0 commit comments