@daocloud-proto/kpanda 0.28.0-dev-efde7cb6 → 0.28.0-dev-d520676e
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 = {
|