diff --git a/packages/clients/src/api/iam/v1alpha1/index.gen.ts b/packages/clients/src/api/iam/v1alpha1/index.gen.ts index f738561cb..662db90f5 100644 --- a/packages/clients/src/api/iam/v1alpha1/index.gen.ts +++ b/packages/clients/src/api/iam/v1alpha1/index.gen.ts @@ -5,6 +5,7 @@ export type { APIKey, AddGroupMemberRequest, Application, + BearerType, ClonePolicyRequest, CreateAPIKeyRequest, CreateApplicationRequest, @@ -25,7 +26,6 @@ export type { GetUserRequest, Group, ListAPIKeysRequest, - ListAPIKeysRequestBearerType, ListAPIKeysRequestOrderBy, ListAPIKeysResponse, ListApplicationsRequest, diff --git a/packages/clients/src/api/iam/v1alpha1/types.gen.ts b/packages/clients/src/api/iam/v1alpha1/types.gen.ts index 4afab788b..7f930d1e9 100644 --- a/packages/clients/src/api/iam/v1alpha1/types.gen.ts +++ b/packages/clients/src/api/iam/v1alpha1/types.gen.ts @@ -1,10 +1,7 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export type ListAPIKeysRequestBearerType = - | 'unknown_bearer_type' - | 'user' - | 'application' +export type BearerType = 'unknown_bearer_type' | 'user' | 'application' export type ListAPIKeysRequestOrderBy = | 'created_at_asc' @@ -758,7 +755,7 @@ export type ListAPIKeysRequest = { /** Filter out by bearer ID */ bearerId?: string /** Filter out by type of bearer */ - bearerType?: ListAPIKeysRequestBearerType + bearerType?: BearerType } export type CreateAPIKeyRequest = {