We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054d13a commit 667fd73Copy full SHA for 667fd73
packages/clients/src/api/webhosting/v1alpha1/api.gen.ts
@@ -253,6 +253,7 @@ export class API extends ParentAPI {
253
request.region ?? this.client.settings.defaultRegion,
254
)}/offers`,
255
urlParams: urlParams(
256
+ ['control_panels', request.controlPanels],
257
['hosting_id', request.hostingId],
258
['only_options', request.onlyOptions],
259
['order_by', request.orderBy],
packages/clients/src/api/webhosting/v1alpha1/types.gen.ts
@@ -342,6 +342,8 @@ export type ListOffersRequest = {
342
* case of wanting to update the plan).
343
*/
344
hostingId?: string
345
+ /** Name of the control panel to filter for. */
346
+ controlPanels?: string[]
347
}
348
349
export interface ListOffersResponse {
0 commit comments