Skip to content

Commit 1e39223

Browse files
feat(marketplace): add support for arch in ListLocalImagesRequest (#2372)
Co-authored-by: Rémy Léone <[email protected]>
1 parent d0a5542 commit 1e39223

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-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
*

0 commit comments

Comments
 (0)