@daocloud-proto/skoala 0.3.3-125 → 0.3.3-127

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.
@@ -57,6 +57,7 @@ export type ListClusterGatewayReq = {
57
57
  clusterName?: string
58
58
  page?: number
59
59
  pageSize?: number
60
+ filter?: string
60
61
  }
61
62
 
62
63
  export type ListGatewayRes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.3.3-125",
3
+ "version": "0.3.3-127",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {