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 aaf8657 commit 77597b6Copy full SHA for 77597b6
packages/clients/src/api/marketplace/v2/api.gen.ts
@@ -149,6 +149,12 @@ export class API extends ParentAPI {
149
unmarshalListLocalImagesResponse,
150
)
151
152
+ /**
153
+ * List local images from a specific image or version
154
+ *
155
+ * @param request - The request {@link ListLocalImagesRequest}
156
+ * @returns A Promise of ListLocalImagesResponse
157
+ */
158
listLocalImages = (request: Readonly<ListLocalImagesRequest> = {}) =>
159
enrichForPagination('localImages', this.pageOfListLocalImages, request)
160
0 commit comments