diff --git a/packages/clients/src/api/webhosting/v1alpha1/api.gen.ts b/packages/clients/src/api/webhosting/v1alpha1/api.gen.ts index fc85a0bfc..6957f248e 100644 --- a/packages/clients/src/api/webhosting/v1alpha1/api.gen.ts +++ b/packages/clients/src/api/webhosting/v1alpha1/api.gen.ts @@ -253,6 +253,7 @@ export class API extends ParentAPI { request.region ?? this.client.settings.defaultRegion, )}/offers`, urlParams: urlParams( + ['control_panels', request.controlPanels], ['hosting_id', request.hostingId], ['only_options', request.onlyOptions], ['order_by', request.orderBy], diff --git a/packages/clients/src/api/webhosting/v1alpha1/types.gen.ts b/packages/clients/src/api/webhosting/v1alpha1/types.gen.ts index 9f1b5dacb..315e48e96 100644 --- a/packages/clients/src/api/webhosting/v1alpha1/types.gen.ts +++ b/packages/clients/src/api/webhosting/v1alpha1/types.gen.ts @@ -342,6 +342,8 @@ export type ListOffersRequest = { * case of wanting to update the plan). */ hostingId?: string + /** Name of the control panel to filter for. */ + controlPanels?: string[] } export interface ListOffersResponse {