Skip to content

Commit 300939a

Browse files
committed
feat: update generated APIs
1 parent 808bced commit 300939a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/clients/src/api/iam/v1alpha1/api.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ export class API extends ParentAPI {
277277
'page_size',
278278
request.pageSize ?? this.client.settings.defaultPageSize,
279279
],
280+
['status', request.status],
280281
['tag', request.tag],
281282
['user_ids', request.userIds],
282283
),

packages/clients/src/api/iam/v1alpha1/types.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,8 @@ export type ListUsersRequest = {
10661066
mfa?: boolean
10671067
/** Filter by tags containing a given string. */
10681068
tag?: string
1069+
/** Filter by user status. */
1070+
status?: UserStatus
10691071
}
10701072

10711073
export interface ListUsersResponse {

0 commit comments

Comments
 (0)