Skip to content

Commit 4258384

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/lexicons/src/lib/lexicons.ts

Lines changed: 4 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-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 {
53415341
export 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 {

0 commit comments

Comments
 (0)