Skip to content

Commit 8fa744c

Browse files
committed
feat: update generated APIs
1 parent 99ef8fb commit 8fa744c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

packages_generated/marketplace/src/v2/api.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ export class API extends ParentAPI {
136136
method: 'GET',
137137
path: `/marketplace/v2/local-images`,
138138
urlParams: urlParams(
139+
['arch', request.arch],
139140
['order_by', request.orderBy],
140141
['page', request.page],
141142
[

packages_generated/marketplace/src/v2/types.gen.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ export type ListLocalImagesRequest = {
194194
* Filter local images available on this Availability Zone.
195195
*/
196196
zone?: ScwZone
197+
/**
198+
* Filter local images available for this machine architecture.
199+
*/
200+
arch?: string
197201
/**
198202
* Filter by image id.
199203
*

packages_generated/product_catalog/src/v2alpha1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export type PublicCatalogProductUnitOfMeasureCountableUnit =
5858
| 'minute'
5959
| 'setup'
6060
| 'day'
61+
| 'second'
6162

6263
export interface PublicCatalogProductPropertiesHardwareCPUPhysical {
6364
/**

0 commit comments

Comments
 (0)