Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/clients/src/api/iam/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ export class API extends ParentAPI {
['bearer_type', request.bearerType ?? 'unknown_bearer_type'],
['description', request.description],
['editable', request.editable],
['expirable', request.expirable],
['expired', request.expired],
['order_by', request.orderBy ?? 'created_at_asc'],
[
'organization_id',
Expand Down
4 changes: 2 additions & 2 deletions packages/clients/src/api/iam/v1alpha1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -746,8 +746,8 @@ export type ListAPIKeysRequest = {
userId?: string
/** Filter out editable API keys or not */
editable?: boolean
/** Filter out expirable API keys or not */
expirable?: boolean
/** Filter out expired API keys or not */
expired?: boolean
/** Filter out by access key */
accessKey?: string
/** Filter out by description */
Expand Down