Skip to content

Commit 2406e7d

Browse files
feat(iam): add username order by in ListUsers (#1642)
Co-authored-by: Jonathan R. <[email protected]>
1 parent fba0e93 commit 2406e7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ export type ListUsersRequestOrderBy =
7373
| 'email_desc'
7474
| 'last_login_asc'
7575
| 'last_login_desc'
76+
| 'username_asc'
77+
| 'username_desc'
7678

7779
export type LogAction = 'unknown_action' | 'created' | 'updated' | 'deleted'
7880

0 commit comments

Comments
 (0)