@daocloud-proto/kangaroo 0.2.2-10 → 0.2.2-14
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.
|
@@ -53,6 +53,7 @@ export type ListRepositoriesRequest = {
|
|
|
53
53
|
project?: string
|
|
54
54
|
page?: number
|
|
55
55
|
pageSize?: number
|
|
56
|
+
fuzzyName?: string
|
|
56
57
|
}
|
|
57
58
|
|
|
58
59
|
export type ListRepositoriesResponse = {
|
|
@@ -108,6 +109,7 @@ export type ListArtifactsRequest = {
|
|
|
108
109
|
orderBy?: KangarooIoApiTypesPage.OrderBy
|
|
109
110
|
page?: number
|
|
110
111
|
pageSize?: number
|
|
112
|
+
fuzzyTagName?: string
|
|
111
113
|
}
|
|
112
114
|
|
|
113
115
|
export type ListArtifactsResponse = {
|
|
@@ -162,7 +164,7 @@ export type DeleteArtifactsRequest = {
|
|
|
162
164
|
}
|
|
163
165
|
|
|
164
166
|
export type ListRegistryProjectRequest = {
|
|
165
|
-
|
|
167
|
+
fuzzyName?: string
|
|
166
168
|
registry?: string
|
|
167
169
|
page?: number
|
|
168
170
|
pageSize?: number
|
|
@@ -248,6 +250,7 @@ export type APIListRepositoriesRequest = {
|
|
|
248
250
|
project?: string
|
|
249
251
|
page?: number
|
|
250
252
|
pageSize?: number
|
|
253
|
+
fuzzyName?: string
|
|
251
254
|
}
|
|
252
255
|
|
|
253
256
|
export type APIListRepositoriesResponse = {
|