@daocloud-proto/kairship 0.3.2-73 → 0.3.2-77

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.
@@ -7,7 +7,6 @@
7
7
  import * as KairshipIoApiTypesCore from "../../types/core.pb"
8
8
  import * as KairshipIoApiTypesObjectmeta from "../../types/objectmeta.pb"
9
9
  import * as KairshipIoApiTypesPage from "../../types/page.pb"
10
- import * as KairshipIoApiTypesTypes from "../../types/types.pb"
11
10
 
12
11
  export enum ClusterPhase {
13
12
  CLUSTER_PHASE_UNSPECIFIED = "CLUSTER_PHASE_UNSPECIFIED",
@@ -95,7 +94,7 @@ export type ListClustersRequest = {
95
94
  zone?: string
96
95
  labelSelector?: string
97
96
  fieldSelector?: string
98
- clusterSelector?: KairshipIoApiTypesTypes.ClusterFieldSelector
97
+ clusterSelector?: string
99
98
  }
100
99
 
101
100
  export type ListClustersLocationsSummaryRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kairship",
3
- "version":"0.3.2-73",
3
+ "version":"0.3.2-77",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {