@daocloud-proto/kpanda 0.28.0-dev-efde7cb6 → 0.28.0-dev-dd2c9c03

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.
@@ -12,6 +12,7 @@ export type ListRegistriesRequest = {
12
12
  page?: number
13
13
  pageSize?: number
14
14
  public?: boolean
15
+ fuzzyName?: string
15
16
  }
16
17
 
17
18
  export type ListRegistriesResponse = {
@@ -32,6 +33,7 @@ export type ListProjectsRequest = {
32
33
  public?: boolean
33
34
  page?: number
34
35
  pageSize?: number
36
+ fuzzyName?: string
35
37
  }
36
38
 
37
39
  export type ListProjectsResponse = {
@@ -70,6 +72,7 @@ export type ListArtifactsRequest = {
70
72
  page?: number
71
73
  pageSize?: number
72
74
  public?: boolean
75
+ fuzzyTagName?: string
73
76
  }
74
77
 
75
78
  export type ListArtifactsResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.28.0-dev-efde7cb6",
3
+ "version":"v0.28.0-dev-dd2c9c03",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {