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 55 * @module
66 * Contains type declarations for Bluesky lexicons
77 * @generated
8- * Generated on: 2025-02-18T04:46:48.978Z
8+ * Generated on: 2025-02-19T09:17:40.945Z
99 * Version: main
10- * Source: https://github.com/bluesky-social/atproto/tree/010f10c6f212f699ad42c0349a58bbcf2172e3cc /lexicons
10+ * Source: https://github.com/bluesky-social/atproto/tree/7449f8607c1be948a0b55611c21075757c3d7261 /lexicons
1111 */
1212
1313/** Base type with optional type field */
@@ -5341,12 +5341,14 @@ export declare namespace ToolsOzoneTeamDeleteMember {
53415341export declare namespace ToolsOzoneTeamListMembers {
53425342 interface Params extends TypedBase {
53435343 cursor ?: string ;
5344+ disabled ?: boolean ;
53445345 /**
53455346 * Minimum: 1
53465347 * Maximum: 100
53475348 * \@default 50
53485349 */
53495350 limit ?: number ;
5351+ roles ?: string [ ] ;
53505352 }
53515353 type Input = undefined ;
53525354 interface Output extends TypedBase {
You can’t perform that action at this time.
0 commit comments