@daocloud-proto/zestu 0.2.0-dev-31987402 → 0.2.0-dev-978ece0c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
/*
|
|
4
4
|
* This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
|
|
5
5
|
*/
|
|
6
|
+
|
|
7
|
+
import * as ZestuIoApiContainerinstanceV1alpha1Containerinstance from "../../containerinstance/v1alpha1/containerinstance.pb"
|
|
6
8
|
export type ListPublicImagesRequest = {
|
|
7
9
|
regionId?: string
|
|
8
10
|
}
|
|
@@ -14,6 +16,7 @@ export type ListPublicImagesResponse = {
|
|
|
14
16
|
export type Detail = {
|
|
15
17
|
url?: string
|
|
16
18
|
description?: string
|
|
19
|
+
type?: ZestuIoApiContainerinstanceV1alpha1Containerinstance.ImageType
|
|
17
20
|
}
|
|
18
21
|
|
|
19
22
|
export type Children = {
|